-
Notifications
You must be signed in to change notification settings - Fork 105
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: test-unit/test-unit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: test-unit/test-unit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 41 files changed
- 3 contributors
Commits on Apr 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5745469 - Browse repository at this point
Copy the full SHA 5745469View commit details
Commits on May 22, 2025
-
doc: test: add
ractor def test_XXXstyle (#309)GitHub: fix GH-261 --------- Co-authored-by: Sutou Kouhei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25ab959 - Browse repository at this point
Copy the full SHA 25ab959View commit details
Commits on Jun 13, 2025
-
Use require_relative instead of require (#312)
GitHub: GH-311 This patch will reduce dependency on `$LOAD_PATH`. It replaces `require` with `require_relative` for internal library files. This change is applied only when the replacement can be done statically and simply. More advanced replacements are out of scope for this patch, such as: * Using `autoload` * Changes under `test/` --------- Co-authored-by: Sutou Kouhei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5914658 - Browse repository at this point
Copy the full SHA 5914658View commit details
Commits on Jun 19, 2025
-
Use require_relative instead of autoload (#313)
GitHub: GH-311 This patch will reduce dependency on `$LOAD_PATH`. More advanced replacements are out of scope for this patch, such as: * Changes under `test/` --------- Co-authored-by: Sutou Kouhei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 572b28a - Browse repository at this point
Copy the full SHA 572b28aView commit details
Commits on Jun 28, 2025
-
Add
--versioncli option (#314)Recently there have been some issues in Ruby head with binstubs. The following output is from https://github.com/ruby/ruby-dev-builder/actions/runs/15884945465/job/44794519509: Like to add `test-unit` to the CLI test, and having a version option makes for a simple check. ``` Run ruby test_files/cli_test.rb ───── CLI Test ───────────────── bundle ✅ 2.7.0.dev gem ✅ 3.7.0.dev irb ✅ 1.15.2 racc ✅ 1.8.1 rake ✅ 13.3.0 rbs ❌ missing binstub rdbg ❌ missing binstub rdoc ✅ 6.14.1 ruby 3.5.0dev (2025-06-25T17:13:11Z :detached: a1996b32a9) +PRISM [x86_64-linux] bad exit Error: Process completed with exit code 1. ``` Co-authored-by: Sutou Kouhei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df171be - Browse repository at this point
Copy the full SHA df171beView commit details -
test: use require_relative instead of require (#315)
GitHub: fix GH-311 This is a follow-up to GH-312 and the final patch to fix GH-311. This patch will reduce dependency on `$LOAD_PATH`. It replaces `require` with `require_relative` for internal library files in `test/`. If you want to run tests against the installed `test-unit`, you can still use the `test/` directory like this: This example runs tests against the installed `test-unit` version 3.6.8. ```console $ ruby -I $(gem env home)/gems/test-unit-3.6.8/lib bin/test-unit test ```
Configuration menu - View commit details
-
Copy full SHA for e837be2 - Browse repository at this point
Copy the full SHA e837be2View commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 87891d8 - Browse repository at this point
Copy the full SHA 87891d8View 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 3.6.8...3.6.9