Rob Rix
|
7d2c57f2d9
|
Export runTraceInTelemetry.
|
2018-08-03 10:23:35 -04:00 |
|
Rob Rix
|
971f547e1b
|
Revert "Build logger/statter queues."
This reverts commit 33f2924a5dc3f916249909d856cfbaddff411c8c.
|
2018-08-03 10:08:11 -04:00 |
|
Rob Rix
|
dcc51bd84f
|
Build logger/statter queues.
|
2018-08-03 09:56:58 -04:00 |
|
Rob Rix
|
bbfc0386f3
|
Draw multiline carets with an ellipsis.
|
2018-08-03 09:49:47 -04:00 |
|
Rob Rix
|
3dccde2bc9
|
Draw the whole caret with the same character.
|
2018-08-03 09:42:36 -04:00 |
|
Rob Rix
|
192dbda1bc
|
Colourize the prompt.
|
2018-08-03 09:37:35 -04:00 |
|
Rob Rix
|
3fb9f97270
|
Use haskeline for the line-reading interface.
|
2018-08-03 09:37:23 -04:00 |
|
Rob Rix
|
dfa3629db4
|
Add a dependency on haskeline.
|
2018-08-03 09:25:52 -04:00 |
|
Rob Rix
|
8fda3f8336
|
Add a help command.
|
2018-08-03 09:24:25 -04:00 |
|
Rob Rix
|
9f8850ee71
|
Skip past empty commands.
|
2018-08-03 09:15:58 -04:00 |
|
Rob Rix
|
08f01f86c8
|
Note that we may want to abandon computations.
|
2018-08-02 17:05:51 -04:00 |
|
Rob Rix
|
3800d87985
|
Draw tildes under the full caret width.
|
2018-08-02 17:01:46 -04:00 |
|
Rob Rix
|
c2367a04a3
|
Reformat contextLines.
|
2018-08-02 16:58:22 -04:00 |
|
Rob Rix
|
c5fc691abe
|
Perform fewer conversions back and forth from Source.
|
2018-08-02 16:57:00 -04:00 |
|
Rob Rix
|
c219af9925
|
Split context lines out into a new binding.
|
2018-08-02 16:51:19 -04:00 |
|
Rob Rix
|
b83a38ecaa
|
Factor out the caret padding.
|
2018-08-02 16:46:05 -04:00 |
|
Rob Rix
|
66023c80de
|
Use RecordWildCards to clean up the span.
|
2018-08-02 16:44:36 -04:00 |
|
Rob Rix
|
bd202de9dd
|
Don’t colourize the newline.
|
2018-08-02 16:41:40 -04:00 |
|
Rob Rix
|
24237e8166
|
Be less chatty.
|
2018-08-02 16:39:46 -04:00 |
|
Rob Rix
|
d8cf347822
|
🔥 the dependency on trifecta.
|
2018-08-02 16:33:19 -04:00 |
|
Rob Rix
|
5c7d5c5c5f
|
Simplify command parsing even further.
|
2018-08-02 16:33:14 -04:00 |
|
Rob Rix
|
42ead6357d
|
Simplify command parsing.
|
2018-08-02 16:32:15 -04:00 |
|
Rob Rix
|
06d07230e0
|
Handle errors in parseCommand.
|
2018-08-02 16:30:37 -04:00 |
|
Rob Rix
|
a55d1ef822
|
Specialize parseString to Command.
|
2018-08-02 16:29:56 -04:00 |
|
Rob Rix
|
84024a2001
|
Reformat command.
|
2018-08-02 16:28:40 -04:00 |
|
Rob Rix
|
9220177d5a
|
Run commands at every step.
|
2018-08-02 16:26:49 -04:00 |
|
Rob Rix
|
45f0f6d48c
|
Add helpers to parse sa string and produce a result.
|
2018-08-02 16:15:38 -04:00 |
|
Rob Rix
|
f9c2cde7ba
|
Stub in a command parser.
|
2018-08-02 16:13:17 -04:00 |
|
Rob Rix
|
b57c2df5a5
|
Stub in a datatype of commands.
|
2018-08-02 16:10:12 -04:00 |
|
Rob Rix
|
168345dc6f
|
Define some instances for Parser.
|
2018-08-02 16:07:48 -04:00 |
|
Rob Rix
|
ed8c196411
|
Stub in a Parser newtype.
|
2018-08-02 16:05:00 -04:00 |
|
Rob Rix
|
9cdcd3c972
|
Depend on trifecta.
|
2018-08-02 14:45:55 -04:00 |
|
Rob Rix
|
9e8a82532a
|
Show the current program code listing when we stop.
|
2018-08-02 14:41:09 -04:00 |
|
Rob Rix
|
eeee3105de
|
Associate blobs with modules.
|
2018-08-02 13:58:57 -04:00 |
|
Rob Rix
|
6e86024bef
|
🔥 more redundant record wildcarding.
|
2018-08-02 13:54:14 -04:00 |
|
Rob Rix
|
f29b310bee
|
🔥 redundant type signatures.
|
2018-08-02 13:53:53 -04:00 |
|
Rob Rix
|
b8216c9557
|
Define parseModule locally to parsePackage.
|
2018-08-02 13:53:36 -04:00 |
|
Rob Rix
|
f0beb4116e
|
🔥 redundant record wildcarding.
|
2018-08-02 13:53:17 -04:00 |
|
Rob Rix
|
9ef0fc510d
|
Export showExcerpt.
|
2018-08-02 11:33:33 -04:00 |
|
Rob Rix
|
a653a2efde
|
Reflect the language from the proxy.
|
2018-08-02 10:49:01 -04:00 |
|
Rob Rix
|
635e971f87
|
Merge branch 'singleton-languages' into interactive-debugger
|
2018-08-02 10:47:51 -04:00 |
|
Rob Rix
|
73fa3f2afc
|
Revert "Reify languages at the type level."
This reverts commit 5968ddfbfe63f6ed3710d69622ac7ec172ae42eb.
|
2018-08-02 10:39:28 -04:00 |
|
Rob Rix
|
ea520299de
|
Reify languages at the type level.
|
2018-08-02 10:33:55 -04:00 |
|
Rob Rix
|
ea69b5a6d3
|
Only pass a proxy to evaluateProject.
|
2018-08-02 10:24:55 -04:00 |
|
Rob Rix
|
28b942d9ff
|
Only pass a proxy to evaluateProjectWithCaching.
|
2018-08-02 10:22:44 -04:00 |
|
Rob Rix
|
58f560e4a2
|
Only pass a proxy to callGraphRubyProject.
|
2018-08-02 10:21:28 -04:00 |
|
Rob Rix
|
ae0dc77ead
|
Export SLanguage.
|
2018-08-02 10:19:22 -04:00 |
|
Rob Rix
|
c7fbff8fcd
|
Define SLanguage instances for all the languages.
|
2018-08-02 10:18:55 -04:00 |
|
Rob Rix
|
7492e3feff
|
Define a class for language singletons.
|
2018-08-02 10:16:50 -04:00 |
|
Rob Rix
|
8d40edec04
|
Move the REPL effect deeper into the stack.
|
2018-08-02 10:10:01 -04:00 |
|