Ticket #66 (closed defect: fixed)
[PATCH] for RakeFile: rlcodegen name changed in ragel v5.18
| Reported by: | stepheneb | Owned by: | why |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5 |
| Component: | lib/hpricot | Version: | |
| Keywords: | RakeFile | Cc: |
Description
The latest version of ragel (5.18) has removed rlcodegen and split the functionality into four differently named programs. I've included a patch for the RakeFile? which checks the ragel version number and uses the new commands when the ragel version number is greater than or equal to 5.18.
Haven't used rake much so pls check to see if the way I implemented the patch is the most obvious.
from the ragel 5.18 changelog:
-Backened class structure was reorganized to make it easier to add new code generators without having to also modify the existing code generators. -The C and D code generation executable was changed to rlgen-cd. -The Java code generation was split out into it's own exectuable (rlgen-java) to allow it to freely diverge from the C/D-based code generation. -The graphviz dot file generation was also split out to it's own executable (rlgen-dot).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
