Closed leandrosansilva closed 3 years ago
Hi @leandrosansilva thank you for reporting this. Bug is actually in colm. I have a fix and will be releasing a new version of ragel that uses the fixed version of colm.
I had the same problem and can confirm that the latest Colm fixes it. (I had to modify EXPECTED_COLM_VER
in my Ragel's configure.ac to get it to compile.)
Hi, I've just found out that some code I have compiling fine on ragel 6.10 fails on version 7.
Version: 7.0.0.12, from Fedora 32 amd64 (
dnf install ragel
)I am using it to build go code (using
ragel -Z
on version 6.10 andragel-go
on 7).I have two input files in the same directory (qmgr.rl includes common.rl).
common.rl:
qmgr.rl:
This is the error I get:
On ragel 6.10 (tested on alpine and manjaro linux), no errors, all compiles fine: