hard to guess if I don't know the project :P for me it worked you have all the parsing capabilities minus the debug UIs On 2012-12-04, at 18:51, Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com> wrote:
Oh, I see a minimal Petit... But isn't that going to be too small? Alternatively why not a ConfigurationOfGrosParser ?
Nicolas
2012/12/4 Camillo Bruni <camillobruni@gmail.com>:
just load the minimal group and you're fine. That's what we do in 2.0 as well...
On 2012-12-04, at 18:32, Frank Shearar <frank.shearar@gmail.com> wrote:
By "broken" I mean "it might work fine in Pharo but it doesn't in Squeak".
That's because PetitParser now uses Glamour, which pulls in a whole host of things that probably don't work in Squeak. (I don't know, I haven't tried, but these are all UI things, and the UI is where Pharo and Squeak are least compatible.)
I'm being a bit rude in that I don't yet have a fix for the issue. Ideally, a ConfigurationOf would have Pharo specific stuff and Squeak specific stuff in separate sections, with only the shared things (right now, not Glamour, nor its dependents) in the #'common' section.
However, if someone doesn't beat me to it, I'll submit a fix soon, once Squeak 4.4 is out the door.
frank