KEMBAR78
Comparing v2.11.2...v2.11.3 · ammar/regexp_parser · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ammar/regexp_parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.2
Choose a base ref
...
head repository: ammar/regexp_parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.3
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 27, 2025

  1. Fix bundle exec rake install when command is buildin

    When it was part of bin/setup, it was already run via sh.
    This makes that work again.
    Earlopain committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    fe4c477 View commit details
    Browse the repository at this point in the history
  2. Fix UTF8 escapes in character classes

    Otherwise one character gets split up into its individual bytes
    Earlopain committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    2efa904 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Merge pull request #105 from Earlopain/ragel-rake-buildin-command

    Fix `bundle exec rake install` when `command` is a shell buildin
    jaynetics authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    1500106 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from Earlopain/fix-utf8-escapes-in-sets

    Fix UTF8 escapes in character classes
    jaynetics authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    a611c88 View commit details
    Browse the repository at this point in the history
  3. Deduplicate transition

    jaynetics committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    6993fab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3c3a79 View commit details
    Browse the repository at this point in the history
  5. Release v2.11.3

    jaynetics committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    c5094a8 View commit details
    Browse the repository at this point in the history
Loading