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 an off by 1 error in GREET0. #1969

Closed
wants to merge 1 commit into from

Conversation

MattHeffron
Copy link
Contributor

See Issue #1968

This is a one line change on line 2624 (new file). I have no idea how the FILEINFO READTABLE was changed from "XCL" to "INTERLISP". That's what's causing all of the other diffs.
(Anyone have ideas why?)

This is a one line change on line 2624 (new file).
I have *no idea* how the FILEINFO READTABLE was changed from "XCL" to "INTERLISP".
That's what's causing all of the other diffs.
@MattHeffron MattHeffron added bug Something isn't working (as per documentation) low priority labels Jan 14, 2025
@MattHeffron MattHeffron self-assigned this Jan 14, 2025
@MattHeffron MattHeffron linked an issue Jan 14, 2025 that may be closed by this pull request
pamoroso
pamoroso previously approved these changes Jan 14, 2025
Copy link
Contributor

@pamoroso pamoroso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good to me but I still can't build Medley to test the code because of #1954.

@nbriggs
Copy link
Contributor

nbriggs commented Jan 14, 2025

NO. Don't change the read table.

@nbriggs nbriggs dismissed pamoroso’s stale review January 14, 2025 20:32

This should not be approved with the readtable change.

@nbriggs
Copy link
Contributor

nbriggs commented Jan 14, 2025

@pamoroso - Build full instead of apps

@nbriggs
Copy link
Contributor

nbriggs commented Jan 14, 2025

I'm guessing that there was a MAKEFILE ... 'NEW there? If you let it loadfrom prop the GREET0 function, add a SUB1 for the month, and then (CLEANUP HIST) it remakes the file with only the one function changed and retains the original XCL readtable, and doesn't mess with the case of all the other code in the file.

@MattHeffron
Copy link
Contributor Author

Replaced by PR #1970 with clean file diffs.

MattHeffron added a commit that referenced this pull request Jan 15, 2025
Replaces mth26 branch (PR #1969). This doesn't change the file's
READTABLE.
@MattHeffron MattHeffron deleted the mth26--fix-GREET0-off-by-1-error branch January 15, 2025 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working (as per documentation) low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants