[Cuis] Oops! [Was package relative fileIns]

Juan Vuletich juan at jvuletich.org
Mon Aug 24 10:01:11 CDT 2015


Hi Ken,

On 8/23/2015 12:43 PM, Ken.Dickey wrote:
> Wrong click!  Try this one.
>
> The problem came up with someone loading Cuis-Smalltalk-Morphit-master.zip, so Cuis-Smalltalk-MorphIt-master was the dirName.

It is a good addition. But your implementation fails when the package 
name isn't equal to the category name, but a prefix. For example, 
loading 'Signal-Processing', it works for FFT packagePath, but fails for 
FloatImage packagePath.

This cleaner implementation works for both:

     packagePath
         ^ FileDirectory dirPathFor:
             (CodePackage packageOfClass: self ifNone: [ ^nil ]) 
fullFileName

It will be in the next commit.

> The Portland Camp Smalltalk was much fun, BTW.  Met some interesting folks.  Showed Cuis to Gemstone and Instantiations people + general demo.   Found and fixed a few bugs.  Nice folks.
>
> -KenD

Hey that's great! Thank you! Where the talks recoded on video?

I could not find a program of the CampSmalltalk there, but saw some 
pics. It looks like you had a great time there. I would like to join you 
all there next year!

(cc Cuis mail list. hope you don't mind)

Cheers,
Juan Vuletich




More information about the Cuis mailing list