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

refactor: unify to filesystem in rspack_core #8522

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

hardfist
Copy link
Contributor

@hardfist hardfist commented Nov 25, 2024

Summary

It's not necessary to distinguish different filesystem trait in rust side, which only cause maintenance burden,
we just need to distinguish input & output & intermediate filesystem in ThreadsafeNodeFS

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Nov 25, 2024
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit a247ef9
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/67442f4bcc68d90008cab124

Copy link

codspeed-hq bot commented Nov 25, 2024

CodSpeed Performance Report

Merging #8522 will not alter performance

Comparing yj/unify-filesystem (a247ef9) with main (eb12150)

Summary

✅ 1 untouched benchmarks

crates/rspack_fs/src/fs.rs Show resolved Hide resolved
crates/rspack_fs/src/async.rs Show resolved Hide resolved
@hardfist hardfist merged commit cee7307 into main Nov 25, 2024
39 checks passed
@hardfist hardfist deleted the yj/unify-filesystem branch November 25, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants