Bug creating package?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug creating package?

Casey Ransberger-2
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

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: Bug creating package?

Juan Vuletich-4
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

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org