-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add span to plugin diagnostics #2145
base: main
Are you sure you want to change the base?
Conversation
commit-id:55ec12c0 --- **Stack**: - #1734 - #1722 - #1704 - #1700 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:83c7db1f --- **Stack**: - #1734 - #1722 - #1704 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:6d8f33f9 --- **Stack**: - #1749 - #1748 - #1745 - #1747 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:f0ce5a05 --- **Stack**: - #1749 - #1748 - #1745 - #1761 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:e6e81399 --- **Stack**: - #1749 - #1748 - #1745 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:107b5e17 --- **Stack**: - #1749 - #1748 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
Closes #1647 --------- Co-authored-by: maciektr <maciej.tratnowiecki@swmansion.com>
commit-id:206643a1 --- **Stack**: - #1811 - #1810 - #1749 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Mateusz Kowalski <mateusz.kowalski@swmansion.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maksim Zdobnikau <43750648+DelevoXDG@users.noreply.github.com> commit-id:face0a80 --- **Stack**: - #1811 - #1810 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
commit-id:b0254722
Signed-off-by: maciektr <mtratnowiecki@gmail.com> Co-authored-by: Rémy Baranx <remy.baranx@gmail.com> Co-authored-by: Maksim Zdobnikau <43750648+DelevoXDG@users.noreply.github.com>
…ce preceding a quote var (#1930)
- Also change cairo-lint to use updated cairo deps - Also remove LS from root Cargo.toml
Please rebase on main - we don't need dev branch for now |
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.
We can take inspiration from Rust, which defines an api of:
spanned
with span, level, messagespan_error
with span, messageerror
with message
etc.
https://doc.rust-lang.org/proc_macro/struct.Diagnostic.html
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.
Sure, updated.
Btw, do you think we should have test for each of those, or just one would be sufficient?
Yeah, it looks a bit funny 😄 The reason is - I originally started this branch from Now, what can be done is:
|
Stack: