[Cuis] Bug creating package?

Juan Vuletich juan at jvuletich.org
Sun Jan 27 09:26:11 CST 2013


Hi Casey,

Casey Ransberger wrote:
> I'm trying Juan's suggestion of creating a package file and then 
> removing the carriage returns in one step that way, but I'm running 
> into something odd.
>
> In the package browser, I choose Save, and then am prompted to create 
> the package on disk or choose a new name. I choose to create the 
> package, and MNU: UndefinedObject>>timeStamp
>
> The sender is CodePackage>>save.
>
> In the debugger, it looks like the local variable "file" in 
> CodePackage>>save is getting assigned correctly, but when I try to 
> evaluate 
>
> file _ ChangeSet defaultChangeSetDirectory forceNewFileNamed: nameToUse
>
> ...I get prompted again that the package doesn't exist.
>
> -- 
> Casey Ransberger

Running

ChangeSet defaultChangeSetDirectory forceNewFileNamed: 'nameToUse'

doesn't prompt the user at all for me. It should be completely silent, 
and just create the file. Follow it with the debugger, try to understand 
what's on.

Besides, please provide us with detailed steps to reproduce the problem, 
including details on the platform and vm you are using, and any messages 
you get (with the exact text!), so we can reproduce the problem and help 
you.

Cheers,
Juan Vuletich




More information about the Cuis mailing list