-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: JuliaTesting/ParallelTestRunner.jl
base: v2.0.2
head repository: JuliaTesting/ParallelTestRunner.jl
compare: v2.1.0
- 10 commits
- 19 files changed
- 4 contributors
Commits on Nov 24, 2025
-
Bump actions/checkout from 5 to 6 (#72)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 19cd147 - Browse repository at this point
Copy the full SHA 19cd147View commit details
Commits on Dec 5, 2025
-
Add Documenter.jl documentation (#74)
* Add Documenter.jl documentation Co-authored-by: Claude <[email protected]> * Add workflow for deploying the docs * Some fixes and move information from README to the docs * More tips * Remove non-sense * Remove custom output streams section * Remove redundant section about custom workers * Min fixes * Fix sectioning level * Simplify docs deploy job * Fix syntax highlighting? * Add workflow for cleaning up previews on schedule * Tweak query of packages using PTR * Clarify filtering is on test files, not testsets * Load balance parentheses * Add more cross-references in docstrings * Clarify once again filtering is on test files, not testsets * Update load balancing strategy in docstring --------- Co-authored-by: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca15026 - Browse repository at this point
Copy the full SHA ca15026View commit details
Commits on Dec 6, 2025
-
Clarify description of command line args argument to
runtests(#75)The current docstring had conflicting information: the signature showed only `ParsedArgs` was accepted, but the description suggested only a vector of strings (like `Base.ARGS`) was accepted.
Configuration menu - View commit details
-
Copy full SHA for 7e025e5 - Browse repository at this point
Copy the full SHA 7e025e5View commit details
Commits on Dec 8, 2025
-
[docs] Execute examples when building the docs (#76)
* [docs] Execute examples when building the docs * [CI] Build documentation with `--check-bounds=yes` This hopefully avoids recompiling packages when running the tests
Configuration menu - View commit details
-
Copy full SHA for a705b98 - Browse repository at this point
Copy the full SHA a705b98View commit details
Commits on Dec 15, 2025
-
Bump actions/upload-artifact from 5 to 6 (#78)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d57ee70 - Browse repository at this point
Copy the full SHA d57ee70View commit details -
Bump actions/download-artifact from 6 to 7 (#79)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3defba - Browse repository at this point
Copy the full SHA d3defbaView commit details -
Bump actions/cache from 4 to 5 (#80)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25605ba - Browse repository at this point
Copy the full SHA 25605baView commit details
Commits on Dec 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 55b25d8 - Browse repository at this point
Copy the full SHA 55b25d8View commit details
Commits on Dec 17, 2025
-
[docs] Add
runtestscall in mock package (#82)Because the call to `runtests` was missing, the tests in the section about interactive use were not actually run at all.
Configuration menu - View commit details
-
Copy full SHA for 608f947 - Browse repository at this point
Copy the full SHA 608f947View commit details
Commits on Jan 26, 2026
-
Get process output from Malt, instead of capturing it ourselves (#84)
* Get process output from `Malt`, instead of capturing it ourselves This enables us to get the output generated by crashes jobs. * DROP ME: temporarily point to my fork of Malt * Almost completely fix handling of colours * Pass `--color` option directly to workers to completely fix colour issues * Append newlines to flush streams in colorful output tests * Add tests about capturing output of crashed workers * Use `readavailable` instead of `readline` * Add more tests about output capturing * Replace `isopen` -> `!eof` * Fix Malt revision * Create a custom `PTRWorker` worker type to adapt to new upstream changes * Update docstrings * Malt v1.4.0 is now registered * Fold initialisation of `PTRWorker` in its constructor * `@async` -> `Threads.@spawn` in `stdio_loop` * Include worker ID in `PTRWorker` structure
2Configuration menu - View commit details
-
Copy full SHA for 39c1c38 - Browse repository at this point
Copy the full SHA 39c1c38View 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 v2.0.2...v2.1.0