Commit Graph

28 Commits

Author SHA1 Message Date
Will McGugan 29b5c93a2d fix test 2021-11-07 15:42:53 +00:00
Will McGugan fcbeffcfa1 formatting 2021-11-07 15:02:39 +00:00
Matthias Bussonnier af9ff73612 fix test with line numbers 2021-11-06 12:12:23 -07:00
Gabriele N. Tornetta efa324a594 perf(console): avoid call to inspect.stack
This change improves the performance of the `Console.log` method by avoiding an expensive call to `stack()` and using `currentframe` instead. The same information is then available by navigating backward as many levels as required and peeking at the `code` object.
2021-06-05 17:50:02 +01:00
Will McGugan 84b6f751e0 rich repr 2021-03-22 20:26:01 +00:00
Will McGugan 83cc870695 fixes 2021-02-24 21:28:34 +00:00
Will McGugan c391684e8f fix log jusify 2020-12-01 17:03:26 +00:00
Will McGugan c7ea83d36a added progress.reset 2020-10-14 10:19:38 +01:00
Will McGugan 20084da4f8 highlighter optimization 2020-10-12 16:55:52 +01:00
Will McGugan 57b2dcd2ee docs and version bump 2020-10-03 13:33:25 +01:00
Will McGugan ebb4eaa26f themed tracebacks 2020-10-03 12:06:19 +01:00
Will McGugan e5b9fd8b7d 16 color fixes 2020-07-27 17:21:03 +01:00
Will McGugan 589bae9636 test fix 2020-07-16 17:24:16 +01:00
Will McGugan e9e72000c5 new render_scope 2020-07-14 21:13:41 +01:00
Will McGugan b78da976d2 table fix 2020-06-23 11:40:31 +01:00
Will McGugan 52c4171f02 test log fix 2020-06-20 19:06:30 +01:00
Will McGugan eb05312a7d cut and paste typo 2020-06-20 18:39:00 +01:00
Will McGugan b5bbbfece9 fix tests on Win 2020-06-20 18:29:01 +01:00
Will McGugan 7b28c5dcd4 Test fix 2020-06-15 12:05:47 +01:00
Will McGugan 01904fd3c9 hyperlink fixes 2020-06-15 11:51:52 +01:00
Will McGugan 414acde773 linked path in logging 2020-06-14 14:51:19 +01:00
Will McGugan 47bb80ff67 overflow 2020-06-06 12:08:07 +01:00
Will McGugan 51387ef150 collapse_padding 2020-05-19 17:59:52 +01:00
Will McGugan 5538397047 added justify to print 2020-05-17 12:39:51 +01:00
Will McGugan 5bebc17ad0 removed requirement to add space to time format in log 2020-05-13 10:06:11 +01:00
Will McGugan 5ea5e1d5bd simpler test 2020-04-26 12:54:51 +01:00
Will McGugan 742db22bdd test fix 2020-04-26 12:43:50 +01:00
Will McGugan 83c4c9a5ce more tests 2020-04-26 12:25:53 +01:00