Skip to content
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

Wasm: Keep file descriptor open in fread.c until finished with mmap() #5974

Merged
merged 3 commits into from
Mar 6, 2024

Conversation

georgestagg
Copy link
Contributor

See #5969 for discussion.

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.49%. Comparing base (46ee525) to head (52ec7d6).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5974   +/-   ##
=======================================
  Coverage   97.49%   97.49%           
=======================================
  Files          80       80           
  Lines       14861    14861           
=======================================
  Hits        14488    14488           
  Misses        373      373           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MichaelChirico
Copy link
Member

Thanks for the PR!! Really appreciate it. Please write a NEWS item to cite yourself, I guess this is a bug fix? Otherwise a note.

Lastly, can you think of a way to regression test this? It's probably not worth the effort, but maybe you're familiar with an easy way to do so.

@georgestagg
Copy link
Contributor Author

Lastly, can you think of a way to regression test this? It's probably not worth the effort, but maybe you're familiar with an easy way to do so.

Not easily, sorry. We have thought a little about what automated testing could look like inside the Wasm environment, but the infrastructure is not there yet.

Copy link
Member

@MichaelChirico MichaelChirico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for handling this!

@MichaelChirico MichaelChirico merged commit 097ada4 into Rdatatable:master Mar 6, 2024
5 checks passed
@georgestagg georgestagg deleted the webr branch April 10, 2024 07:43
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.

2 participants