Commit Graph

3390 Commits

Author SHA1 Message Date
Runar Bjarnason
d07978fcb6 Addoutput added 2018-12-13 20:30:01 -05:00
Runar Bjarnason
280ade4921 Implemented ls 2018-12-13 00:43:03 -05:00
Arya Irani
43d85d95ae update hint 2018-12-12 12:30:33 -05:00
Paul Chiusano
5028544bc1 Added branch already exists 2018-12-12 12:17:22 -05:00
Paul Chiusano
f54b95789e converted help over to use Pretty 2018-12-12 11:56:15 -05:00
Paul Chiusano
297fe740de wrap function now takes a Pretty rather than a [Pretty a] 🎩 tip @runarorama for suggestion
Makes the usage a lot nicer I think
2018-12-12 11:22:45 -05:00
Arya Irani
26153fb259 Merge branch 'topic/codebase-editor' of github.com:unisonweb/unison into topic/codebase-editor 2018-12-11 16:58:12 -05:00
Arya Irani
052594239e notifyUser wraps line dynamically to terminal width 2018-12-11 16:58:00 -05:00
Paul Chiusano
2f73e8f47f Merge branch 'topic/codebase-editor' of https://github.com/unisonweb/unison into topic/codebase-editor 2018-12-11 16:51:01 -05:00
Runar Bjarnason
827747d74d Added some more pretty messages 2018-12-11 16:43:21 -05:00
Paul Chiusano
a10a835506 Merge branch 'topic/codebase-editor' of https://github.com/unisonweb/unison into topic/codebase-editor 2018-12-11 16:42:24 -05:00
Runar Bjarnason
df40add3aa Getting rid of much of the mutable state in repl 2018-12-11 15:39:57 -05:00
Runar Bjarnason
55460bcbdf Resolved race condition in command prompt. 2018-12-11 12:41:22 -05:00
Runar Bjarnason
b873998185 Revert "Fixed a race in input processes"
This reverts commit 5ca9564c82.
2018-12-11 11:41:36 -05:00
Runar Bjarnason
5ca9564c82 Fixed a race in input processes 2018-12-11 11:34:32 -05:00
Runar Bjarnason
6b94e912bc Merge branch 'wip/pp2' of github.com:unisonweb/unison into topic/codebase-editor 2018-12-11 11:11:27 -05:00
Runar Bjarnason
53959ed527 compiles 2018-12-11 11:03:46 -05:00
Runar Bjarnason
d7a173dda5 Merge branch 'wip/codebase-editor' of github.com:unisonweb/unison into wip/codebase-editor 2018-12-11 10:45:40 -05:00
Runar Bjarnason
e6d4247835 wip 2018-12-11 10:41:44 -05:00
Paul Chiusano
260eca7e87 Added some grouping / breaking examples 2018-12-11 10:28:49 -05:00
Runar Bjarnason
fe7e97530e Merge branch 'topic/codebase-editor' of github.com:unisonweb/unison into wip/codebase-editor 2018-12-11 10:25:12 -05:00
Paul Chiusano
71a35c5df2 remove unneeded Show constraint 2018-12-11 00:50:19 -05:00
Paul Chiusano
7a68e3fbe8 bit of cleanup + fix issue that was causing annotations to get droppped when indented 2018-12-11 00:38:53 -05:00
Paul Chiusano
5a40dbc26e fix issue with wrap combinator 2018-12-10 23:49:46 -05:00
Paul Chiusano
2a90318d78 adding a demo file 2018-12-10 18:17:18 -05:00
Runar Bjarnason
714dcf780a Merge branch 'wip/codebase-editor' of github.com:unisonweb/unison into wip/codebase-editor 2018-12-10 18:09:36 -05:00
Runar Bjarnason
3f33fbb8de wip 2018-12-10 18:08:56 -05:00
Arya Irani
a36ef41d0b start of tests for RemainingWork 2018-12-10 17:44:18 -05:00
Paul Chiusano
39a7324ee5 Merge remote-tracking branch 'origin/topic/codebase-editor' into wip/pp2
# Conflicts:
#	parser-typechecker/src/Unison/Codebase.hs
2018-12-10 16:46:45 -05:00
Paul Chiusano
0dd371bed7 Tests all passing 🎉 2018-12-10 16:42:03 -05:00
Paul Chiusano
c39f32a82b fix off by 1 error in determining if a Pretty fits, down to 2 failures 2018-12-10 16:33:30 -05:00
Paul Chiusano
48cf87de72 3 failures to go 2018-12-10 16:11:04 -05:00
Arya Irani
97473b139d term edits and deprecations only apply to Ref, not Con/Req 2018-12-10 15:47:24 -05:00
Arya Irani
24d6d9c564
Update CONTRIBUTORS.markdown 2018-12-10 15:14:32 -05:00
Paul Chiusano
78058b32d0 5 failures 2018-12-10 14:10:40 -05:00
Paul Chiusano
445bd5c874 16 failures 2018-12-10 14:05:29 -05:00
Paul Chiusano
81baf598bf 18 failures 2018-12-10 13:53:25 -05:00
Paul Chiusano
55b36cb867 Added nice show instance for Pretty for debuggin 2018-12-10 12:58:19 -05:00
Arya Irani
68198589c8 Move Names.Referent to its own module 2018-12-10 12:14:57 -05:00
Paul Chiusano
398e9199ac much simpler Pretty renderer & fixed TypePrinter test 2018-12-10 11:52:32 -05:00
Paul Chiusano
eeb11b8064 22 failures 2018-12-10 01:02:16 -05:00
Paul Chiusano
61097a58ed 32 failures 2018-12-09 22:55:01 -05:00
Paul Chiusano
a724e426f6 46 failures 2018-12-09 22:39:19 -05:00
Paul Chiusano
69fe51e7f9 typeprinter tests passing 2018-12-09 22:37:00 -05:00
Paul Chiusano
d170122fff got everything recompiling with updated prettyprinter
Lots of prettyprint tests failing
2018-12-09 22:12:01 -05:00
Paul Chiusano
beda42ab11 a bit more cleanup before integrating 2018-12-09 15:28:29 -05:00
Paul Chiusano
a2e7ed0623 cleanup of Pretty.hs 2018-12-09 15:19:30 -05:00
Paul Chiusano
b7cdc7a747 wrap combinator doing something sensible 2018-12-09 14:13:03 -05:00
Arya Irani
923ea70248
Merge pull request #270 from noahhaasis/fix-comment
Change comment to match function behavour.
2018-12-08 14:01:48 -05:00
Noah Haasis
d2019dcf56 Change comment to match function behavour. 2018-12-08 10:48:23 +01:00