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

Hide IRShow include from Revise #56756

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Hide IRShow include from Revise #56756

merged 1 commit into from
Dec 5, 2024

Conversation

Keno
Copy link
Member

@Keno Keno commented Dec 5, 2024

Revise in theory wants to re-evaluate this include, but it fails at doing so, because the include call no longer works after bootstrap. It happens to work right now on master, because the lowering of Compiler.include happens to hide the include call from Revise, but that's a Revise bug I'm about to fix. Address this by moving the include call into the package and using an absolute include if necessary.

Revise in theory wants to re-evaluate this include, but it fails at doing so,
because the include call no longer works after bootstrap. It happens
to work right now on master, because the lowering of `Compiler.include`
happens to hide the include call from Revise, but that's a Revise bug
I'm about to fix. Address this by moving the include call into the
package and using an absolute include if necessary.
@Keno Keno force-pushed the kf/reviseirshowinclude branch from afe76b2 to 69b1872 Compare December 5, 2024 01:36
@Keno Keno merged commit 8aac4cc into master Dec 5, 2024
5 of 7 checks passed
@Keno Keno deleted the kf/reviseirshowinclude branch December 5, 2024 07:33
aviatesk added a commit that referenced this pull request Dec 5, 2024
We need to quote it, otherwise it would result in `UnderVarError`.
Keno pushed a commit that referenced this pull request Dec 5, 2024
We need to quote it, otherwise it would result in `UnderVarError`.
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.

2 participants