Skip to content

Conversation

Firestar99
Copy link
Member

@Firestar99 Firestar99 commented Oct 14, 2025

Requires #380

To reduce compiletest stderr merge conflicts and reviewing effort:

  • Removes line and column from rustc errors:
    * `// normalize-stderr-test "\.rs:\d+:\d+" -> ".rs:""` remove the line and column from error messages, eg. `--> path/to/some.rs:8:6`
    * `// normalize-stderr-test "(\n)\d* *([ -])([\|\+\-\=])" -> "$1 $2$3""` remove the line number prefixing the source code snippet, does not touch `...`
  • Removes OpLine from some tests

@Firestar99 Firestar99 force-pushed the compiletest-normalization branch from bbb1919 to 065b526 Compare October 14, 2025 13:24
Base automatically changed from vec3-12-bytes to main October 15, 2025 10:09
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.

1 participant