unison/unison-src/transcripts
Paul Chiusano 7b7801f8ae Merge remote-tracking branch 'origin/trunk' into topic/getLine
# Conflicts:
#	unison-src/transcripts/alias-many.output.md
#	unison-src/transcripts/builtins-merge.output.md
#	unison-src/transcripts/emptyCodebase.output.md
#	unison-src/transcripts/merges.output.md
#	unison-src/transcripts/reflog.output.md
#	unison-src/transcripts/squash.output.md
2021-07-27 20:58:40 -04:00
..
errors output tweaks and regenerate transcripts 2020-10-13 09:44:49 -04:00
addupdatemessages.md allow add/update to create aliases (#1254) 2020-02-25 16:15:36 -05:00
addupdatemessages.output.md Updates transcript outputs with revised output 2020-04-20 16:01:42 +01:00
alias-many.md fix case/of syntax in transcript to match/with per master 2020-02-14 10:18:57 -05:00
alias-many.output.md Merge remote-tracking branch 'origin/trunk' into topic/getLine 2021-07-27 20:58:40 -04:00
ambiguous-metadata.md Adds a transcript testing the ambiguous metadata error 2020-04-07 22:03:09 +01:00
ambiguous-metadata.output.md Transcript output 2020-04-20 15:52:42 -04:00
blocks.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
blocks.output.md Fix erroneous transcript updates. 2020-11-24 16:36:59 -05:00
bug-strange-closure.md Adding failing transcript showing decompilation problem 2021-05-12 13:46:45 -05:00
bug-strange-closure.output.md add parens around termLink and typeLink, according to ambient precedence - transcript updates 2021-06-06 18:00:34 +01:00
builtins-merge.md add a transcript for corrected builtins.merge 2020-02-04 14:56:12 -05:00
builtins-merge.output.md Merge remote-tracking branch 'origin/trunk' into topic/getLine 2021-07-27 20:58:40 -04:00
bytesFromList.md fix bug when decompiling Bytes values - it incorrectly produced nonsense builtin 2020-04-14 09:47:56 -04:00
bytesFromList.output.md rerun transcripts 2020-11-19 20:20:51 -05:00
cd-back.md add transcripts 2020-03-02 20:12:12 +01:00
cd-back.output.md add transcripts 2020-03-02 20:12:12 +01:00
check763.md Regression test for #763 2020-04-15 16:43:42 -04:00
check763.output.md Regression test for #763 2020-04-15 16:43:42 -04:00
check873.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
check873.output.md update transcripts 2020-04-08 14:25:19 -04:00
command-replace.md replace.any -> replace and delete replace.type and replace.term 2021-06-22 16:02:27 -05:00
command-replace.output.md Update message when given a type/term mismatch 2021-06-22 16:59:30 -05:00
copy-patch.md add a little more to copy-patch.md 2021-05-28 13:47:31 -06:00
copy-patch.output.md add a little more to copy-patch.md 2021-05-28 13:47:31 -06:00
create-author.md delay serializing IOSource definitions to codebase until builtins.merge 2020-04-08 19:34:43 -04:00
create-author.output.md delay serializing IOSource definitions to codebase until builtins.merge 2020-04-08 19:34:43 -04:00
delete.md Update transcript test to reflect new behaivor. 2020-07-26 18:38:03 -06:00
delete.output.md Update transcript test to reflect new behaivor. 2020-07-26 18:38:03 -06:00
deleteReplacements.md Fix delete.term-replacement to support coinciding type and term names 2021-02-10 22:21:17 +10:30
deleteReplacements.output.md Fix delete.term-replacement to support coinciding type and term names 2021-02-10 22:21:17 +10:30
dependents-dependencies-debugfile.md Link number from dependents and dependencies result to hash 2020-05-10 17:22:45 -07:00
dependents-dependencies-debugfile.output.md Link number from dependents and dependencies result to hash 2020-05-10 17:22:45 -07:00
destructuring-binds.md Improved transcript docs and have pretty-printer avoid using the syntax for patterns that *contain* literals. Thanks @atacratic! 2020-09-30 18:03:54 -04:00
destructuring-binds.output.md Pull base.u out into its own file rather than embedding in the transcript 2021-03-31 20:44:01 -05:00
diff.md remove printLine from diff.md transcript because it no longer exists 2021-04-25 20:30:25 -04:00
diff.output.md remove printLine from diff.md transcript because it no longer exists 2021-04-25 20:30:25 -04:00
doc-formatting.md Another fix to doc literal whitespace handling 2020-04-13 17:27:58 +01:00
doc-formatting.output.md All tests and transcripts passing 2020-11-19 14:05:07 -05:00
docs.md Another fix to doc literal whitespace handling 2020-04-13 17:27:58 +01:00
docs.output.md Fixed regression caused by a missing call to eval 2021-04-08 22:15:24 -05:00
emptyCodebase.md add builtins.mergeio example to the emptyCodebase.md transcript test 2020-04-09 17:52:04 -04:00
emptyCodebase.output.md Merge remote-tracking branch 'origin/trunk' into topic/getLine 2021-07-27 20:58:40 -04:00
error-messages.md working on removing some backtracking 2020-11-20 12:53:34 -05:00
error-messages.output.md working on removing some backtracking 2020-11-20 12:53:34 -05:00
escape-sequences.md Text literals can display non-ascii chars 2020-04-17 22:19:38 +01:00
escape-sequences.output.md Text literals can display non-ascii chars 2020-04-17 22:19:38 +01:00
find-patch.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
find-patch.output.md Updates transcript outputs with revised output 2020-04-20 16:01:42 +01:00
fix689.md Fix bug #689 2020-05-26 17:59:27 -04:00
fix689.output.md Fix bug #689 2020-05-26 17:59:27 -04:00
fix693.md Fix test case; improve transcript test and add output 2020-11-25 21:12:09 -05:00
fix693.output.md error message cleanup 2021-04-08 00:24:00 -05:00
fix845.md add some more tests of corner cases to the transcript 2020-10-23 10:01:18 -04:00
fix845.output.md Pull base.u out into its own file rather than embedding in the transcript 2021-03-31 20:44:01 -05:00
fix849.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
fix849.output.md update transcripts 2020-04-08 14:25:19 -04:00
fix942.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
fix942.output.md Updates transcript outputs with revised output 2020-04-20 16:01:42 +01:00
fix987.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
fix987.output.md update transcripts 2020-04-08 14:25:19 -04:00
fix1063.md Improve default metadata handling of "." 2020-05-28 23:27:36 -04:00
fix1063.output.md Add transcript changes with improved types 2021-06-08 14:50:04 -04:00
fix1334.md Fix a couple failing tests 2021-06-22 16:14:18 -05:00
fix1334.output.md Fix some tests 2021-06-22 17:17:30 -05:00
fix1356.md Update transcripts since links now auto-propagate 2020-06-19 00:38:17 -04:00
fix1356.output.md Pull base.u out into its own file rather than embedding in the transcript 2021-03-31 20:44:01 -05:00
fix1390.md have something working, but not sure I love the results 2020-10-21 20:57:58 -04:00
fix1390.output.md Add transcript changes with improved types 2021-06-08 14:50:04 -04:00
fix1578.md Added clearer explanation of the resolution rule 2020-10-20 18:56:09 -04:00
fix1578.output.md Added clearer explanation of the resolution rule 2020-10-20 18:56:09 -04:00
fix1696.md Adding a test case that fails in the wrong way 2020-11-11 12:33:46 -05:00
fix1696.output.md Keep track of sources for wanted abilities 2021-06-15 18:20:56 -04:00
fix1731.md Add failing transcript 2020-11-11 11:41:55 -05:00
fix1731.output.md Transcript modifications 2020-11-24 14:18:15 -05:00
fix1800.md Fix #1800 and improve testing 2021-04-27 21:29:38 -05:00
fix1800.output.md Tests pass, refreshed transcripts 2021-05-27 08:08:04 -05:00
fix1844.md Add a test case for #1844 2021-03-18 12:48:09 -04:00
fix1844.output.md Add a test case for #1844 2021-03-18 12:48:09 -04:00
fix1926.md simplify transcript 2021-05-10 16:10:13 -05:00
fix1926.output.md Fix up transcript output 2021-05-24 22:04:43 -04:00
fix2000.md Merge remote-tracking branch 'origin/trunk' into fix/2004-2-hash 2021-05-28 13:47:14 -06:00
fix2000.output.md Merge remote-tracking branch 'origin/trunk' into fix/2004-2-hash 2021-05-28 13:47:14 -06:00
fix2004.md better verbiage 2021-05-26 08:25:01 -05:00
fix2004.output.md update transcript output 2021-05-26 08:44:05 -06:00
fix2026.md Add transcript changes with improved types 2021-06-08 14:50:04 -04:00
fix2026.output.md Merge branch 'trunk' into feature/exceptions 2021-07-26 15:35:42 -04:00
fix2053.md fix #2053 by using Var.rawName to produce text for synthetic vars 2021-06-19 11:40:02 -06:00
fix2053.output.md fix #2053 by using Var.rawName to produce text for synthetic vars 2021-06-19 11:40:02 -06:00
fix2091.md moar tests 2021-06-07 22:39:42 -05:00
fix2091.output.md moar tests 2021-06-07 22:39:42 -05:00
fix2167.md Add tests 2021-07-12 10:45:07 -04:00
fix2167.output.md Add tests 2021-07-12 10:45:07 -04:00
fix2238.md update the second example in the transcript to fail for the right reasons 2021-07-16 12:20:46 -04:00
fix2238.output.md update the second example in the transcript to fail for the right reasons 2021-07-16 12:20:46 -04:00
fix2238.u added failing regression test 2021-07-16 11:46:13 -04:00
fix-1381-excess-propagate.md add failing transcript 2020-03-23 19:09:01 -04:00
fix-1381-excess-propagate.output.md adjust tests and transcripts for changed hashes 2021-05-28 14:03:41 -06:00
fix-big-list-crash.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
fix-big-list-crash.output.md update transcripts 2020-04-08 14:25:19 -04:00
hello.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
hello.output.md error message cleanup 2021-04-08 00:24:00 -05:00
io.md Merge branch 'trunk' of github.com:unisonweb/unison into topic/getLine 2021-07-23 22:25:01 -04:00
io.output.md Merge branch 'trunk' of github.com:unisonweb/unison into topic/getLine 2021-07-23 22:25:01 -04:00
isPropagated-exists.md clean up transcripts 2021-02-10 22:41:36 -05:00
isPropagated-exists.output.md clean up transcripts 2021-02-10 22:41:36 -05:00
isTest-exists.md clean up transcripts 2021-02-10 22:41:36 -05:00
isTest-exists.output.md clean up transcripts 2021-02-10 22:41:36 -05:00
lambdacase.md moar tests 2021-07-20 00:50:16 -04:00
lambdacase.output.md added some comments and removed extra space of indentation 2021-07-20 01:03:15 -04:00
link.md delay serializing IOSource definitions to codebase until builtins.merge 2020-04-08 19:34:43 -04:00
link.output.md adjust tests and transcripts for changed hashes 2021-05-28 14:03:41 -06:00
merge.md Fix #1241 2020-03-19 14:18:56 -04:00
merge.output.md Fix #1241 2020-03-19 14:18:56 -04:00
mergeloop.md Fix #1276 hang on push (#1279) 2020-03-02 17:32:07 -05:00
mergeloop.output.md adjust tests and transcripts for changed hashes 2021-05-28 14:03:41 -06:00
merges.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
merges.output.md Merge remote-tracking branch 'origin/trunk' into topic/getLine 2021-07-27 20:58:40 -04:00
names.md Removes call to mergeio, changes to alias instead 2020-04-13 18:08:15 +01:00
names.output.md Swaps the arguments and output sequence of ListNames 2020-04-13 17:55:45 +01:00
numbered-args.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
numbered-args.output.md update transcripts 2020-04-08 14:25:19 -04:00
propagate.md remove custom unique type guids from transcripts 2020-02-16 23:56:29 -05:00
propagate.output.md switch Free.foldWithIndex for StateT Int in HandleCommand 2021-02-17 22:42:52 -05:00
redundant.output.md fix stray case .. of instances and opportunities for cases in unison-src 2020-02-21 17:05:18 -08:00
reflog.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
reflog.output.md Merge remote-tracking branch 'origin/trunk' into topic/getLine 2021-07-27 20:58:40 -04:00
resolve.md Fix a couple failing tests 2021-06-22 16:14:18 -05:00
resolve.output.md Fix misspelling of definition 2021-06-24 10:54:54 -04:00
squash.md Use codebase LCA for squashing and improve transcript 2021-05-18 12:04:21 -05:00
squash.output.md Merge remote-tracking branch 'origin/trunk' into topic/getLine 2021-07-27 20:58:40 -04:00
suffixes.md display gets same treatment 2020-03-19 14:30:30 -04:00
suffixes.output.md refresh transcripts 2021-07-13 22:26:56 -04:00
todo-bug-builtins.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
todo-bug-builtins.output.md refresh transcripts 2020-10-21 22:47:25 -04:00
top-level-exceptions.md Add a transcript 2021-05-27 09:06:19 -05:00
top-level-exceptions.output.md Merge branch 'trunk' into feature/exceptions 2021-07-26 15:35:42 -04:00
transcript-parser-commands.md Add Author and License metadata types to builtins (#1228) 2020-02-13 10:59:53 -05:00
transcript-parser-commands.output.md update transcripts 2020-04-08 14:25:19 -04:00
unitnamespace.md Added a transcript 2020-05-29 13:36:43 -04:00
unitnamespace.output.md Added a transcript 2020-05-29 13:36:43 -04:00
watch-expressions.md add schema_version, commit flag, causal_metadata 2021-05-04 11:35:11 -06:00
watch-expressions.output.md add schema_version, commit flag, causal_metadata 2021-05-04 11:35:11 -06:00