-
Notifications
You must be signed in to change notification settings - Fork 274
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
Kylegoetz udp #4844
Merged
Merged
Kylegoetz udp #4844
Changes from 3 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
af441db
add Network.UDP package
kylegoetz f6aac63
added UDP types and terms
kylegoetz 14df922
delete commented-out code
kylegoetz f8e80a6
add UDP test
kylegoetz 3679b0d
move UDP tests to correct spot
kylegoetz eb52fe7
removed commented-out code
kylegoetz 35c4bdd
Merge branch 'kylegoetz-udp' of github.com:unisonweb/unison into kyle…
aryairani 84b3a63
automatically run ormolu
aryairani 6ac7a3a
disambiguation
aryairani e15757f
where do these white space changes keep coming from?
aryairani 668c9b0
disambiguate transcripts
aryairani 96a5be9
update transcript output
aryairani 1be5cf2
Merge branch 'trunk' into kylegoetz-udp
aryairani 0f62469
fixup testlib and add udp-tests.u to interpreter-tests.md
aryairani 9341656
fixed UDP tests
kylegoetz 178fa7d
Merge branch 'kylegoetz-udp' of https://github.com/unisonweb/unison i…
kylegoetz b202656
Merge branch 'kylegoetz-udp' of github.com:unisonweb/unison into kyle…
aryairani 19be0a5
Merge remote-tracking branch 'origin/trunk' into kylegoetz-udp
aryairani fdf119a
update runtime_tests_version
aryairani db06066
whitespace
aryairani 9192445
Merge remote-tracking branch 'origin/trunk' into kylegoetz-udp
aryairani eef5dda
Merge remote-tracking branch 'origin/trunk' into kylegoetz-udp
aryairani 20b6ad4
note to self, build before pushing :-\
aryairani 407ffdd
Merge branch 'trunk' into kylegoetz-udp
aryairani 7845f40
add UDP for JIT
kylegoetz 0bc69c3
Merge remote-tracking branch 'origin/trunk' into kylegoetz-udp
kylegoetz 53cd4a5
primops updated
kylegoetz b24070c
sandbox
kylegoetz d6e37de
boot (defines new types)
kylegoetz 612f01f
gitignore
kylegoetz e60a52c
fix udp defn in racket
kylegoetz 7b2e520
temp JIT test script
kylegoetz 2620820
add new types to boot.ss
kylegoetz bd31f1c
add UDPSocket, ListenSocket, ClientSockAddr
kylegoetz f7f306f
do not bind socket when creating client
kylegoetz 5bd56cd
fix parens
kylegoetz 6e85e52
.
kylegoetz b885790
cleanup
kylegoetz 2ff6fa6
CSA.toText works
kylegoetz 57a81a9
add builtin exporter to complement builtin-generated
kylegoetz 3dddce6
fix builtin.rkt import
kylegoetz 3b5d996
add UDP builtins to primops
kylegoetz 56914af
tests passing
kylegoetz 50b5e2a
ListenSocket.close
kylegoetz c62ee04
good
kylegoetz 0729a96
extract handle-errors to shared file
kylegoetz 0a62a78
refactor + tests pass
kylegoetz e2aa974
use my branch on Share for testing
kylegoetz 9815b2f
remove UDPSocket/ListenSocket -> Socket extractions from Haskell
kylegoetz 8e8b006
unused imports
kylegoetz 4c9deb1
update transcript outputs
aryairani 9da0a4f
Merge remote-tracking branch 'origin/trunk' into kylegoetz-udp
aryairani 14c91e5
unmodify ci.yaml
aryairani b1a9030
revert .gitignore
aryairani d934078
whitespace
aryairani 62b8bf2
whitespace
aryairani 4890c2d
whitespace
aryairani 4da7930
unmodify jit-tests.sh
aryairani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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 think this eventually won't pass ormolu.
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 changed the workflows a bit to be more flexible, we'll see what happens.