Commit Graph

606 Commits

Author SHA1 Message Date
8121ae425c Fix tryProcess for nonexistent executables on python 2022-09-29 22:35:48 +00:00
60d5f88b1c fix target.threaded in kiss conditional compilation 2022-09-29 22:02:11 +00:00
1f41ee8f86 Fix #extern setup.py support for newer Python versions 2022-09-29 20:31:21 +00:00
ac42eae845 Prelude.tryProcess allow cwd for every sys target except Java 2022-09-29 20:30:46 +00:00
47f877b7e3 Fix symbolName() and symbolNameValue() for C# 2022-09-29 19:14:49 +00:00
567b306e3a test + fix for an ifLet regression 2022-09-29 18:38:59 +00:00
f63e36ed9f Patch all SpecialForms where 'macro' keyword could break compile error messages 2022-09-28 20:37:30 +00:00
0035966028 catch previously allowed case errors 2022-09-25 20:17:07 +00:00
7ac2f802bd add (never <pattern>) to case 2022-09-25 20:16:11 +00:00
85f281e2ed Standardize assertion error messages 2022-09-25 20:15:18 +00:00
ff512c6f9e give tempScripts thread-safe ids. Close #88 2022-09-18 22:23:15 +00:00
20967f8e8b document another lambda style 2022-09-18 19:59:40 +00:00
2a34c29dcb Fix 0 string interpolation 2022-09-11 00:04:34 +00:00
4cd1f9de64 apply or return the last value 2022-09-11 00:04:03 +00:00
f16f2a0ddd better error messages for null on static platforms in if, doFor 2022-09-08 20:39:12 +00:00
dfd4807b80 Apply and, apply or. Close 116 2022-09-08 04:37:49 +00:00
9286fc4b31 neko test script 2022-09-07 04:54:19 +00:00
6f6122a00c SimpleWindow columns for (some) overflow 2022-08-29 16:35:40 +00:00
eaff41733e n 2022-08-21 18:14:00 +00:00
efd4d186b2 printLocals 2022-08-21 17:31:25 +00:00
8169536271 fix assert in macros 2022-08-16 15:37:27 +00:00
b7276de847 k.doc for some forms I missed forever ago 2022-08-14 22:32:02 +00:00
a576ba40ed kissCache 2022-08-07 22:16:53 +00:00
276bf6d71a assertThrowsAtCompileTime 2022-08-05 18:50:29 +00:00
2fa71f6cf9 Move FuzzyMap core functionality to FuzzyMapTools for reuse 2022-08-04 20:42:06 +00:00
df0d7da49c allow constructing StringMap in KissInterp 2022-08-04 19:34:25 +00:00
988d4d6652 very useful macroPrint keyword 2022-08-02 15:27:54 +00:00
51cc2725d5 fix ifLet stealing the symbol v 2022-08-02 15:27:29 +00:00
00dbeb3cdd fix isNull() type loss 2022-08-02 15:27:04 +00:00
31afc7f912 fix whenLet (for all targets, I think). close #64 2022-08-02 00:19:22 +00:00
e7ac7aac69 symbolName and symbolNameValue can parse meta exps now 2022-07-27 17:35:48 +00:00
a98bf4cdde Make setNth n-dimensional 2022-07-09 14:46:09 +00:00
ae59afb5ae print how a temporary script was interpolated if it fails 2022-07-08 19:20:52 +00:00
64204ae041 thread DLSystem for mp3s 2022-07-07 02:30:55 +00:00
53bc549a95 fix logical error in substr 2022-07-06 21:34:23 +00:00
804bced6da removeFiles 2022-07-05 00:14:55 +00:00
d52209448c dropStringIf 2022-07-03 01:46:46 +00:00
d0b8a1253b localFunction 2022-07-03 01:46:31 +00:00
df462597d3 more specific error message on lambdas with typed args 2022-07-02 23:11:10 +00:00
d17ebf9a1d NAT flixel playground multiple playground views 2022-07-02 23:10:47 +00:00
f62b42f06b DLSystem handle music 2022-07-02 01:29:18 +00:00
ec92fe80ce DLSystem check for youtube-dl 2022-07-02 00:36:36 +00:00
c21c323292 better error message from exprCase 2022-07-01 23:33:00 +00:00
46becb3b63 sortBy 2022-06-28 17:09:04 +00:00
e8a5bafa4d generic function parameters 2022-06-28 04:40:13 +00:00
df68450ad8 setMin, setMax 2022-06-28 04:38:31 +00:00
9f1e337069 withEvalOnce macro using implicit quasiquote. Close #26 2022-06-27 18:09:43 +00:00
bc550ec67e kind of silly - quick fractions 2022-06-21 21:07:04 +00:00
b2a5d36075 fix assert error insertion on windows 2022-06-20 00:55:50 +00:00
9ee6e879d9 don't double-switch case values 2022-06-19 23:10:50 +00:00