-
Notifications
You must be signed in to change notification settings - Fork 138
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: ruby/debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ruby/debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 14 files changed
- 9 contributors
Commits on May 30, 2024
-
do not include
$FILENAME
in globals`$FILENAME` is unsafe to include in the globals because it modifies ARGV and raises an error if it's a file that does not exist. This causes two issues if rdbg used to debug a command with arguments. * when using rdbg the server will crash when running `info globals`, as it does not catch the error * when using a DAP client that requests globals before the debugged program was able to handle its arguments then the ARGV changes and the program will not do what's expected
Configuration menu - View commit details
-
Copy full SHA for 8abc50a - Browse repository at this point
Copy the full SHA 8abc50aView commit details
Commits on Jul 25, 2024
-
Accept colon style Hash#inspect in test/console/print_test.rb
Accepts {key=>value} style and {key: value} style Hash#inspect proposed in https://bugs.ruby-lang.org/issues/20433#note-10
Configuration menu - View commit details
-
Copy full SHA for 79cdcfa - Browse repository at this point
Copy the full SHA 79cdcfaView commit details
Commits on Sep 2, 2024
-
"1234" is too short and may be included in tempfile paths.
Configuration menu - View commit details
-
Copy full SHA for ef5e54c - Browse repository at this point
Copy the full SHA ef5e54cView commit details
Commits on Sep 10, 2024
-
Add changelog_uri to gemspec (#1106)
* Add changelog_uri to gemspec Supported here: https://guides.rubygems.org/specification-reference/#metadata Useful for running https://github.com/MaximeD/gem_updater * Remove wrong comma
Configuration menu - View commit details
-
Copy full SHA for 9c42795 - Browse repository at this point
Copy the full SHA 9c42795View commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1405bf8 - Browse repository at this point
Copy the full SHA 1405bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07df517 - Browse repository at this point
Copy the full SHA 07df517View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee59c85 - Browse repository at this point
Copy the full SHA ee59c85View commit details -
Improve RUBYOPT's handling in tests
When debugging the issue related to ruby/irb#919, I noticed that debugger tests don't respect the IRB version I specified in the Gemfile. This is because console tests force override the RUBYOPT env, which will remove the `-rbundler/setup` injected by bundler. Further more, if tests use `run_rdbg` with the `rubyopt` option, the RUBYOPT will be overridden yet again. So in this commit I did 2 improvements: 1. `run_rdbg` should append instead of override RUBYOPT 2. If tests are executed with bundler, we also run the debugger in PTY process with bundler by appending `-rbundler/setup` to RUBYOPT
Configuration menu - View commit details
-
Copy full SHA for 3685859 - Browse repository at this point
Copy the full SHA 3685859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d607d - Browse repository at this point
Copy the full SHA 87d607dView commit details -
Configuration menu - View commit details
-
Copy full SHA for affee18 - Browse repository at this point
Copy the full SHA affee18View commit details
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51b0161 - Browse repository at this point
Copy the full SHA 51b0161View commit details -
Configuration menu - View commit details
-
Copy full SHA for bead098 - Browse repository at this point
Copy the full SHA bead098View commit details
Loading
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 v1.9.2...v1.10.0