[squeak-dev] OMeta2 minor bug

Hans-Martin Mosner hmm at heeg.de
Thu Nov 1 11:11:09 UTC 2012


Am 10/31/2012 09:53 PM, schrieb Douglas McPherson:
> Hi,
>
> I think there's a small problem with the semantic predicate of the range rule:
>
> range :a :b =
>
> anything:x ?[a <= x & x <= b] -> [x]
>
> A pair of parenthesis fixes the problem:
>
> range :a :b =
>
> anything:x ?[a <= x & (x <= b)] -> [x]
>
> Thanks,
> Doug
>
>
Thanks, looks like I didn't notice when this was reported before.
I've fixed the package.

Cheers,
Hans-Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20121101/ac9c8416/attachment.htm


More information about the Squeak-dev mailing list