Skip to content

Commit

Permalink
Link an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jul 21, 2024
1 parent c651ac0 commit 36285c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -18749,6 +18749,6 @@ DT1 = data.table(a=1:2)
DT2 = data.table(a=c(1, 1, 2, 2), b=1:4)
test(2271, options=c(datatable.verbose=TRUE), copy(DT1)[DT2, on='a', v := 4], copy(DT1)[, v := 4], output="x.a.\nAssigning")

# shift of many elements accumulated PROTECT() for the fill values instead of releasing as soon as possible
# shift of many elements accumulated PROTECT() for the fill values instead of releasing as soon as possible. Spotted by rchk in #6257.
l = as.list(seq_len(2e4))
test(2272, shift(l), as.list(rep(NA_integer_, 2e4)))

0 comments on commit 36285c9

Please sign in to comment.