Commit Graph

49 Commits

Author SHA1 Message Date
Arya Irani
9833ef08b3 don't have to use /private/tmp/rewrites-tmp.u now 2024-01-09 13:27:05 -10:00
Paul Chiusano
d494cf71cb fix regression reported by @runarorama 2023-09-07 17:13:51 -05:00
Paul Chiusano
13f3aad25f Everything reparses with an identical hash now 2023-08-16 22:17:27 -05:00
Paul Chiusano
ca71d0e7db use different path for scratch file for round trip test 2023-07-24 14:07:01 -04:00
Paul Chiusano
126ed3c4a7 revamp round trip tests 2023-07-24 09:55:58 -04:00
Paul Chiusano
33ce2fdbc9 regression test (currently failing) for 3239 2023-07-21 01:25:40 -04:00
Paul Chiusano
fda2ebea69 Fix #3973 and add regression test 2023-07-21 00:55:12 -04:00
Paul Chiusano
b716984714 more soft hanging after 'with' for @SystemFw 2023-07-20 23:20:29 -04:00
Paul Chiusano
66dc3b0c3d fix issue reported by @stew where top level do blocks would infer syntactically invalid type 2023-07-20 22:56:13 -04:00
Paul Chiusano
0a4448df36 fix issue with tuple printing 2023-07-20 17:32:29 -04:00
Paul Chiusano
f4c49a40ef better soft hang treatment for last arg of function application
breaks the soft hung element before the list of args
2023-07-20 09:55:33 -04:00
Paul Chiusano
087157ad24 fix issue reported by @stew 2023-07-19 21:08:38 -04:00
Paul Chiusano
9064ddade3 fix quadratic performance issue - don't repeatedly call printAnnotate 2023-07-19 17:15:27 -04:00
Paul Chiusano
167cb252a7 fix #3883 2023-07-19 15:56:05 -04:00
Paul Chiusano
5be04c398e fix #3936 use soft hang of do more aggressively 2023-07-19 15:50:17 -04:00
Paul Chiusano
6abc044bde add softhang test 2023-07-19 15:06:09 -04:00
Paul Chiusano
1498ebb1f8 fix #4214 and be less aggressive about pushing down use clauses 2023-07-19 14:02:17 -04:00
Paul Chiusano
52dfdf9bb1 wip on being less aggressive at pushing down use clauses 2023-07-18 23:54:22 -04:00
Arya Irani
ea0a16b8ec
Update unison-src/transcripts-round-trip/main.md 2023-07-18 18:00:15 -04:00
Paul Chiusano
e11adfc236 fix and regression test improvement 2023-07-18 16:42:22 -04:00
Paul Chiusano
0457095e70 add regression test 2023-07-18 11:28:06 -04:00
Rúnar
3572bd3695 Allow destructuring bind at beginning of do/lambda 2023-03-13 14:35:29 -04:00
Rúnar
389399c8e3 Merge branch 'trunk' of https://github.com/unisonweb/unison into topic/multilinelambda 2023-03-07 22:22:31 -05:00
Rúnar
2a590486a5 Transcript test 2023-03-03 21:42:30 -05:00
Travis Staton
ecfc8b8452
complete patterns in prettyprint round trip tests 2023-02-28 10:23:44 -05:00
Paul Chiusano
0329cfd6f7 fix prettyprint roundtrip test 2022-12-02 00:30:14 -06:00
Rúnar
4947186e23 Indent after newline in pattern lists 2022-11-21 14:25:11 -05:00
Rúnar
7347cc713e Added rountrip test 2022-10-29 22:05:07 -04:00
Rúnar
0d6a8cebb0 Fix #3451 2022-10-15 00:20:33 -04:00
Paul Chiusano
05c2704826 do parses as 'let now, and this is used by pretty-printer
Also updated round trip tests to exercise
2022-06-18 22:41:36 -04:00
Paul Chiusano
e5b16cd764 softhang delayed computations when they're the last arg; add round trip test 2022-03-02 12:34:38 -06:00
Paul Chiusano
8477483bcd add round trip regression test 2022-02-12 19:18:02 -06:00
Rúnar
42c1414197 Add regression test 2022-02-03 13:22:12 -05:00
Rúnar
81d61cbd33 Merge branch 'trunk' of github.com:unisonweb/unison into topic/fix2650 2021-12-10 09:31:57 -05:00
Rúnar
d62f2d0e2a Fix a bunch of PP bugs 2021-12-09 23:05:19 -05:00
Rúnar
9a0dc35e3b . 2021-11-17 20:27:31 -05:00
Rúnar
e5e1c3c67c Fix 2271 2021-10-21 14:21:56 -04:00
Rúnar
f648c1fcff Special-case 'let after equals sign 2021-10-01 14:14:55 -04:00
Rúnar
4b859d6d91 Add parens around let blocks, fix type parser 2021-09-23 15:22:32 -04:00
Rúnar
9831f5ae86 Merge branch 'trunk' of github.com:unisonweb/unison into topic/letblockparen 2021-09-22 21:24:13 -04:00
Rúnar
49ea7731fd Changes to doc basic formatting syntax.
* Allow ~~ to contain ~
* Make ** bold and __ italic
2021-09-22 15:23:53 -04:00
Rúnar
bce149eca5 Add failing test 2021-09-22 12:20:56 -04:00
Rúnar
7745fbba4b Fix emphasis roundtrip in docs 2021-09-22 11:07:29 -04:00
Rúnar
3da39fd16d Change tabulation of binary operators 2021-09-10 21:15:24 -04:00
Rúnar
53a9a4650b Fix linebreaking in long binary op chains 2021-09-10 15:26:49 -04:00
Rúnar
65dec27bbd Add parens around effectful arrow special case. 2021-09-09 14:00:13 -04:00
Rúnar
63cde3a485 Change precedence of list patterns 2021-09-09 11:02:24 -04:00
Rúnar
d9d1d4b91c Add parens to destructuring binds 2021-09-08 21:59:01 -04:00
Paul Chiusano
2ab39a2ac4 Tweak to allow CI to pass
It now runs the test but doesn't care if the output has changed
2021-09-07 14:37:24 -05:00