Joseph Langley

Results 83 comments of Joseph Langley

If I understand correctly, you want to search for a string provided at runtime in the text of each token. Your .l input's rules and actions are compiled into a.out...

The manual definitely needs attention. Were you working with the example scanners from section 4 of the manual when you encountered these errors? Can you share one of your source...

The make pdf target is meant to be called from distribution sources. Have you tried running make distcheck to get a distro tarball, then expanding it and trying these targets...

Do you have a tex system like texlive installed? On Fri, Mar 17, 2023, 15:01 dctaylor87 ***@***.***> wrote: > Okay. I just tried that. Did a 'make distcheck' Took the...

I don't doubt you. I'm trying to decide whether it's a "will fix." We don't include checks for "requirements" that are only needed by the maintainer sources. Someone building from...

Thanks for checking that the last release works. I'll recheck that HEAD still works for me on my reference image, then try to understand what changed in 22.04 assuming 20.04...

Sounds good. I've started and stopped a new branch a few times. Think I'm on a working track with it now.

@Croydon fair points about complexity. I demoed everything I could find a way to automate. I don't expect us to keep it all. For example, I'm satisfied that the ChangeLog...

> > Amusingly, if we start producing nightly builds it will be less complicated to update the version numbers because the automatic parts will only touch a date or hashcode...

Short answer: nfa.c is working as intended. Looks like the failing input comes from a fuzzer. It consists of around 16KB of *s in a row, plus some other junk....