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

fix #41546, make using thread-safe #41602

Merged
merged 3 commits into from
Oct 25, 2021
Merged

fix #41546, make using thread-safe #41602

merged 3 commits into from
Oct 25, 2021

Commits on Oct 19, 2021

  1. fix #41546, make using thread-safe

    JeffBezanson authored and vtjnash committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    71c14e3 View commit details
    Browse the repository at this point in the history
  2. Update base/toml_parser.jl

    Co-authored-by: Jameson Nash <[email protected]>
    JeffBezanson and vtjnash committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f69545d View commit details
    Browse the repository at this point in the history
  3. squash! fix #41546, make using thread-safe

    use more precision when handling loading lock, merge with TOML lock
    (since we typically are needing both, sometimes in unpredictable
    orders), and unlock before call most user code
    vtjnash committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3eae248 View commit details
    Browse the repository at this point in the history