-
-
Notifications
You must be signed in to change notification settings - Fork 27
Update lispusers module INSPECTCODE-TEDIT for changes to Tedit. #2224
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
Conversation
This could be considered to be incorporated directly into sources/INSPECT. (This was changed from TCOMPL (LCOM) to COMPILE-FILE (DFASL) because it just wouldn't compile correctly otherwise, for me.)
…Update-lispusers-INSPECTCODE-TEDIT
It requires I'm still unsure why |
How can I test this change? I seem to understand I have to check out both rmk106 and mth46 but how can I keep a working tree that includes both? |
@pamoroso You should be able just to check out mth46. It has the rmk106 merged in already. The note about rmk106 as a prerequisite is just to remind that this PR shouldn't be merged until rmk106 has been merged, because merging mth46 will bring the rmk106 changes as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this change on Linux Mint 22.1 Cinnamon and the reported issues, such as the screen flashes when opening the grapher, are fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried it out, now works
Update lispusers/INSPECTCODE-TEDIT for changes to Tedit.
This could be considered to be incorporated directly into sources/INSPECT.
(This was changed from TCOMPL (LCOM) to COMPILE-FILE (DFASL) because it just wouldn't compile correctly otherwise, for me.)
Branch rmk106 is a prerequisite to this.