Ciaran McNulty
Ciaran McNulty
Thinking about it, the grammar doesn't restrict what chars are allowed but I bet if we fuzz the existing parser implementations a little we can find some chars that aren't...
> I'd like to use this in Cucumber JVM Nice :) FYI The way we do it in behat is we match on name _first_ and then on position, but...
@mpkorstanje a feature toggle is a GREAT idea to avoid the BC issue entirely
If it's feature-toggled perhaps I'll pilot this in the PHP implementation?
I think that's `{:label} // Anonymous (.*) with a label`
The public API has a sensible JSON object representing the latest release ` curl https://api.github.com/repos/plantuml/plantuml/releases/latest | grep 'browser_download_url' | awk '{print $2}'` This and some regex may be enough? Or...
I wonder if content-length is stable
The name/version of the software is baked into the image! I guess dates are in there
I've cleaned out a lot of the 'fixes' as they were cluttering the PR - I'll do them after this is merged It looks like the PHP composer install is...
Whether it was intentional I think it's clearly wrong - I don't know how to fix it though? ;)