Fix report-datum w/ eof #21

Merged
zenspider merged 2 commits from fix-report-datum-eof into master 5 years ago
zenspider commented 5 years ago (Migrated from github.com)

Extended report-datum to be friendly to eof.

read-syntax returns either a syntax or eof. This allows report-datum to be used to debug read-syntax issues.

Extended report-datum to be friendly to eof. read-syntax returns either a syntax or eof. This allows report-datum to be used to debug read-syntax issues.
zenspider commented 5 years ago (Migrated from github.com)

Found via something like:

  (define (pfsh:read-syntax name in)
    (report-datum (read-syntax name in) 'read-syntax))
Found via something like: ```racket (define (pfsh:read-syntax name in) (report-datum (read-syntax name in) 'read-syntax)) ```
mbutterick commented 5 years ago (Migrated from github.com)

Thanks!

Thanks!
The pull request has been merged as 83206c4521.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fix-report-datum-eof master
git pull origin fix-report-datum-eof

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff fix-report-datum-eof
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/beautiful-racket#21
Loading…
There is no content yet.