Andrey Shchekin
|
595cbc2744
|
[gh-88] Reapplied unsafe to decompilation (but not execution).
|
2017-07-23 12:49:19 +12:00 |
Andrey Shchekin
|
440901b32d
|
[gh-88] Improved flow addon name.
|
2017-07-23 12:49:15 +12:00 |
Andrey Shchekin
|
8e5465bc2f
|
[gh-88] Added support for Console.Write().
|
2017-07-23 12:49:10 +12:00 |
Andrey Shchekin
|
b017b52b02
|
[gh-88] Initial version of Dump()/Inspect().
|
2017-07-23 12:49:05 +12:00 |
Andrey Shchekin
|
09024f2b40
|
[gh-88] Added limit on variables values (removed total limit for now).
|
2017-07-23 12:49:00 +12:00 |
Andrey Shchekin
|
de8b5f7976
|
[gh-88] Added limit on variables names.
|
2017-07-23 12:48:55 +12:00 |
Andrey Shchekin
|
75ce5299b0
|
[gh-88] Added limit on reporting of multiple variables.
|
2017-07-23 12:48:51 +12:00 |
Andrey Shchekin
|
c52b7b72b7
|
[gh-88] Added limit on reporting of multiple iterations.
|
2017-07-23 12:48:47 +12:00 |
Andrey Shchekin
|
33e77cc9cd
|
[gh-88] Implemented exception flow for try/catch+when.
|
2017-07-23 12:48:42 +12:00 |
Andrey Shchekin
|
5707a9eb22
|
[gh-88] Implemented exception flow for try/finally.
|
2017-07-23 12:48:38 +12:00 |
Andrey Shchekin
|
e5e023d166
|
[gh-88] Added exception widget for top level exceptions.
|
2017-07-23 12:48:33 +12:00 |
Andrey Shchekin
|
7d8644575b
|
[gh-88] Added initial exception visualization (`catch` only).
|
2017-07-23 12:48:28 +12:00 |
Andrey Shchekin
|
b9eaa800af
|
[gh-88] Improved flow logic.
|
2017-07-23 12:48:17 +12:00 |
Andrey Shchekin
|
d9a009821d
|
[gh-88] First actual implementation.
|
2017-07-23 12:47:48 +12:00 |
Andrey Shchekin
|
dc708c6880
|
[gh-88] Initial prototype.
|
2017-07-23 11:06:00 +12:00 |
Andrey Shchekin
|
f0a6b04bca
|
Fixed incorrect test.
|
2017-07-23 11:05:32 +12:00 |
Andrey Shchekin
|
45bccb23cf
|
[gh-140] Added System.Core to the F# assembly references.
|
2017-07-11 20:25:08 +12:00 |
Andrey Shchekin
|
14430fec63
|
[gh-138] Updated to latest mirrorsharp.
|
2017-07-10 22:00:50 +12:00 |
Andrey Shchekin
|
a4f7b985a8
|
[gh-139] Potential fix for value tuples.
|
2017-07-10 20:58:57 +12:00 |
Andrey Shchekin
|
fbe9dbb378
|
Removed "Experimental" tags from F# and ASTs.
|
2017-06-26 22:07:55 +12:00 |
Andrey Shchekin
|
cf1bb6cd1a
|
Fixed path to NuGet in Publish-All.
|
2017-06-26 21:52:33 +12:00 |
Andrey Shchekin
|
edea290b3e
|
Yet another deployment fix.
|
2017-06-25 22:59:56 +12:00 |
Andrey Shchekin
|
00f0f34102
|
Hopefully final deployment fix.
|
2017-06-25 22:17:17 +12:00 |
Andrey Shchekin
|
063a59b05f
|
Another deployment fix.
|
2017-06-25 21:50:32 +12:00 |
Andrey Shchekin
|
d52c4d30f9
|
Potential deployment fix.
|
2017-06-25 21:41:49 +12:00 |
Andrey Shchekin
|
28c3447155
|
Deployment fix.
|
2017-06-25 21:34:34 +12:00 |
Andrey Shchekin
|
c77c232430
|
[closes gh-128] Suppressed variable inlining.
|
2017-06-25 20:44:51 +12:00 |
Andrey Shchekin
|
237ab5b467
|
[closes gh-123] Added test on previously crashing code (does not crash with latest ILSpy).
|
2017-06-25 20:13:07 +12:00 |
Andrey Shchekin
|
68fdcb3244
|
[closes gh-119] Added test for F#'s notnull (fixed by previous commit).
|
2017-06-25 20:06:14 +12:00 |
Andrey Shchekin
|
2dfaa3f749
|
[closes gh-25] Fixed incorrect parentheses in (e.g.) string comparisons.
|
2017-06-25 19:57:48 +12:00 |
Andrey Shchekin
|
4388c14afd
|
[closes gh-25] Fixed incorrect negation in string comparisons.
|
2017-06-25 19:57:48 +12:00 |
Andrey Shchekin
|
7f3f4236c5
|
[closes gh-20] Unrolled operator overloading.
|
2017-06-25 19:56:09 +12:00 |
Andrey Shchekin
|
c0f1f800c6
|
[closes gh-9] Unrolled array and collection initializers.
|
2017-06-25 15:48:46 +12:00 |
Andrey Shchekin
|
0ed1bd4be8
|
Changed ILSpy reference to a submodule.
|
2017-06-25 14:36:39 +12:00 |
Andrey Shchekin
|
5dec630d1e
|
Add retries for /status during Publish-All.
|
2017-06-24 22:48:28 +12:00 |
Andrey Shchekin
|
987c286eb8
|
Fixed Publish-All.
|
2017-06-24 22:32:36 +12:00 |
Andrey Shchekin
|
9f981c6e00
|
[closes gh-132] Added alrz/jmp-expr to branches.
|
2017-06-24 19:27:43 +12:00 |
Andrey Shchekin
|
baaeaf8747
|
[closes gh-69] Updated build to reuse last successful result if available.
|
2017-06-24 19:25:01 +12:00 |
Andrey Shchekin
|
71fbf393fa
|
[closes gh-133] Updated to latest MirrorSharp.
|
2017-06-24 16:07:50 +12:00 |
Andrey Shchekin
|
81e33be141
|
Removed unnecessary string copying.
|
2017-06-22 22:56:54 +12:00 |
Andrey Shchekin
|
14c5a8b9b8
|
[closes gh-125] Implemented (reasonably complete) AST-hover for F#.
|
2017-06-21 01:02:09 +12:00 |
Andrey Shchekin
|
6a4467b60c
|
[gh-125] Implemented AST-hover for Roslyn.
|
2017-06-20 22:12:07 +12:00 |
Andrey Shchekin
|
e7375fcd82
|
Potential build improvement.
|
2017-06-18 22:15:32 +12:00 |
Andrey Shchekin
|
4a5ce419e3
|
[closes gh-127] Updated to the latest CodeMirror and disabled autocapitalize.
|
2017-06-18 01:59:22 +12:00 |
Andrey Shchekin
|
7ab56995fc
|
[closes gh-129] Updated to mirrorsharp.setText().
|
2017-06-18 01:07:52 +12:00 |
Andrey Shchekin
|
d842b43f3f
|
[closes gh-131] Improved tooltip positioning.
|
2017-06-18 00:45:36 +12:00 |
Andrey Shchekin
|
2f6f1c40bd
|
[closes gh-130] Virtual keyboard should no longer appear when output has focus. Fixed infotip touch handling.
|
2017-06-15 22:37:56 +12:00 |
Andrey Shchekin
|
1f37f4a282
|
[closes gh-124] Moved IL comments to a tooltip + base work for MirrorSharp infotips.
|
2017-06-14 23:47:30 +12:00 |
Andrey Shchekin
|
20bee87b2b
|
[closes gh-120] Added basic gist-loading support.
|
2017-06-13 21:25:23 +12:00 |
Andrey Shchekin
|
fd5725961d
|
[closes gh-116] Optimized some unnecessary allocations.
|
2017-06-11 22:55:08 +12:00 |