Thanks to visit codestin.com
Credit goes to github.com

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: JuliaTesting/ParallelTestRunner.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: JuliaTesting/ParallelTestRunner.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 10 commits
  • 19 files changed
  • 4 contributors

Commits on Nov 24, 2025

  1. 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>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    19cd147 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. 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]>
    giordano and claude authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    ca15026 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. 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.
    giordano authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    7e025e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. [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
    giordano authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    a705b98 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. 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>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d57ee70 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d3defba View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    25605ba View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Allow IOCapture v1 (#81)

    cgarling authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    55b25d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. [docs] Add runtests call 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.
    giordano authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    608f947 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. 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
    giordano authored Jan 26, 2026
    2 Configuration menu
    Copy the full SHA
    39c1c38 View commit details
    Browse the repository at this point in the history
Loading