That's 49379, and yes, it looks like it does.
At 09:13 AM 06/07/2006, Runar Jordahl wrote:
>AR 43979 probably covers this. I reported this in post "Possible bug
>in Prerequisite Version Selection Block". I do not know the status of
>this AR.
>
>Here is an extract of my mail:
>
>"It seems like the versionSelectionBlock on packages (package
>properties tab, "Prerequisite Version Selection Action") does not work
>in 7.3 and 7.3.1. I type in a selection block and it is stored as a
>String in the package. But during load of the package, the string is
>treated like a BlockClosure.
>
>Method Store.Pundle>>checkPrerequisiteNamed:withVersion:requiredVersion:
>does "blk := self versionSelectionBlock" and then treat blk as a block
>by sending it #value:value:value: . If I look at implementers of
>#versionSelectionBlock I can see that this method answers a String.
>
>Maybe the last part of
>Store.Pundle>>checkPrerequisiteNamed:withVersion:requiredVersion:
>could be changed like this:
>
>^(Compiler evaluate: blk)
> value: prerequisiteName
> value: prerequisiteVersionString
> value: requiredVersionString"
>
>Runar Jordahl
--
Alan Knight [|], Cincom Smalltalk Development
[hidden email]
[hidden email]
http://www.cincom.com/smalltalk"The Static Typing Philosophy: Make it fast. Make it right. Make it run." - Niall Ross