-
Notifications
You must be signed in to change notification settings - Fork 16
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
drop use of SETLENGTH #82
Labels
Comments
merliseclyde
added a commit
that referenced
this issue
Sep 15, 2024
merliseclyde
added a commit
that referenced
this issue
Sep 15, 2024
merliseclyde
added a commit
that referenced
this issue
Sep 16, 2024
removed all occurrences of SETLENGTH and updated code appropriately to truncate over-allocated vectors per r-lib/fs#450 |
Reopening due to imbalance problems flagged when running tests outside of R CMD check. Code has reverted back to using SETLENGTH to avoid the stack imbalance |
merliseclyde
added a commit
that referenced
this issue
Nov 19, 2024
related to fixing use of SETLENGTH in lm_sampleworep.c and Issue #82 Check Code coverage to see if changes now bypass SETLENGTH (covered previously in tests)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As SETLENGTH is not part of the public API, all calls of SETLENGTH need to be replaced in advance of strict enforcement
The text was updated successfully, but these errors were encountered: