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

Move functionloc to methodshow.jl and make it Revise-aware #32708

Merged
merged 1 commit into from
Jul 31, 2019
Merged

Conversation

timholy
Copy link
Member

@timholy timholy commented Jul 27, 2019

A user question revealed that @edit foo(arg) is not Revise-aware for most editors. This PR changes that. The move to a new file is motivated by bootstrap issues. functionloc is not really reflection in the sense of the compiler, so this doesn't seem too inappropriate.

A user question revealed that `@edit foo(arg)` is not Revise-aware
for most editors. This PR changes that. The move to a new file is
motivated by bootstrap issues. `functionloc` is not really reflection
in the sense of the compiler, so this doesn't seem too inappropriate.
@timholy timholy merged commit 9d4e8ae into master Jul 31, 2019
@delete-merged-branch delete-merged-branch bot deleted the teh/edit branch July 31, 2019 09:37
staticfloat pushed a commit that referenced this pull request Jul 31, 2019
A user question revealed that `@edit foo(arg)` is not Revise-aware
for most editors. This PR changes that. The move to a new file is
motivated by bootstrap issues. `functionloc` is not really reflection
in the sense of the compiler, so this doesn't seem too inappropriate.
staticfloat pushed a commit that referenced this pull request Aug 1, 2019
A user question revealed that `@edit foo(arg)` is not Revise-aware
for most editors. This PR changes that. The move to a new file is
motivated by bootstrap issues. `functionloc` is not really reflection
in the sense of the compiler, so this doesn't seem too inappropriate.
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.

1 participant