Commit Graph

16420 Commits

Author SHA1 Message Date
Chris Penner
26a0bf7b40 Edit transcripts to be in projects 2024-06-25 11:12:43 -07:00
Chris Penner
5ca1eb3b8d Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
Chris Penner
ae7cf3d0a5 Update transcripts to use implicit project creation 2024-06-25 11:08:11 -07:00
Chris Penner
0ef189865d Auto-create project branches in transcripts 2024-06-25 11:01:31 -07:00
Chris Penner
9d064fdbed Move project branch insert into transaction 2024-06-25 11:01:31 -07:00
Arya Irani
53c3a16366
Merge pull request #5114 from unisonweb/topic/force-syntax 2024-06-25 10:34:00 -04:00
Mitchell Dalvi Rosen
eca07552bc
Merge pull request #5130 from unisonweb/24-06-25-merge-bug-transcript
add transcript that demonstrates bug in merge
2024-06-25 10:05:32 -04:00
Mitchell Rosen
ae54637bae add transcript that demonstrates bug in merge 2024-06-25 09:40:06 -04:00
Eduard Nicodei
364b7790ca more s/forall/forAll/ 2024-06-25 12:29:13 +01:00
Eduard Nicodei
4453fda570 fix redundant pattern match warning 2024-06-25 10:06:26 +01:00
Eduard Nicodei
037ac60bf3 Use TypeOperators 2024-06-25 10:06:26 +01:00
Eduard Nicodei
bbd11c9da7 define non-trivial functor 2024-06-25 10:06:26 +01:00
Eduard Nicodei
fff10977ec move let block outside of inner function
this caused a weird type error
2024-06-25 10:06:26 +01:00
Eduard Nicodei
56874a6082 s/forall/forAll/ as it will become a restricted keyword
-Wforall-identifier
2024-06-25 10:06:26 +01:00
Eduard Nicodei
d745d24114 Trivial fixes
* trivial additions of functor
* limit imports to just used functions
* remove unnecesary imports
2024-06-25 09:11:25 +01:00
Paul Chiusano
97838c4883 Merge remote-tracking branch 'origin/trunk' into topic/force-syntax
# Conflicts:
#	unison-src/transcripts-round-trip/main.output.md
#	unison-src/transcripts-round-trip/reparses-with-same-hash.u
2024-06-24 18:53:04 -05:00
Mitchell Rosen
3e229d521f ⅄ trunk → 24-06-24-todo-dependents 2024-06-24 13:42:13 -04:00
Arya Irani
7172bb8e4f
Merge pull request #5107 from unisonweb/24-06-13-revamp-todo 2024-06-24 12:08:27 -04:00
Mitchell Dalvi Rosen
05e2184d1f
Merge pull request #5123 from unisonweb/24-06-24-hide-patches-from-ls
feat: hide patches from ls output
2024-06-24 10:50:55 -04:00
Mitchell Rosen
35e2dfb8e5 delete patches from ls output 2024-06-24 09:57:17 -04:00
Mitchell Rosen
c3b7091784 move ls handler into its own module 2024-06-24 09:52:47 -04:00
Mitchell Rosen
d8240cd106 add transcripts for showing dependents of todo 2024-06-24 09:45:11 -04:00
Mitchell Rosen
4b359ce8af ⅄ 24-06-13-revamp-todo → 24-06-24-todo-dependents 2024-06-24 09:41:58 -04:00
Mitchell Rosen
40ef6afda2 make todo show direct dependents of todo, not transitive dependents 2024-06-24 09:40:54 -04:00
Mitchell Rosen
297bfd8d7f add getDirectDependentsWithinScope 2024-06-24 09:38:36 -04:00
Mitchell Rosen
058882b388 pull out createTemporaryTableOfReferences helper 2024-06-24 09:29:57 -04:00
Mitchell Rosen
4ef8450130 rename dependentsWithinScope to transitiveDependentsWithinScope 2024-06-24 09:24:29 -04:00
Mitchell Rosen
b57ada5e92 include dependents of todo builtin in todo command output 2024-06-24 09:15:32 -04:00
Mitchell Rosen
827cb0c0a2 make dependentsWithinScope return type less awkward 2024-06-24 09:04:38 -04:00
Mitchell Rosen
2ddea6372d drop temp table 2024-06-24 08:55:54 -04:00
Mitchell Rosen
a2e2ae4751 sketch out todo dependent rendering 2024-06-24 08:44:51 -04:00
Mitchell Rosen
0d441f3b75 move todo data types around 2024-06-24 08:26:52 -04:00
Arya Irani
67985204e5
Merge pull request #5108 from sellout/lexer-error-messages 2024-06-24 08:19:16 -04:00
Greg Pfeil
782ac4164d
Remove redundant , from lexer errors
Appositives only need to be offset by commas if there isn’t already some other punctuation.
2024-06-23 22:18:51 -05:00
Greg Pfeil
10d2622991
Remove unused error case 2024-06-23 22:09:51 -05:00
Arya Irani
f74565dbfe
Merge pull request #5111 from sellout/docs.to-html-project-support 2024-06-23 22:18:20 -04:00
Greg Pfeil
3a9e8e51a0
Test that docs.to-html actually writes files 2024-06-23 20:21:16 -05:00
Arya Irani
ed2658d453
Merge pull request #5121 from neduard/fix-4727-roundrip-in-byteliteral 2024-06-23 12:26:29 -04:00
Arya Irani
2d33fd10a0 merge trunk 2024-06-23 11:59:32 -04:00
Arya Irani
453e88a0f2
Merge pull request #5120 from neduard/fix-4729-roundtrip-bug-in-doc-callout 2024-06-23 10:39:22 -04:00
Ed
d4946ed22c
Fix typo
Co-authored-by: Arya Irani <538571+aryairani@users.noreply.github.com>
2024-06-22 20:03:24 +01:00
Eduard Nicodei
9c610510c1 update main.output.md 2024-06-22 18:09:28 +01:00
Eduard Nicodei
85ab99f605 add test in reparses-with-same-hash
# Conflicts:
#	unison-src/transcripts-round-trip/reparses-with-same-hash.u
2024-06-22 18:09:28 +01:00
Eduard Nicodei
e806225540 Add group such that elements are concatenated without space 2024-06-22 18:09:28 +01:00
Eduard Nicodei
7108787a5a add more tests 2024-06-22 14:03:08 +01:00
Eduard Nicodei
25ce29301b add tests 2024-06-22 13:51:18 +01:00
Eduard Nicodei
e367a67d89 Use a stack to keep track of section levels 2024-06-22 13:51:18 +01:00
Mitchell Rosen
db3d0e73b3 delete reflog calls to make transcript more idempotent 2024-06-21 16:09:50 -04:00
Mitchell Rosen
b96044c269 add alias.term.force 2024-06-21 15:37:56 -04:00
Arya Irani
2010b57e2f
Merge pull request #5117 from unisonweb/24-06-21-fix-ability-list-lex-bug 2024-06-21 15:19:13 -04:00