Commit c211a2a
authored
5 files changed
+46
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 5 | | |
12 | 6 | | |
13 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
259 | 260 | | |
260 | 261 | | |
261 | 262 | | |
262 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
263 | 268 | | |
264 | 269 | | |
265 | 270 | | |
| |||
393 | 398 | | |
394 | 399 | | |
395 | 400 | | |
396 | | - | |
| 401 | + | |
397 | 402 | | |
398 | 403 | | |
399 | 404 | | |
| |||
405 | 410 | | |
406 | 411 | | |
407 | 412 | | |
408 | | - | |
| 413 | + | |
409 | 414 | | |
410 | 415 | | |
411 | | - | |
| 416 | + | |
412 | 417 | | |
413 | | - | |
| 418 | + | |
414 | 419 | | |
415 | | - | |
| 420 | + | |
416 | 421 | | |
417 | | - | |
| 422 | + | |
418 | 423 | | |
419 | 424 | | |
420 | 425 | | |
| |||
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
- codebase2/codebase-sqlite-hashing-v2/src/U/Codebase/Term/Hashing.hs+22-16
- codebase2/codebase-sqlite/U/Codebase/Sqlite/HashHandle.hs+36-1
- parser-typechecker/src/Unison/Builtin/Terms.hs+2-2
- parser-typechecker/src/Unison/Codebase/SqliteCodebase/Migrations/MigrateSchema1To2.hs+1
- parser-typechecker/src/Unison/DataDeclaration/Dependencies.hs+1
- parser-typechecker/src/Unison/Hashing/V2/Convert.hs+6-2
- parser-typechecker/src/Unison/UnisonFile.hs+24-14
- unison-cli/src/Unison/Codebase/Editor/AuthorInfo.hs+3-5
- unison-cli/src/Unison/Codebase/Editor/HandleInput/Run.hs+9-5
- unison-cli/src/Unison/Codebase/Editor/Output.hs+1-1
- unison-cli/src/Unison/Codebase/Transcript/Runner.hs+7
- unison-cli/src/Unison/CommandLine/OutputMessages.hs+43-15
- unison-cli/src/Unison/Main.hs+7
- unison-cli/src/Unison/Share/Sync.hs+5-2
- unison-cli/src/Unison/Share/SyncV2.hs+5-2
- unison-cli/transcripts/Transcripts.hs+7-4
- unison-hashing-v2/src/Unison/Hashing/V2.hs+3
- unison-hashing-v2/src/Unison/Hashing/V2/ABT.hs+70-27
- unison-hashing-v2/src/Unison/Hashing/V2/DataDeclaration.hs+1-1
- unison-hashing-v2/src/Unison/Hashing/V2/Reference/Util.hs+4-4
- unison-hashing-v2/src/Unison/Hashing/V2/Term.hs+7-4
- unison-share-api/src/Unison/Sync/EntityValidation.hs+12-11
- unison-src/transcripts/errors/incomplete-element-ordering-error.md+7
- unison-src/transcripts/errors/incomplete-element-ordering-error.output.md+25
- unison-src/transcripts/idempotent/run.md+29-13
- unison-src/transcripts/project-outputs/.github/ISSUE_TEMPLATE/bug_report.output.md-41
- unison-src/transcripts/project-outputs/.github/pull_request_template.output.md-37
- unison-src/transcripts/project-outputs/comments-and-docs.output.md-226
- unison-src/transcripts/project-outputs/publishing-library1.output.md-389
- unison-src/transcripts/project-outputs/testing.output.md-57
- unison-src/transcripts/project-outputs/type-declarations.output.md-150
- weeder.toml+9-7
0 commit comments