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: mbj/unparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.15
Choose a base ref
...
head repository: mbj/unparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 16 commits
  • 78 files changed
  • 2 contributors

Commits on Jun 16, 2024

  1. Add tea.yaml

    mbj committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b01498b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #373 from mbj/add/tea.yaml

    Add tea.yaml
    mbj authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f5c44b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Change to require diff-lcs ~1.6

    mbj committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    cb47617 View commit details
    Browse the repository at this point in the history
  2. Upgrade rubocop

    mbj committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    82ed87f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #380 from mbj/upgrade/dependencies

    Upgrade dependencies
    mbj authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    fb943c8 View commit details
    Browse the repository at this point in the history
  4. Upgrade mutant

    mbj committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    3664765 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #381 from mbj/upgrade/mutant

    Upgrade mutant
    mbj authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    f294723 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Remove devtools reminders

    mbj committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    e7bc52c View commit details
    Browse the repository at this point in the history
  2. Change to mutant timeout

    mbj committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    469abe6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #382 from mbj/remove/devtools-reminders

    Remove devtools reminders
    mbj authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    cae0cf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Bump json from 2.10.1 to 2.10.2

    Bumps [json](https://github.com/ruby/json) from 2.10.1 to 2.10.2.
    - [Release notes](https://github.com/ruby/json/releases)
    - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
    - [Commits](ruby/json@v2.10.1...v2.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: json
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    7c8a1f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #383 from mbj/dependabot/bundler/json-2.10.2

    Bump json from 2.10.1 to 2.10.2
    mbj authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    6e47d37 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Fix dstr unparsing

    * This is an entirely new approach.
    * Instead to find the "correct" dstr segments we simply try all and unparse the first one
      that round trips.
    * This so far guarantees we always get good concrete syntax, but it can be time intensive as
      the combinatoric space of possible dynamic string sequence is quadratic with the dstr children size.
    * For this reason we try above (currently) dstr children to unparse as heredoc first.
    * Passes the entire corpus and fixes bugs.
    
    [fix #249]
    mbj committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    1ac5a77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #366 from mbj/fix/dstr

    Fix dstr
    mbj authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    935ba71 View commit details
    Browse the repository at this point in the history
  3. Prepare release

    mbj committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    ac3d3be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #384 from mbj/prepare-release

    Prepare release
    mbj authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    1ff9982 View commit details
    Browse the repository at this point in the history
Loading