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: r-wasm/later
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: r-lib/later
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 15, 2025

  1. Add some additional tests (r-lib#232)

    * Add tests for esoteric error handlers
    
    * Exercise `run_now(Inf)` and `run_now(-1)`
    
    * Test more error paths
    
    * Exercise later_fd C API
    shikokuchuo authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    5a0272c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Simplify some validations and add further tests (r-lib#233)

    * Ensure correct function signature for tests
    
    * Skip on ubsan
    
    * Update validation tests
    
    * Simplify notify_r_ref_deleted()
    
    * Fix Rcpp later_fd test on old Windows
    
    * Add list_queue() test
    
    * Correct run_now() test with destroyed loop
    
    * Update `create_loop()` and `destroy_loop()` error messages
    shikokuchuo authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    a4c6538 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. later 1.4.3

    shikokuchuo authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    7d63f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7997db View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Fix timings in tests (r-lib#237)

    * Fix tests timing
    
    * Amend one other timing
    
    * Formatting
    shikokuchuo authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    c9a69ab View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. later 1.4.4

    shikokuchuo authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    e0a848e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4fc5ac View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Add ORCID to DESCRIPTION

    shikokuchuo committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    aabcb2c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Configuration menu
    Copy the full SHA
    840c68e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    4278010 View commit details
    Browse the repository at this point in the history
Loading