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

Correct pc for empty function definition #785

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Correct pc for empty function definition #785

merged 1 commit into from
Dec 31, 2023

Conversation

timholy
Copy link
Owner

@timholy timholy commented Dec 31, 2023

Setting pc=nothing is premature at this stage.
Together with JuliaDebug/LoweredCodeUtils.jl#91, this fixes #758.

This will fail the new test because I haven't tagged a new release of LoweredCodeUtils. However, that's a bit unsafe to release without this change---it will trigger this bug more often than it used to. So I'll let this test fail, merge & make a new Revise release, and then release LoweredCodeUtils.

Setting `pc=nothing` is premature at this stage.
Together with JuliaDebug/LoweredCodeUtils.jl#91,
this fixes #758.
@timholy timholy merged commit 76e8c48 into master Dec 31, 2023
2 of 9 checks passed
@timholy timholy deleted the teh/fix_758 branch December 31, 2023 23:23
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.

Wrong directory for include during revision
1 participant