-
Notifications
You must be signed in to change notification settings - Fork 124
Checkout swc-plugin test fixture files with Unix newlines for Windows #331
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
Checkout swc-plugin test fixture files with Unix newlines for Windows #331
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2feeb6f to
7b877b9
Compare
123391b to
a0d9dc0
Compare
7b877b9 to
2ee0a5d
Compare
* Disable Turborepo cache for CI related tasks Disable cache for all tasks except "build" * Checkout swc-plugin test fixture files with Unix newlines for Windows (#331)
* Disable Turborepo cache for CI related tasks Disable cache for all tasks except "build" * Checkout swc-plugin test fixture files with Unix newlines for Windows (#331)

TL;DR
Added
.gitattributesfile to enforce LF line endings for.stderrtest files.What changed?
Created a new
.gitattributesfile that specifies.stderrfiles should always use LF line endings regardless of the operating system.How to test?
.stderrfileWhy make this change?
This ensures consistent line endings for
.stderrtest files across different operating systems, which prevents test failures that might occur due to line ending differences between platforms (particularly Windows vs Unix-based systems).