GemTalk / Rowan

a new project/package manager for Smalltalk that supports FileTree and Tonel repositories, and is independent of Monticello and Metacello
MIT License
14 stars 7 forks source link

UnPackaged project componentNames give errors when looked up by name #859

Closed ericwinger closed 2 years ago

ericwinger commented 2 years ago

My understanding is that the UnPackaged project is going away which may render this bug moot. But executing this in my image gives a walkback. Stack attached.

| unpackagedProject |
unpackagedProject :=  RwProject newNamed: 'UnPackaged'. 
unpackagedProject componentNames collect:[:componentName | 
    unpackagedProject componentOrPackageGroupNamed: componentName]

20220901_rowanServerStackDump_unpackaged_component_stack.txt

ericwinger commented 2 years ago

I'm going to retire this bug. I now recall that before I got this error I tried to reload UnPackage project and got an error. Yet, I don't think I aborted and stopped the session (which I should have done) before continuing my work. After logging out and back in, I no longer see the error. I think this is not really a "moot point" but a "red herring." Or perhaps a "moot herring?"

dalehenrich commented 2 years ago

My money is on herring point ...