Commit Graph

304 Commits

Author SHA1 Message Date
Productive2 6ff9577f66 Removed test duplicates, fixed tests.
Added documentation for the JATS markup.
2021-02-09 16:32:24 +01:00
Productive2 ad74c45213 Fixed debug.nim not showing DEBUG - before a message
Made whitespace significant in the test suite
Fixed tests with DEBUG - on partially
2021-02-09 15:00:18 +01:00
Productive2 c267a6c3be Added license notice 2021-02-09 00:37:11 +01:00
Productive2 671a50d1c2 The test suite works once again (this large rewrite added the new test
format)
Modified tests to the new format
2021-02-09 00:35:40 +01:00
Productive2 19df757201 bugfixes, and in progress debugging 2021-02-08 20:05:34 +01:00
Productive2 b5927df998 Fixed exception reporting and small test builder bug 2021-02-08 18:35:57 +01:00
Productive2 bfb57b1552 Better error reporting 2021-02-08 18:18:34 +01:00
Productive2 8d4af722f0 slashing bugs 2021-02-08 17:17:06 +01:00
Productive2 a680d0eda6 Finished what I started a week ago... kinda 2021-02-08 16:44:48 +01:00
Productive2 fc971faf6d Merge remote-tracking branch 'upstream/master' 2021-02-08 16:24:15 +01:00
nocturn9x 9ffff11bf9 Added an optional prompt parameter to readline and renamed it to readLine. Added string support in toInt 2021-02-04 12:03:10 +01:00
Productive2 9f11088e54 Merge remote-tracking branch 'upstream/master' 2021-02-04 10:38:14 +01:00
nocturn9x 3830b3f30c moved logging message down to if __name__ == '__main__': block 2021-02-04 07:57:20 +01:00
nocturn9x 91bf9771b3 Typos and additions 2021-02-04 07:56:41 +01:00
nocturn9x dcef765b97 Updated build profiles 2021-02-04 07:47:00 +01:00
nocturn9x a7eaf4f13d Added profiles warning 2021-02-03 20:14:16 +01:00
nocturn9x 35cce3e2ea Added support for build profiles 2021-02-03 20:12:00 +01:00
Productive2 fff2739428 reimplementing some stuff better, still wip 2021-01-31 20:58:24 +01:00
Productive2 4439a24a5b Reorganizing stuff, preparing new test format 2021-01-31 16:55:24 +01:00
Productive2 92348cabd9 oops 2021-01-31 15:34:57 +01:00
Productive2 11c2ee30e2 Fixed up conflict 2021-01-31 15:34:41 +01:00
Productive2 5ece581ce8 AAAAAAAAAAAAAAAAAA 2021-01-31 15:10:25 +01:00
Productive2 74014127ca Merge remote-tracking branch 'upstream/master' 2021-01-31 15:09:36 +01:00
Productive2 614b62441e Preparing for merge 2021-01-31 15:06:54 +01:00
nocturn9x 95522cd3c7 Minor style fixes to jats and fixed debug logs clashing when debug_vm and debug_alloc are both enabled 2021-01-31 10:51:29 +01:00
Mattia 476a6b6c6b
Merge pull request #37 from Productive2/master
TUI improvements for JATS
2021-01-31 09:28:28 +01:00
Productive2 76b92e85a7 new test notation (uses //stdout:, //stderr:) now
wip //stdin:
non-behaving tests get killed after a while now
added // exit and improved // clear repl commands
2021-01-30 18:42:04 +01:00
Productive2 09e1eaa724 added copyright notice 2021-01-30 17:31:54 +01:00
Productive2 0d23711fe9 Merge remote-tracking branch 'upstream/master' 2021-01-30 17:29:19 +01:00
Productive2 6aef09ce59 Fixed progress bar 2021-01-30 17:26:40 +01:00
Productive2 bc2a2ac74d Finished moving around code for better modularity
Added testobject, repurposed testutils
2021-01-30 17:07:05 +01:00
Productive2 e2b45dd1dc moved log stuff to logutils 2021-01-30 17:00:42 +01:00
nocturn9x f11d697f60 Updated build script 2021-01-30 13:47:05 +01:00
Productive2 5f56081efe Better TUI 2021-01-30 11:29:43 +01:00
Productive2 1990fde212 Add copyright info
tweak the 'less' command usage for -i
2021-01-30 10:38:47 +01:00
Mattia deb52efe88
Merge pull request #36 from Productive2/master
Testing suite v2
2021-01-29 22:47:26 +01:00
Productive2 4137497963 Now -h and -v options dont run any tests ;) 2021-01-29 20:15:34 +01:00
Productive2 bc7ba95baa small fix 2021-01-29 20:14:01 +01:00
Productive2 8eb33fe93a Nim tests in place now. 2021-01-29 20:11:06 +01:00
Productive2 8d93c3602f Added progress bar, polished the interface a bit 2021-01-29 19:56:23 +01:00
Productive2 29858360eb Update build.py to support jats 2021-01-29 18:42:45 +01:00
Productive2 619873f01f Test suite v2 progress 2021-01-29 18:14:57 +01:00
nocturn9x c621ce09b3 Changed equality for function objects (moved to pointer equality). TODO: Fix integer identity bug 2021-01-29 15:34:05 +01:00
nocturn9x 807237b884 Removed binary file 2021-01-27 15:51:29 +01:00
nocturn9x 787d34a8b5 Added WIP implementation of a generic hashmap that should behave better with JAPL's own memory manager 2021-01-27 15:51:15 +01:00
nocturn9x fa9594f855 Improved test suite colored output 2021-01-18 11:05:37 +01:00
nocturn9x ab795fa824 Fixed typo and removed orc from supported GCs list 2021-01-17 17:00:28 +01:00
nocturn9x 74d68871cb Changed markAndSweep to regions 2021-01-17 16:56:10 +01:00
nocturn9x fb34faac2d Added a generic custom sequence implementation to replace nim's seq type and moved as much functionality as possible from nim to us in order to avoid GC clashes 2021-01-17 16:54:55 +01:00
nocturn9x 71f79d8174 Fixed various minor bugs, improved debugger output and consistency 2021-01-16 18:14:22 +01:00