Skip to content

Update crates/oxide/src/lib.rs #14812

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

Conversation

thecrypticace
Copy link
Contributor

No description provided.

RobinMalfait and others added 17 commits October 28, 2024 17:20
Co-authored-by: Jordan Pittman <jordan@cryptica.me>
This proves that right now when using a glob, that files that should be
git ignored are _not_ git ignored.
This test now makes sure that:

1. If a glob is used, and it contains `**`, then it should _not_ resolve
   ignored files/folders like `node_modules`.
2. If an explicit glob is used that contains `node_modules`, then we
   will resolve files in this folder.
3. If an explicit glob is used, and that glob includes file extensions
   we normally ignore then those files should resolve because the glob
   is explicit.
This gives us stable results, which is useful during debugging and in
tests
And make sure that we break once we find a `!`.
This is to ensure that matching files is correct.
Copy link
Contributor Author

thecrypticace commented Oct 28, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @thecrypticace and the rest of your teammates on Graphite Graphite

This was referenced Oct 28, 2024
@thecrypticace
Copy link
Contributor Author

Graphite all kinds of messed up here

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