-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: ruby/power_assert
base: wip
head repository: ruby/power_assert
compare: master
- 12 commits
- 6 files changed
- 4 contributors
Commits on Nov 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0688e83 - Browse repository at this point
Copy the full SHA 0688e83View commit details -
Merge pull request #62 from ruby/fix-27-error
Fix an issue where loading power_assert on CRuby 2.7 caused unintended errors
Configuration menu - View commit details
-
Copy full SHA for 6ec30f9 - Browse repository at this point
Copy the full SHA 6ec30f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26edf65 - Browse repository at this point
Copy the full SHA 26edf65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91490ca - Browse repository at this point
Copy the full SHA 91490caView commit details
Commits on Nov 24, 2025
-
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 05fbe4f - Browse repository at this point
Copy the full SHA 05fbe4fView commit details
Commits on Nov 25, 2025
-
Merge pull request #63 from ruby/dependabot/github_actions/actions/ch…
…eckout-6 Bump actions/checkout from 5 to 6
Configuration menu - View commit details
-
Copy full SHA for 32476bf - Browse repository at this point
Copy the full SHA 32476bfView commit details
Commits on Mar 3, 2026
-
Add the ability to use the Prism parser
Previously, this relied on Ripper exclusively. This commit adds the ability to use the Prism parser instead. This enables power_assert to handle slightly more syntax, and to not get confused on lines that are lacking column information and have multiple of the same token. It is also faster, when examining runs times of the ident extraction methods. I have left Ripper as the default parser, as that would require more of a discussion going forward. But switching would yield the above benefits, as well as allowing this to run on other Rubies besides just CRuby.
Configuration menu - View commit details
-
Copy full SHA for e319cfc - Browse repository at this point
Copy the full SHA e319cfcView commit details
Commits on Apr 22, 2026
-
Merge pull request #66 from kddnewton/prism
Add the ability to use the Prism parser
Configuration menu - View commit details
-
Copy full SHA for dab72a7 - Browse repository at this point
Copy the full SHA dab72a7View commit details
Commits on Apr 26, 2026
-
Add ability to configure parser
This provides the ability to set the configured parser, switching between ripper and prism when prism is available.
Configuration menu - View commit details
-
Copy full SHA for 70c72cc - Browse repository at this point
Copy the full SHA 70c72ccView commit details
Commits on May 17, 2026
-
Merge pull request #67 from kddnewton/config
Add ability to configure parser
Configuration menu - View commit details
-
Copy full SHA for 4bd99b9 - Browse repository at this point
Copy the full SHA 4bd99b9View commit details
Commits on Jun 22, 2026
-
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for dc3c099 - Browse repository at this point
Copy the full SHA dc3c099View commit details
Commits on Jun 24, 2026
-
Merge pull request #68 from ruby/dependabot/github_actions/actions/ch…
…eckout-7 Bump actions/checkout from 6 to 7
Configuration menu - View commit details
-
Copy full SHA for 583705a - Browse repository at this point
Copy the full SHA 583705aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff wip...master