Ger Hobbelt

Results 98 comments of Ger Hobbelt

> Why not just `bash test/run.sh` without the `-c`? `-c` is a hold-over from my MSDOS/4DOS stints back in the Days Of Antiquity; it works with `bash` as well and...

There is a kind of /tmp/ on Windows, referenced via the environment variable %TEMP% ($TEMP in bash). There's also %TMPDIR% ($TMPDIR in bash). See also: - https://superuser.com/questions/709953/temp-vs-tmp-in-environment-variables - but all...

AFAICT: no. It's probably a slip-up in keeping the various lexers & parsers in sync: there's a similar 'problem' (you almost never encounter it, until...) with grammar tokens being allowed...

(Last commit there was merged from you yourself)

https://www.npmjs.com/package/@gerhobbelt/changelog : that one works (at least it does for my own scoped npm packages) 😄

changelog only fetches the project name (for querying npm) from the local package.json. The github url is then obtained from the data provided by the npm registry. If you want...

Ah, I did this because the existing way broke for me: npm rejected the requests. (After https://github.com/GerHobbelt/jison/issues/11 I changed to using scoped packages, e.g. `@gerhobbelt/changelog`. Invoking `changelog` on my changelog...

Ah, the TravisCI fail report on this one requires pullreq #46 to fix; had that part separated out.

~hmmmmm. It broke on the local box, so that must a local issue then? *drat!*~ See https://travis-ci.org/GerHobbelt/changelog/jobs/283166205: changelog b0rks on Node 6 and above. Will do a quick pullreq for...

Found where it goes haywire. See commit referenced above. output: ``` github 1) should have something come back for changelog 2) should have something come back for commit messages npm...