Commit Graph

7648 Commits

Author SHA1 Message Date
Tavish Pegram
0d8756cd14 update replace -> replace.any in help text 2021-06-18 18:26:22 -05:00
Tavish Pegram
2423e2fe99 Add ReplaceI and put back in original replace.term behavior 2021-06-18 18:16:04 -05:00
Tavish Pegram
866ffae62a Adding transcript tests 2021-06-18 18:05:20 -05:00
Tavish Pegram
4c0897e7ed Implementing in place with happy path test. Needs refactoring 2021-06-18 17:09:23 -05:00
Arya Irani
ef1b25af7b
Merge pull request #2125 from tapegram/tavish/update_error_message_for_boolean_mismatch
Swap `and` and `or` with `&&` and `||` in boolean mismatch message
2021-06-16 20:03:14 -04:00
Tavish Pegram
cccc5e7d14 Add self to contributors file 2021-06-16 18:51:50 -05:00
Tavish Pegram
0c8b402168 Swap and and or with && and || in boolean mismatch message 2021-06-16 18:33:11 -05:00
Rúnar
becea9aef4
Merge pull request #2117 from unisonweb/fix/server-performance-bug
Fix possible quadratic performance bug in Backend.hs
2021-06-16 11:03:24 -04:00
Paul Chiusano
46dac644b9 Fix possible quadratic performance bug 2021-06-15 14:38:36 -05:00
Arya Irani
f1972001e8
Merge pull request #2114 from unisonweb/topic/bump-lts
update stackage lts to 17.15
2021-06-15 10:26:18 -04:00
Arya Irani
dff0ba1cbe update stackage lts to 17.15 2021-06-15 00:13:15 -06:00
Paul Chiusano
262bae8c60
Merge pull request #2108 from unisonweb/fix/2106
Preserve pattern row ordering during compilation
2021-06-11 14:02:19 -05:00
Dan Doel
994f38d10b Add tests 2021-06-11 14:18:00 -04:00
Dan Doel
0671b6cb94 Preserve pattern row ordering during compilation
- `splitMatrixBuiltin` uses `fromListWith` which calls the merge
  function as `merge new old`, so `merge = (++)` was reversing the rows
  of the matrix.
2021-06-11 14:08:33 -04:00
mergify[bot]
d22768377a
Merge pull request #1994 from unisonweb/topic/directorycontent
Add `directoryContents` builtin
2021-06-11 17:23:45 +00:00
Paul Chiusano
c46e863ab0 Merge remote-tracking branch 'origin/trunk' into topic/directorycontent
# Conflicts:
#	unison-src/transcripts/merges.output.md
#	unison-src/transcripts/reflog.output.md
#	unison-src/transcripts/squash.output.md
2021-06-11 11:04:06 -05:00
Paul Chiusano
58c8cbd8c6
Merge pull request #2094 from unisonweb/cleanup/fix2027
Simplify regression test to not pull all of base
2021-06-11 10:53:47 -05:00
mergify[bot]
50142be889
Merge pull request #2099 from unisonweb/topic/clear-watch-cache
add `debug.clear-cache` ucm command
2021-06-09 01:21:13 +00:00
Arya Irani
ca822e10b6 enumerate codebaseformats 2021-06-08 19:02:22 -06:00
Arya Irani
1f0067cc5e add type annotation to minBound 2021-06-08 18:46:19 -06:00
Arya Irani
e4e3a92485 add vacuum after clearing watch caches
this defrags / shrinks the database after data is deleted
2021-06-08 17:35:26 -06:00
Arya Irani
01163cc2b7 add debug.clear-cache command
fix #2090; only tests that it clears the regular watch cache, but it clears all.
2021-06-08 17:35:26 -06:00
Mike (stew) O'Connor
af5895bd38
Merge pull request #2095 from stew/multi-arch-latest
make the "latest" prerelease contain both arches like the tagged rele…
2021-06-08 12:01:00 -07:00
Stew O'Connor
8a4c054c6b make the "latest" prerelease contain both arches like the tagged releases 2021-06-08 10:35:16 -07:00
mergify[bot]
fabb2660b7
Merge pull request #2093 from unisonweb/fix/2091
Allow identifiers to start with `type` or `ability`
2021-06-08 16:35:52 +00:00
Paul Chiusano
4e7daa3974
Merge pull request #2092 from unisonweb/cleanup/delete-questions
Delete questions.md
2021-06-08 08:16:14 -05:00
Paul Chiusano
bb3f5b26b6 check in refreshed transcript output 2021-06-08 07:44:12 -05:00
Paul Chiusano
c0424b6608 simplify transcript to not pull remote base 2021-06-07 23:01:06 -05:00
Paul Chiusano
0e17b7f577
Merge pull request #2055 from mrjf/patch-1
typo
2021-06-07 22:41:32 -05:00
Paul Chiusano
c9717a5d58 moar tests 2021-06-07 22:39:42 -05:00
Paul Chiusano
5bc66a1d1c moar tests and allow identifiers to start with type_ or ability! 2021-06-07 22:34:47 -05:00
Paul Chiusano
2fa8584b63 improve regression test 2021-06-07 22:24:34 -05:00
Paul Chiusano
f93e83c073 Fix #2091 2021-06-07 22:23:26 -05:00
Paul Chiusano
d02cb14c96
Delete questions.md 2021-06-07 20:44:28 -05:00
Mike (stew) O'Connor
954a13f5dc
Merge pull request #2087 from unisonweb/series/M2
Series/m2
2021-06-07 13:19:40 -07:00
Paul Chiusano
23575bf91b
Merge pull request #2056 from unisonweb/topic/mailmap
add .mailmap for matching authors
2021-06-07 14:12:55 -05:00
Arya Irani
293e4a4fc2
Update Mat Ess 2021-06-07 14:26:39 -04:00
Stew O'Connor
479fe134bc pass upload url correctly to release upload 2021-06-07 11:11:34 -07:00
Stew O'Connor
4764e736a5 oops, needed to do the rename in the dependecy 2021-06-07 10:24:38 -07:00
Stew O'Connor
2a3ea69887 rename build step, make sure we are uploading to the right tab 2021-06-07 10:21:51 -07:00
Stew O'Connor
3d4aa263fb only need 1 linux now 2021-06-07 10:18:43 -07:00
Stew O'Connor
27e80e61cf Merge remote-tracking branch 'origin/trunk' into series/M2 2021-06-07 09:48:21 -07:00
mergify[bot]
b59be142b6
Merge pull request #2086 from unisonweb/aryairani-patch-1
pass -f-terminfo to haskeline
2021-06-07 16:31:39 +00:00
Arya Irani
51716a121e
pass -f-terminfo to haskeline
Closes #2085
2021-06-07 09:22:18 -06:00
Paul Chiusano
dddf896e12
Merge pull request #2084 from unisonweb/topic/more-tolerant-gitcache
more tolerant git cache
2021-06-07 10:00:37 -05:00
Arya Irani
de46c52d7f
Merge branch 'trunk' into topic/more-tolerant-gitcache 2021-06-07 01:59:29 -04:00
Arya Irani
ff9f685a52 wipe a gitcache and retry, if pull fails 2021-06-06 23:53:36 -06:00
Arya Irani
b9720aa944 regression test for unrelated remote git repo 2021-06-06 23:53:21 -06:00
mergify[bot]
0d991a74bc
Merge pull request #2081 from unisonweb/topic/termlink-parens
add parens around termLink and typeLink, according to ambient precedence
2021-06-06 17:40:20 +00:00
Chris Gibbs
f7e932bfaf add parens around termLink and typeLink, according to ambient precedence - transcript updates 2021-06-06 18:00:34 +01:00