Joseph Langley

Results 83 comments of Joseph Langley

Took a while to rebase this after ESR's change set. There's not much significant left: Using of the new M4_YY_EOF_STATE_CASE_ARM hook in parse.y is worth keeping. Otherwise it's just some...

ruleset.am looks right in HEAD. It can be regenerated during make and it sounds like that has gone sideways. It's working for me right now. Can you see where it's...

Are you trying to do VPATH builds from a clean git checkout? That probably won't work. The maintainer sources have to be built in the source tree once before all...

This use case crosses over to the job of a parser like bison. A flex scanner tokenizes your input file, according to your rules, them a parser determines what different...

If you haven't already, take a look at the tests/cxx_*.ll files to see how the options for C++ are set up. The options in tests/cxx_basic.ll are sufficient to get started....

Point taken, we should update gettext. 0.21 might get annoying. Looks like it's available in Ubuntu 21 and similar development channels. We can build it, sure. Building autopoint and gettext...

Forgot to mention, you can safely leave out commit 5e21333 if you want. It fixes a file permission oddity that was stopping distcheck on my WSL2 VM's tortured filesystem. If...

Coolness. There's a bit of setup for the release workflow with the pgp keys and your git secrets. The push and PR workflows are easy though.

I've been leaving the linking keyword out of my PR messages. Thanks for getting me to look that up!