adding void to to-string #29

Merged
j3parker merged 1 commits from master into master 10 years ago
j3parker commented 10 years ago (Migrated from github.com)

Not sure if I'm "doing it wrong", but this makes some things possible/easier.

Over-simplified example:

#lang pollen
◊(define x 4)
◊(define (f x) (set! x 3))
◊(f x)

Pollen crashes for this input without the void case.

Not sure if I'm "doing it wrong", but this makes some things possible/easier. Over-simplified example: ``` #lang pollen ◊(define x 4) ◊(define (f x) (set! x 3)) ◊(f x) ``` Pollen crashes for this input without the void case.
mbutterick commented 10 years ago (Migrated from github.com)

Seems right to me. Thanks.

Seems right to me. Thanks.
The pull request has been merged as 01c8615626.
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 master master
git pull origin master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff master
git push origin master
Sign in to join this conversation.
No reviewers
No Label
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/pollen#29
Loading…
There is no content yet.