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

Commits on Apr 25, 2024

  1. Fix incorrect columns for dbg and IO.inspect

    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".
    mhanberg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a227dfd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. fix formatting

    I assume this is broken on the default branch, just fixing it so my
    build with pass
    mhanberg committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    199eca4 View commit details
    Browse the repository at this point in the history