-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ragel -Z is deprecated (on Fedora?) #791
Comments
We would love a port to modern ragel in case you know how that works.
…On Mon, Feb 10, 2025, 20:47 Miek Gieben ***@***.***> wrote:
Running asahi linux (40) (u 24.04 still has ragel -Z), and:
% GOTAGS='noaugeas novirt nodocker' make build
Generating: interpolation...
ragel: -Z is an invalid argument
make[1]: *** [Makefile:52: interpolate/parse.generated.go] Error 1
make: *** [Makefile:206: lang] Error 2
think ragel-go is the new shiny, but:
[1] % GOTAGS='novirt nodocker' make build
Generating: interpolation...
interpolate/parse.generated.ri:396:2: parse error
make[1]: *** [Makefile:52: interpolate/parse.generated.go] Error 1
I would follow Go here and just check in the generated files, and if
someone needs a rebuild 'go generate' should/could be your friend.
—
Reply to this email directly, view it on GitHub
<#791>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABA7MZUDWCTUUFSHRWILKL2PD64LAVCNFSM6AAAAABW3ML4Z2VHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2DGNBVHEYDSOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
My last Ragel endavour is from the 2010 timeframe, so probably not much of a help here.
I would (personally) just check in the generated code, and keep -Z for those folks that
really want to rebuild it for development - with possibly an older ragel version for the
time being)
Cheers!
[ Quoting ***@***.***> in "Re: [purpleidea/mgmt] ragel -Z is d..." ]
…We would love a port to modern ragel in case you know how that works.
On Mon, Feb 10, 2025, 20:47 Miek Gieben ***@***.***> wrote:
> Running asahi linux (40) (u 24.04 still has ragel -Z), and:
>
> % GOTAGS='noaugeas novirt nodocker' make build
> Generating: interpolation...
> ragel: -Z is an invalid argument
> make[1]: *** [Makefile:52: interpolate/parse.generated.go] Error 1
> make: *** [Makefile:206: lang] Error 2
>
> think ragel-go is the new shiny, but:
>
> [1] % GOTAGS='novirt nodocker' make build
> Generating: interpolation...
> interpolate/parse.generated.ri:396:2: parse error
> make[1]: *** [Makefile:52: interpolate/parse.generated.go] Error 1
>
> I would follow Go here and just check in the generated files, and if
> someone needs a rebuild 'go generate' should/could be your friend.
>
> —
> Reply to this email directly, view it on GitHub
> <#791>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/
AABA7MZUDWCTUUFSHRWILKL2PD64LAVCNFSM6AAAAABW3ML4Z2VHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2DGNBVHEYDSOA>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.*Message ID: <purpleidea
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running asahi linux (40) (u 24.04 still has ragel -Z), and:
think ragel-go is the new shiny, but:
I would follow Go here and just check in the generated files, and if someone needs a rebuild 'go generate' should/could be your friend.
The text was updated successfully, but these errors were encountered: