Skip to content

compiled dtext parser extension

Notifications You must be signed in to change notification settings

e621ng/dtext_rb

 
 

Repository files navigation

About

Uses the ragel state machine to generate the dtext parsing capabilities of e621.net

Getting started

Most of the changes will only need to touch dtext.rl, the rest of the files will be generated for you by running either rake compile or rake test. Take a look at this inofficial quickstart guide or the complete official documentation if you want to know more about how ragel works.

There's a docker-compose.yml which you can use to quickly run the most common commands without installing everything locally. Usable like this: docker-compose run --rm rake test. You will need to run docker-compse build once beforehand.

Releasing a new version for usage in e621

Commit the changes to dtext.cpp.rl and the resuling changes in dtext.cpp. Bump the version number in lib/dtext/version.rb. After that is all done you can bundle lock in the e6 repository. It should pick up on the increased version.

To test these changes locally commit them and update the Gemfiles dtext entry. Specifying the commit hash allows you to rebuild the container without having to also increment the version number every time. Don't forget to bundle lock before rebuilding.
gem "dtext_rb", git: "https://github.com/YOUR_FORK/dtext_rb.git", ref: "YOUR_COMMIT_HASH"

About

compiled dtext parser extension

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 75.0%
  • Ruby 14.1%
  • Ragel 10.8%
  • Dockerfile 0.1%