-
Notifications
You must be signed in to change notification settings - Fork 26
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
Rebuild Pikelet using normalization by evaluation #197
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note that this is such a big change that I don't really expect anyone to read the diff. It might be better to just browse the source directly. |
10 tasks
brendanzab
force-pushed
the
next
branch
2 times, most recently
from
March 15, 2020 09:15
2051589
to
217074f
Compare
brendanzab
force-pushed
the
next
branch
3 times, most recently
from
April 7, 2020 03:15
45ac797
to
0568c6a
Compare
bjorn3
reviewed
Apr 9, 2020
This was
linked to
issues
Jun 8, 2020
brendanzab
force-pushed
the
next
branch
5 times, most recently
from
August 13, 2020 11:44
e4aab6f
to
e7d2bbb
Compare
brendanzab
force-pushed
the
next
branch
6 times, most recently
from
August 24, 2020 08:11
98076d4
to
e3f92a1
Compare
brendanzab
force-pushed
the
next
branch
2 times, most recently
from
November 10, 2020 11:42
543c4d3
to
6905026
Compare
brendanzab
force-pushed
the
next
branch
2 times, most recently
from
November 15, 2020 00:11
40437ec
to
b871243
Compare
This adds a duplicate `Range` type that implements `Copy`, unlike `std::ops::Range`.
Github has deprecated setting environment variables from STDOUT, so we'll adopt their new recommended approach: - https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/, - https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files.
See also actions/runner-images#1816, where it is explained that `ubuntu-latest` will soon point to something different.
brendanzab
force-pushed
the
next
branch
2 times, most recently
from
November 29, 2020 11:34
e978688
to
6b1f6b3
Compare
This doesn't yet complete all of the stuff in #196, but I'm thinking I'm going to go ahead an merge this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See issue #196 for more information!
Closes #14, #62, #109, #181, #196.