fix #10342: put location into warning exceptions#10343
Conversation
as the warning systems own warn_explicit looses the information we add them explicitly to the warning exceptions
nicoddemus
left a comment
There was a problem hiding this comment.
I suppose this also needs a changelog, as improvement?
|
It's unreleased, so I consider it part of the initial change |
|
Fair enough, did not realize that. 👍 |
|
@The-Compiler i'd like to get your input before merging |
|
I wanted to try this by installing Is your branch outdated or something, or is that just a setuptools-scm thing? |
|
@The-Compiler i believe that i didn't push the tags to my repo, let me fix |
|
@The-Compiler updated |
The-Compiler
left a comment
There was a problem hiding this comment.
Great idea with only adding it if warnings are exceptions! Only a small suggestion, but looks good to go.
Co-authored-by: Florian Bruhin <[email protected]>
as the warning systems own warn_explicit looses the information we add them explicitly to the warning exceptions
@The-Compiler this should resolve the issue you noted
closes #10342