Commit Graph

5893 Commits

Author SHA1 Message Date
Paul Chiusano
727270aad2 added some docs, going to turn this into a transcript 2020-02-19 12:45:37 -05:00
Paul Chiusano
cc57513fd1 added failing transcript 2020-02-18 14:05:55 -05:00
Arya Irani
396a20a243
Merge pull request #1236 from unisonweb/topic/alias.many
implement `alias.many`
2020-02-18 10:43:21 -05:00
Aaron Novstrup
5949e7e81b pretty-print cases expressions outside of let bindings; add tests for cases parsing / pretty-printing 2020-02-17 15:57:24 -08:00
Paul Chiusano
e3cf753931
Merge pull request #1252 from unisonweb/topic/revert-915-transcripts
remove custom unique type guids from transcripts
2020-02-17 07:33:01 -05:00
Arya Irani
2e887276b9 remove custom unique type guids from transcripts 2020-02-16 23:56:29 -05:00
Paul Chiusano
c9c91a7881
Merge pull request #1237 from anchpop/master
Pick GUIDs deterministically when running transcripts
2020-02-16 22:51:52 -05:00
Andre Popovitch
c89d39dc27 added self to CONTRIBUTORS.markdown 2020-02-16 20:28:35 -05:00
Andre Popovitch
bc3c9b2fcd use different random seeds every time 2020-02-16 20:27:37 -05:00
Andre Popovitch
1eb3dd55ee use cryptonite instead of system.random 2020-02-16 20:27:37 -05:00
Andre Popovitch
6b304afa22 transcript guid generation is now deterministic 2020-02-16 20:27:37 -05:00
Andre Popovitch
ff62f72784 added way to deterministically generate unique names 2020-02-16 20:27:36 -05:00
Aaron Novstrup
87757fb305 pretty-print lambda-case in let bindings 2020-02-15 14:33:22 -08:00
Paul Chiusano
6edd189632
Merge pull request #1249 from unisonweb/topic/cleanup
minor cleanup
2020-02-14 18:41:05 -05:00
Arya Irani
e60971675c minor cleanup 2020-02-14 16:58:36 -05:00
Aaron Novstrup
894f2fb5ce parse (cases) lambda-case syntax 2020-02-14 08:42:41 -08:00
Arya Irani
dc09964f7f fix case/of syntax in transcript to match/with per master 2020-02-14 10:18:57 -05:00
Aaron Novstrup
3e95f5ff81 fix stray instances of case .. of 2020-02-13 17:37:32 -08:00
Arya Irani
1009e48f86
Merge branch 'master' into topic/alias.many 2020-02-13 19:13:29 -05:00
Arya Irani
b34dfa5a3f fiddle with help text and fight with P.wrap/P.group/P.lines :) 2020-02-13 19:12:38 -05:00
Arya Irani
e21ce3f08c tweak transcript phrasing 2020-02-13 19:01:42 -05:00
Arya Irani
9c55649ed6 happy path seems to work 2020-02-13 18:57:17 -05:00
mergify[bot]
81cb50bc69
Merge pull request #1229 from moses-alexander/remove-dead-prettyAliases-code
Remove dead prettyAliases function
2020-02-13 17:00:58 +00:00
moses-alexander
af3fff1794 Merge branch 'remove-dead-prettyAliases-code' of github.com:moses-alexander/unison into remove-dead-prettyAliases-code
merge
2020-02-13 11:30:01 -05:00
moses
84f06c8442 add name to contributors.md 2020-02-13 11:29:16 -05:00
moses-alexander
ce9fd22837 remove dead code 2020-02-13 11:29:16 -05:00
moses
f52e9645e7
add name to contributors.md 2020-02-13 11:02:54 -05:00
Paul Chiusano
b7bf12081b
Add Author and License metadata types to builtins (#1228)
* Fix #1056 and add author and license metadata types

* Transcript demonstrating that the codebase is empty at first
2020-02-13 10:59:53 -05:00
moses-alexander
61e4d3c94c remove dead code 2020-02-12 21:55:42 -05:00
Arya Irani
5fef3ee9f0
avoid showing arrays in HandleInput.inputDescription (#1223) 2020-02-12 21:49:41 -05:00
Aaron Novstrup
fc8ba2a706
Merge pull request #1214 from anovstrup/topic/match-with-syntax
Replace case-of with match-with
2020-02-12 11:22:58 -08:00
Arya Irani
ea3c35a8d5 getting started with alias.many 2020-02-11 22:41:44 -05:00
mergify[bot]
575160ca82
Merge pull request #1222 from unisonweb/fix/missing-spaces
add some missing spaces to HandleInput.inputDescription
2020-02-12 02:35:17 +00:00
mergify[bot]
5f8dc6db07
Merge pull request #1227 from unisonweb/topic/hq-ord
replace auto-derived Ord HQ instance which had ordered `z` before `a#x`
2020-02-12 02:34:31 +00:00
Arya Irani
2737e687fc Merge remote-tracking branch 'origin/master' into topic/hq-ord-merged 2020-02-11 21:00:32 -05:00
Arya Irani
abfe928f61 replace auto-derived Ord HQ instance which had ordered z before a#x
new Ord HQ instance does order `#x` before `a#x`, though.
2020-02-11 20:51:55 -05:00
Runar Bjarnason
dc26ff0e07 Make unique types in transcript deterministic 2020-02-11 19:24:58 -05:00
Runar Bjarnason
6cc1740fab Transcript output fix 2020-02-11 17:06:13 -05:00
Runar Bjarnason
3398a7b437 Merge branch 'master' of github.com:unisonweb/unison into topic/multilink 2020-02-10 20:08:17 -05:00
Runar Bjarnason
1dcea0cce3 Check history after multilink 2020-02-10 20:05:50 -05:00
Arya Irani
6b02d69f03 add some missing spaces to HandleInput.inputDescription
These are Text, not wrapped Pretty (although maybe they should be),
so they don't add spaces at `<>`.
2020-02-10 17:20:56 -05:00
Rúnar
10768960b3
Allow link and unlink to take numbered range arguments (#1208)
* Allow multiple links to be added/deleted at once
2020-02-10 15:07:04 -05:00
Runar Bjarnason
d5106286a6 Fixed transcript 2020-02-10 15:01:14 -05:00
Runar Bjarnason
00bd80f526 Added a transcript 2020-02-10 14:13:51 -05:00
Runar Bjarnason
3966d1ffa7 Fix build 2020-02-10 13:12:27 -05:00
Runar Bjarnason
89bdfd61b9 Merge branch 'master' of github.com:unisonweb/unison into topic/multilink 2020-02-10 10:21:36 -05:00
Aaron Novstrup
1f7f106d8f replace case .. of with match .. with in transcripts 2020-02-07 19:00:43 -08:00
Aaron Novstrup
93b0d2a353 replace case .. of syntax with match .. with 2020-02-07 18:59:37 -08:00
Runar Bjarnason
ea9684efaf Fixed argument order and transcripts 2020-02-07 15:17:43 -05:00
mergify[bot]
d0c3be9c3c
Merge pull request #1210 from unisonweb/topic/1202-one-root-update
eliminated single-use helper and out-of-date comment
2020-02-06 23:51:58 +00:00