[Cuis] Bidirectional Dictionary
Juan Vuletich
juan at jvuletich.org
Tue Jan 8 20:10:15 CST 2013
Hi Ken,
Ken Dickey wrote:
> Greetings,
>
> I did a simple Interlingua <--> English lookup window.
>
> ...
>
This is way cool!
> In other words I have a Cuis directory git-cloned from CUIS and a sibling Cuis-Ia-En directory git-cloned from the above.
>
> Currently, the class initialization code in IEDict loads
> FileStream oldFileNamed: '../Cuis-Ia-En/iedict.txt'.
>
> Note also the relative path in the package loading workspace code above.
>
> I could make the relative directory path an IEDict class variable to make it easier to change, but I am wondering if there is a convention that we could adopt (e.g. that we can assume sibling-level directory access).
>
> What do you all think is the cleanest way to handle this type of dependency within the Git based package framework?
>
Sounds good to me. Sibling folder is a good idea.
> Another Git issue. I am currently loading change sets for the image and updating
> SystemVersion current highestUpdate
> manually.
>
> It would be good if loading a changeSet kept the SystemVersion up to date automagically. E.g. I would prefer that loading changeSets through, say
> '1549-ChangeSorterEnh-JuanVuletich-2013Jan05-22h41m-jmv.1.cs.st'.
> would set the SystemVersion to 1549.
>
>
Indeed! I must fix this. I hope to be able to fix it soon.
Thanks,
Juan Vuletich
> Enjoy!
> -KenD
>
More information about the Cuis
mailing list