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(graindoc): Improve location lookup so re-exports do not crash it #1280

Merged
merged 5 commits into from
May 29, 2022

Conversation

phated
Copy link
Member

@phated phated commented May 29, 2022

The exports refactor & bug fixes caused some of my bad code to break in graindoc. Since no new bindings are created in scope for re-exports, I can't use Env.find_value to find the locations anymore. @ospencer walked me through the better way to do this, but I need help to finish the value lookup (see TODO in diff).

@phated phated requested a review from a team May 29, 2022 01:36
@peblair
Copy link
Member

peblair commented May 29, 2022

@phated It should be good to go now.

@phated phated merged commit 6e782ee into main May 29, 2022
@phated phated deleted the phated/graindoc-locations branch May 29, 2022 20:52
@github-actions github-actions bot mentioned this pull request May 31, 2022
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.

3 participants