We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6b075 commit 664f418Copy full SHA for 664f418
.github/scripts/ci-test-other.sh
@@ -64,7 +64,7 @@ if [[ $CHOOSE_TESTS_JL_CONTENT =~ $REGEX_PATTERN ]]; then
64
fi
65
66
echo "-> Run"
67
- ci_run_jl_test $test 1 $moving_feature
+ ci_run_jl_test $test 2 $moving_feature
68
69
done
70
else
mmtk/src/scanning.rs
@@ -132,7 +132,7 @@ impl Scanning<JuliaVM> for VMScanning {
132
CONSERVATIVE_ROOTS.lock().unwrap().insert(obj);
133
}
134
135
- if let Some(jmpbuf) = (*eh).eh_ctx.get(0) {
+ if let Some(jmpbuf) = (*eh).eh_ctx.first() {
136
for buff in jmpbuf.__jmpbuf {
137
if let Some(obj) =
138
is_potential_mmtk_object(Address::from_usize(buff as usize))
0 commit comments