My first reply was wrong. It seems that Alien's Parser extensions are not loaded before the primitive methods, which is why it does not accept them.
I'll try to fix this on the train to work. On 16 Sep 2009, at 07:20, John McIntosh wrote: > Yes because the intent was that the primitive would return a failure > error code versus prim failed, guess why? > > On 9/15/09, Johan Brichau <[email protected]> wrote: >> The problem is that Pharo no longer considers the following primitive >> call syntactically correct: >> <primitive: 'primCalloc' error: errorCode module: 'IA32ABI'> >> >> It does work if we omit the errorCode: >> <primitive: 'primCalloc' module: 'IA32ABI'> >> >> >> Was this change in the parser intended?? >> >> >> On 15 Sep 2009, at 00:15, Stéphane Ducasse wrote: >> >>> Hi ken >>> >>> >>> fernando is the guy that fixed alien so he will probably reply to >>> you >>> >>> Stef >>> On Sep 14, 2009, at 11:36 PM, Ken Treis wrote: >>> >>>> I'm unable to load Alien-Core into the latest Pharo (I'm on 10451), >>>> mostly because the package overrides some methods in Scanner/Parser >>>> and those overrides are out of sync with the current Pharo base. Is >>>> anyone working on bringing these into sync? I would be glad to >>>> take a >>>> stab at it but I'm hardly the best qualified person to do that. >>>> >>>> If there's a better mailing list for Alien issues/discussion, >>>> please >>>> let me know. >>>> >>>> Thanks, >>>> >>>> -- >>>> Ken Treis >>>> Miriam Technologies, Inc. >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [email protected] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [email protected] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> ---------------------------- >> Johan Brichau >> [email protected] >> >> >> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > -- > = > = > = > = > = > ====================================================================== > John M. McIntosh <[email protected]> > Corporate Smalltalk Consulting Ltd. http:// > www.smalltalkconsulting.com > = > = > = > = > = > ====================================================================== > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project ---------------------------- Johan Brichau [email protected] _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
