-
Notifications
You must be signed in to change notification settings - Fork 158
regress improvements #806
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
regress improvements #806
Conversation
6ab2037 to
a718ec8
Compare
|
keeping delta would be nice, it provides much better context in the headers , maybe just disabling colors would be enough |
282f58c to
d8523c7
Compare
| # workaround for https://github.com/rust-lang/cargo/pull/12779, doesn't work for output though | ||
| # see https://github.com/rust-lang/cargo/issues/6009#issuecomment-1925445245 | ||
| "output/baseline/**", | ||
| "output/current/**" | ||
| ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this actually doesnt work, at all, it looked like it did work but then it started failing again. rust-lang/cargo#6009 (comment)
either we need to have this be fixed, or we initialize in a temporary folder then move that folder
| GITHUB_PR: ${{ matrix.pr }} | ||
| GIT_PAGER: delta --hunk-header-style omit | ||
| summary: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can use --raw for this to keep the context delta provides but get rid of the faulty coloring github actions does
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` cargo regress test -a cortex-m --url https://raw.githubusercontent.com/cmsis-svd/cmsis-svd/9c416c5ff18e7d272a792c13bd235ebe30eef816/data/ARM_SAMPLE/CMSDK_CM3.svd ```
d8523c7 to
57f6bbe
Compare

No description provided.