Ger Hobbelt

Results 98 comments of Ger Hobbelt

New info ## Worky 😥 (phew!) This works on Windows: ``` process.chdir(__dirname); var testset = globby.sync(['./specs/*.jisonlex', './lex/*.jisonlex']); ``` As long as you - DO NOT pass Windows path separators ('\\')...

@phawxby: yup, did another test and the multiple-drive search scenario seems to pass as well. 🤔 What did go wrong before over here then as when *I* did the `replace`...

FYI: https://bugs.ghostscript.com/show_bug.cgi?id=701945#c2 As this (MuPDF) still stands today, the patch mentioned there does at least *reduce* the trouble until this one gets addressed by Artifex. Analysis writeup & patch at...

Had another look after a long hiatus. The problem is still there, also in bleeding edge mupdf. https://github.com/GerHobbelt/mupdf/commit/911e445c4399191fb97e6ea406f22b71576ea4a7 is a rough patch to make it all work faster, but this...

Hm, odd. This does work with my own jison 0.6.0-191 (npm: jison-gho). You might want to go and have a look at the internals, see what jison generated as code...

I did contribute as well, but had specific needs for my own production environment when swift turn-around / speed of development was a requirement. Managing a slew of single-subject/independent pullreqs...

Thanks for the https://github.com/Hardmath123/nearley reference, by the way.

Looks like you're using my jison fork. You're triggering a bug in the parser generator feature-analysis/optimization code, where jison detects your grammar doesn't have any custom action code, hence the...

Assuming of course that I guessed correct above and you *are* using my fork/clone, which version are you running? Latest = 0.4.18-174

**forget what I said** Had a look while I was working on https://github.com/GerHobbelt/jison and found that the grammar you attached at least it not a viable jison grammar. First of...