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: rouge-ruby/rouge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: rouge-ruby/rouge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 11, 2019

  1. Expand list of files ignored by Git (#1157)

    Git now ignores `/vendor` and the `rouge-memory.tmp` file.
    pyrmont authored Jun 11, 2019
    Configuration menu
    Copy the full SHA
    2151912 View commit details
    Browse the repository at this point in the history
  2. Use predefined string in bool_option (#1159)

    When `Lexer.debug_enabled?` returns `true`, `bool_option(:debug)` was 
    causing a fresh instance of the 'debug' string to be allocated. This    
    commit avoids this by passing a `String` literal instead of a `Symbol`.
    ashmaroli authored and pyrmont committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    6d62ba1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Restore support for opts to Lexer.lex (#1178)

    Version 3.4.0 of Rouge moved from passing `opts[:continue]` to the class
    method `.lex` to calling the new class method `.continue_lex`. As
    implemented, the change was breaking and could cause Rouge to crash. 
    This was not intentional and this commit reverts the change.
    Internally, Rouge still uses `.continue_lex` but `.lex` will function as it
    did in version 3.3.0. A warning is displayed for uses with `$VERBOSE` set
    to true.
    pyrmont authored Jun 12, 2019
    Configuration menu
    Copy the full SHA
    6835352 View commit details
    Browse the repository at this point in the history
  2. Release v3.4.1 (#1179)

    pyrmont authored Jun 12, 2019
    Configuration menu
    Copy the full SHA
    4203326 View commit details
    Browse the repository at this point in the history
Loading