Commit Graph

15009 Commits

Author SHA1 Message Date
Chris Penner
f670522403 JSON instances for diffs 2024-02-08 10:41:50 -08:00
Chris Penner
e548c4cc25 Add diff types for terms 2024-02-08 10:22:31 -08:00
Chris Penner
4b9ca79ddc Add Name ToJSONKey instance 2024-02-05 11:56:07 -08:00
Arya Irani
4eb0147154
Merge pull request #4665 from unisonweb/cp/hash-mismatch-message
Add message for share hash mismatch
2024-02-02 15:14:47 -05:00
Chris Penner
56d19627c3 Add message for share hash mismatch 2024-02-02 11:48:40 -08:00
mergify[bot]
ab7d33e1eb
Merge pull request #4663 from unisonweb/topic/update-release-steps
update release template, urls and discord syntax
2024-02-02 17:23:05 +00:00
Arya Irani
89f5dcb0ff update release template, urls and discord syntax 2024-02-02 12:01:30 -05:00
Arya Irani
cfb58a67ea
Merge pull request #2664 from setupminimal/explicit-parser-exports
Add Explicit Export Lists for Modules that involve Parsing
2024-02-01 18:18:53 -05:00
mergify[bot]
f98ea54153
Merge pull request #4661 from unisonweb/travis/4618/findMin
Fix bug in `update`
2024-02-01 21:15:52 +00:00
Arya Irani
544f2940e1 Merge remote-tracking branch 'origin/trunk' into setupminimal-explicit-parser-exports
# Conflicts:
#	CONTRIBUTORS.markdown
#	parser-typechecker/src/Unison/FileParser.hs
#	parser-typechecker/src/Unison/Syntax/TermParser.hs
#	parser-typechecker/src/Unison/Syntax/TypeParser.hs
#	unison-syntax/src/Unison/Syntax/Parser.hs
2024-02-01 15:57:49 -05:00
Travis Staton
3a6ac9be61
Update unison-cli/src/Unison/Codebase/Editor/HandleInput/Update2.hs
Co-authored-by: Arya Irani <538571+aryairani@users.noreply.github.com>
2024-02-01 15:53:51 -05:00
Travis Staton
4af93e9ec0
Fix update bug #4618
It is not safe to assume everything in the TUF is in namespace -
libdeps, it also contains new terms/decls. So, looking up the
constructors of a type may now return Nothing, in which case we know
that the decl is new and no deleteConstructorActions need to be generated.
2024-02-01 15:40:32 -05:00
Travis Staton
df2a53a97f
Add transcript demonstrating #4618
This transcript throws an exception, so no output can be committed.
2024-02-01 15:40:31 -05:00
Arya Irani
9a058a381e
Merge pull request #4659 from unisonweb/cp/inline-literal-escaping
Default to single-quotes
2024-02-01 07:49:15 -05:00
Chris Penner
9b261b831f Transcript output 2024-01-31 16:30:41 -08:00
mergify[bot]
70bedd668a
Merge pull request #4653 from unisonweb/cp/debug-term
Add `debug.term` `debug.type` for debugging
2024-02-01 00:26:43 +00:00
Chris Penner
61a0542183 Default to single-quotes 2024-01-31 16:19:14 -08:00
Chris Penner
db15634fde Rename to debug.term|type.abt 2024-01-31 16:04:20 -08:00
Arya Irani
9e4bc32b94
Merge pull request #4655 from unisonweb/cp/text-codeblock-fix
Fix raw text-block indentation
2024-01-31 18:02:55 -05:00
Chris Penner
1f67d095f2 Add regression test for empty-lines in raw literals 2024-01-31 13:03:25 -08:00
Chris Penner
4752b4444e Handle lines with only whitespace. 2024-01-31 12:30:12 -08:00
Chris Penner
cb974e7ae1 Newlines within {{ }} for multi-line docs 2024-01-31 11:27:49 -08:00
Chris Penner
bea34375ab Update transcripts 2024-01-31 10:12:03 -08:00
Chris Penner
6f21f73b22 Update transcripts 2024-01-31 10:08:02 -08:00
Chris Penner
52c8d40b03 Update transcripts 2024-01-30 16:50:48 -08:00
Chris Penner
e66806fe13 Update whitespace trimming 2024-01-30 16:30:05 -08:00
Chris Penner
d07077e223 Fix parsing/printing of raw syntax blocks in transcripts 2024-01-30 16:06:28 -08:00
Chris Penner
b93d2894e5 Clean up whitespace trimming 2024-01-30 16:02:49 -08:00
Chris Penner
61059683a8 Update transcripts 2024-01-30 14:49:36 -08:00
Chris Penner
203cd8c253 Fix whitespace trimming on doc literals 2024-01-30 14:36:37 -08:00
Chris Penner
70c343d87f Add round-trip test for doc2 2024-01-30 13:15:29 -08:00
mergify[bot]
a162fcc73f
Merge pull request #4654 from unisonweb/travis/4280/use-blanks
Fix parsing bug involving `use` and underscore-prefixed names
2024-01-30 21:01:29 +00:00
Chris Penner
6706b2e818 Remove verbose transcripts since anythingToString seems to be system
dependent.
2024-01-30 12:53:27 -08:00
Travis Staton
1568dfc926
fix #4280 2024-01-30 15:23:28 -05:00
Travis Staton
a87f379500
Add transcript demonstrating #4280 2024-01-30 15:22:41 -05:00
Chris Penner
080a34ab2c Merge remote-tracking branch 'origin/trunk' into cp/debug-term 2024-01-30 12:08:48 -08:00
Chris Penner
68c78f8d8f Update transcripts 2024-01-30 11:58:55 -08:00
Chris Penner
8a099ce233 Add debug-definition transcripts 2024-01-30 11:55:36 -08:00
Chris Penner
bdb00e7488 Cleaner debug output 2024-01-30 11:55:21 -08:00
Chris Penner
7cc5afe1c0 Undo unnecessary namesearch utils 2024-01-30 10:42:16 -08:00
Arya Irani
54f64a58d3
Merge pull request #4650 from unisonweb/cp/speedup-docs-to-html
Speed up docs.to-html by not using root-branch
2024-01-30 09:45:57 -05:00
Arya Irani
44e2c21ef1
Merge pull request #4647 from unisonweb/cp/lsp-startup-time
LSP startup time speedup and CWD fix
2024-01-30 09:45:27 -05:00
Arya Irani
10724f7c88
Merge pull request #4648 from unisonweb/travis/invalid-remote-mappings
Delete invalid remote mappings on push
2024-01-29 18:44:55 -05:00
Chris Penner
706ff7b7d2 Clean up verbose debugging 2024-01-29 15:04:37 -08:00
Chris Penner
11857af159 Add definition debugging commands 2024-01-29 14:55:05 -08:00
Chris Penner
b7c8bb8ce4 Fix up path for docs.to-html 2024-01-29 14:04:29 -08:00
Travis Staton
d96f8b96f4
adjust output message 2024-01-29 16:59:57 -05:00
Chris Penner
1876d23328 Speed up docs-to-html 2024-01-29 13:53:05 -08:00
Travis Staton
87f378031d
More detailed output when push fails due to invalid target 2024-01-29 15:26:47 -05:00
Travis Staton
6744923aae
delete invalid remote mappings 2024-01-29 15:00:46 -05:00