-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[New features] Execution context can be inspected and preserved betwe…
…en executions [Improvements] Truncated stacktraces can be followed. Returning nil will show in virtual text, instead of printing. [Fixes] Mapping for help toggle. Pretty printing results of functions that return multiple variables fixed help message and added specs Feature: preserving context and specs improved printing algorithm added truncated stacktrace inference fixed handling of mupliple arguments by pretty print feature supressing printing nil in favour of virtual text
- Loading branch information
Showing
18 changed files
with
868 additions
and
5,207 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,6 @@ read_globals = { | |
"assert" | ||
} | ||
|
||
exclude_files = { } | ||
exclude_files = { | ||
"spec/utfTerminal.lua" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.