Skip to content

fix Rtools gcc on old fwrite#7690

Draft
tdhock wants to merge 3 commits intomasterfrom
fix-rtools-types
Draft

fix Rtools gcc on old fwrite#7690
tdhock wants to merge 3 commits intomasterfrom
fix-rtools-types

Conversation

@tdhock
Copy link
Copy Markdown
Member

@tdhock tdhock commented Mar 31, 2026

Closes #7689

@tdhock tdhock requested a review from Anirban166 as a code owner March 31, 2026 15:50
@tdhock tdhock changed the title replace types with const void * fix Rtools gcc on old fwrite Mar 31, 2026
@tdhock tdhock marked this pull request as draft March 31, 2026 15:50
aitap added 2 commits April 5, 2026 14:10
Older versions of data.table (seen in fwrite) use function declarations
with empty prototypes. Newer versions of R default to C23, which
interprets those as empty prototypes.

Anticipate future addition of SystemRequirements: libzstd.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

  • HEAD=fix-rtools-types much slower for DT[by,verbose=TRUE] improved in #6296
    Comparison Plot

Generated via commit 21bda69

Download link for the artifact containing the test results: ↓ atime-results.zip

Task Duration
R setup and installing dependencies 5 minutes and 44 seconds
Installing different package versions 12 minutes and 17 seconds
Running and plotting the test cases 4 minutes and 17 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rtools gcc type errors, old data.table fwrite

2 participants