Re: [Pharo-users] Class name with diacritic character and Pharo

2019-01-29 Thread Sven Van Caekenberghe
https://github.com/pharo-project/pharo/issues/2395 > On 27 Jan 2019, at 17:03, Sven Van Caekenberghe wrote: > > Hi Dominique, > >> On 27 Jan 2019, at 11:40, Dominique Dartois wrote: >> >> Hello all. >> If a use french diacritic character in a class name, the code runs but I >> can’t fileout

Re: [Pharo-users] PetitParser question

2019-01-29 Thread Konrad Hinsen
Hi Doru, Thanks for pointing out the use case in XML, which gave me an opportunity to play around with this with almost no effort. Unfortunately there seems to be a bug in how PPXmlParser constructs the PPFailure message (freshly reported: https://github.com/moosetechnology/PetitParser/issues/38).

Re: [Pharo-users] PetitParser question

2019-01-29 Thread Tudor Girba
Hi, > On Jan 29, 2019, at 6:31 PM, Konrad Hinsen wrote: > > Hi Doru, > > Thanks for pointing out the use case in XML, which gave me an > opportunity to play around with this with almost no > effort. Unfortunately there seems to be a bug in how PPXmlParser > constructs the PPFailure message > (

Re: [Pharo-users] PetitParser question

2019-01-29 Thread Konrad Hinsen
Tudor Girba writes: > But, does it solve your problem? Not yet. Not sure it will. >> More generally, there seems to be a bug in how PetitParser handles >> PPFailure return values. The actually reported error is always different >> from what is passed to PPFailure. I love software ;-) > > What d

Re: [Pharo-users] Fwd: startup error in windows 10

2019-01-29 Thread Hilaire
I asked the user to send me the PharoDebug.log to have a more accurate feedback: http://forum.drgeo.eu/file/n4025537/PharoDebug.log Of course I should make him to test with a newer VM to see if the problem is gone, but it is a bit  more complicate. Are the video info necessary? The image world s

Re: [Pharo-users] PetitParser question

2019-01-29 Thread Tudor Girba
Hi, > On Jan 29, 2019, at 7:04 PM, Konrad Hinsen wrote: > > Tudor Girba writes: > >> But, does it solve your problem? > > Not yet. Not sure it will. Would this not work: p := (#digit asPParser separatedBy: ($+ asPParser / $- asPParser) trim) ==> [:tokens | | result | resu

[Pharo-users] SmaCC parsing "rest until"

2019-01-29 Thread Manuel Leuenberger
Hi, I am currently struggling with understanding why my SmaCC parser refuses to parse a rather simple language. Grammar and example are below. The language consists of multiple leak reports, separated by two newlines. Each leak report has a type and object and byte size on the first line. Then c

Re: [Pharo-users] Fwd: startup error in windows 10

2019-01-29 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- Hilaire, do you have an URL so I can download the exact same thing that users has?  I'm also on Windows 10. I'll try to run in dev mode and see what happens! On 2019-01-29 14:27, Hilaire wrote: I asked the user to send me the PharoDebug.log to have a more accurate feedbac