Skip to content
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

Fix incorrect columns for dbg and IO.inspect #1126

Merged
merged 2 commits into from Apr 28, 2024

Conversation

mhanberg
Copy link
Contributor

Previously, this was backfilling the column based on analyzing the
source code line, but the column is already available in the AST, so we
instead take it from there.

This allows IDE type tools to accurately create refactor "code actions".

Previously, this was backfilling the column based on analyzing the
source code line, but the column is already available in the AST, so we
instead take it from there.

This allows IDE type tools to accurately create refactor "code actions".
I assume this is broken on the default branch, just fixing it so my
build with pass
@mhanberg
Copy link
Contributor Author

I think there was a formatting error on the master branch, went ahead and fixed it here, I can open a new PR if that is preferable tho.

@rrrene rrrene merged commit e48a5eb into rrrene:master Apr 28, 2024
@rrrene
Copy link
Owner

rrrene commented Apr 28, 2024

@mhanberg Thx!

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.

None yet

2 participants