Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lockable to Base, to bundle a lock with its resource #52898

Merged
merged 20 commits into from
Feb 12, 2024

Commits on Jan 30, 2024

  1. Add Lockable

    Co-authored-by: Jacob Quinn <[email protected]>
    2 people authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a4f4a30 View commit details
    Browse the repository at this point in the history
  2. Use Lockable for TEMP_CLEANUP

    ericphanson authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf87d6a View commit details
    Browse the repository at this point in the history
  3. use Lockable in env_dict

    ericphanson authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    dc51563 View commit details
    Browse the repository at this point in the history
  4. add changes from JuliaLang#34400

    Co-authored-by: Dilum Aluthge <[email protected]>
    2 people authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    95e9918 View commit details
    Browse the repository at this point in the history
  5. improve tests

    ericphanson authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    394fb12 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Jameson Nash <[email protected]>
    ericphanson and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ce19f44 View commit details
    Browse the repository at this point in the history
  7. cleanup

    ericphanson authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    eb8e0b9 View commit details
    Browse the repository at this point in the history
  8. fix doctest, improve docs

    ericphanson authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c4edba4 View commit details
    Browse the repository at this point in the history
  9. add Lockable to docs

    ericphanson authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0cd0d35 View commit details
    Browse the repository at this point in the history
  10. Update NEWS.md

    ericphanson authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1994d95 View commit details
    Browse the repository at this point in the history
  11. fix tests

    ericphanson authored and vtjnash committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7f8a4a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Revert "Use Lockable for TEMP_CLEANUP"

    This reverts commit cf87d6a.
    ericphanson committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    4d33f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a35ded View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

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

Commits on Feb 8, 2024

  1. Update base/exports.jl

    vtjnash authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e5c4b6b View commit details
    Browse the repository at this point in the history
  2. Update test/misc.jl

    vtjnash authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d320353 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Update lock.jl

    vtjnash authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    19ceac9 View commit details
    Browse the repository at this point in the history
  2. Update misc.jl

    vtjnash authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f947ca7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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