forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ask from binding if GC is disabled #35
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qinsoon
approved these changes
Feb 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mmtkgc-bot
added a commit
to mmtk/mmtk-julia
that referenced
this pull request
Feb 7, 2024
Upstream PR: mmtk/mmtk-core#1075 Julia PR: mmtk/julia#35 --------- Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
mergify bot
pushed a commit
to mmtk/mmtk-julia
that referenced
this pull request
Feb 7, 2024
Upstream PR: mmtk/mmtk-core#1075 Julia PR: mmtk/julia#35 --------- Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com> (cherry picked from commit eac7e88) # Conflicts: # mmtk/Cargo.lock # mmtk/Cargo.toml # mmtk/api/mmtk.h # mmtk/src/api.rs # mmtk/src/collection.rs
mergify bot
pushed a commit
to mmtk/mmtk-julia
that referenced
this pull request
Feb 7, 2024
Upstream PR: mmtk/mmtk-core#1075 Julia PR: mmtk/julia#35 --------- Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com> (cherry picked from commit eac7e88) # Conflicts: # mmtk/Cargo.lock # mmtk/Cargo.toml # mmtk/src/collection.rs
qinsoon
pushed a commit
to qinsoon/julia
that referenced
this pull request
May 2, 2024
…g#53124) Stdlib: ArgTools URL: https://github.com/JuliaIO/ArgTools.jl.git Stdlib branch: master Julia branch: master Old commit: 4eccde4 New commit: 997089b Julia version: 1.11.0-DEV ArgTools version: 1.1.2(Does not match) Bump invoked by: @vtjnash Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaIO/ArgTools.jl@4eccde4...997089b ``` $ git log --oneline 4eccde4..997089b 997089b fix tests for TEMP_CLEANUP, which might be a Lockable (mmtk#35) 4a5f003 build(deps): bump actions/cache from 3 to 4 (mmtk#36) 84ba9e8 Hardcode doc edit backlink (mmtk#34) 9238839 build(deps): bump actions/checkout from 3 to 4 (mmtk#33) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
qinsoon
pushed a commit
to qinsoon/julia
that referenced
this pull request
May 2, 2024
…liaLang#54064) Stdlib: NetworkOptions URL: https://github.com/JuliaLang/NetworkOptions.jl.git Stdlib branch: master Julia branch: master Old commit: aab83e5 New commit: 8eec5cb Julia version: 1.12.0-DEV NetworkOptions version: 1.2.0(Does not match) Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/NetworkOptions.jl@aab83e5...8eec5cb ``` $ git log --oneline aab83e5..8eec5cb 8eec5cb Hardcode doc edit backlink (mmtk#32) 0bd3345 also reset SYSTEM_CA_ROOTS and ENV_HOST_PATTERN_CACHE from __init__ (mmtk#35) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upstream PR: mmtk/mmtk-core#1075