-
Notifications
You must be signed in to change notification settings - Fork 5
feat: setup bootstrap and ci #3
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
Changes from 5 commits
c19d4b7
719d2aa
28e2411
9ab2c93
0842a73
d962aab
3d02864
01efce2
c489f1e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/build | ||
rustc-ice-* |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"rust-analyzer.rustc.source": "discover", | ||
"rust-analyzer.workspace.symbol.search.scope": "workspace_and_dependencies", | ||
"rust-analyzer.linkedProjects": [ | ||
"./crates/Cargo.toml", | ||
"./bootstrap/Cargo.toml", | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/target | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: can you make sure the files have trailing newlines because I think some Unix tools assume trailing newlines exist? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jieyouxu did you mean to mark this as resolved? Looks like they are still there There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, or maybe you had it resolved before and I just commented without unresolving :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh maybe I thought they were fixed, not sure |
Uh oh!
There was an error while loading. Please reload this page.