64 Commits

Author SHA1 Message Date
blueloveTH
4fa7106f2c fix msg error answer 2023-10-14 00:42:03 +08:00
blueloveTH
cb1c6a0fca fix error msg answer 2023-10-14 00:38:42 +08:00
blueloveTH
a810973f65 fix c binding test 2023-09-28 22:10:22 +08:00
blueloveTH
0a55ce9f12 ... 2023-09-28 03:27:25 +08:00
blueloveTH
874c009072 ... 2023-09-10 03:31:33 +08:00
BLUELOVETH
78ac9488ff ... 2023-07-18 12:17:26 +08:00
blueloveTH
d5711da2ad ... 2023-07-16 23:18:31 +08:00
blueloveTH
e319c715e4 ... 2023-07-15 14:23:34 +08:00
blueloveTH
84c35b85e0 ... 2023-07-15 14:13:39 +08:00
blueloveTH
15201adf3b ... 2023-07-15 14:02:06 +08:00
blueloveTH
4caf6a1110 ... 2023-07-15 13:58:36 +08:00
blueloveTH
f2435b81df ... 2023-07-15 13:35:03 +08:00
blueloveTH
fd2996eb87 ... 2023-07-15 12:22:53 +08:00
blueloveTH
85a9588459 ... 2023-07-09 16:10:15 +08:00
blueloveTH
c1a9d5c77a ... 2023-07-08 17:32:49 +08:00
BLUELOVETH
cf2fe7236d ... 2023-07-07 17:41:48 +08:00
BLUELOVETH
00637c2595 ... 2023-07-07 16:08:58 +08:00
BLUELOVETH
5f0bf65da7 ... 2023-07-07 16:02:30 +08:00
blueloveTH
3de3e625ee ... 2023-06-29 19:12:30 +08:00
blueloveTH
a24202989c ... 2023-06-27 00:58:11 +08:00
blueloveTH
43746e0a43 ... 2023-06-21 03:15:55 +08:00
BLUELOVETH
324f85b9c5
... 2023-06-17 19:25:42 +08:00
blueloveTH
78410fc79a ... 2023-06-17 19:16:59 +08:00
blueloveTH
a0545048bd ... 2023-06-17 04:00:07 +08:00
Kolten Pearson
a00cba8de1 complex error case is working 2023-06-04 09:58:50 -06:00
Kolten Pearson
897362075b update some tests and added a little to the docs 2023-06-03 21:23:01 -06:00
blueloveTH
6db30e61ce ... 2023-05-27 16:41:47 +08:00
blueloveTH
f57dbba00f make c bindings safe 2023-05-27 16:13:58 +08:00
blueloveTH
f4e3bc2308 ... 2023-05-26 15:48:06 +08:00
blueloveTH
d8afb8d7cf ... 2023-05-26 15:39:44 +08:00
blueloveTH
ea9f7ee97e fix error handler 2023-05-26 15:23:17 +08:00
blueloveTH
313fffb269 Update pocketpy_c.cpp 2023-05-25 13:00:00 +08:00
blueloveTH
e6ca624ea2 Update pocketpy_c.cpp 2023-05-25 12:37:04 +08:00
blueloveTH
e982a4e60b ... 2023-05-25 12:33:48 +08:00
blueloveTH
1d9c565b64 ... 2023-05-25 12:27:45 +08:00
blueloveTH
a96a0740ad ... 2023-05-24 21:40:13 +08:00
blueloveTH
3b66008e50 ... 2023-05-24 19:01:47 +08:00
blueloveTH
29c28b0281 use PK_EXPORT for c apis
...
2023-05-24 18:50:41 +08:00
blueloveTH
f91c83e4a1 ... 2023-05-24 18:20:17 +08:00
blueloveTH
4156e6f932 ... 2023-05-24 17:43:36 +08:00
Kolten Pearson
101752c853 added check on to_type methods so that they will not cause
a crash when the type is wrong
2023-05-09 20:52:02 -06:00
Kolten Pearson
ceab1e0609 added a pkpy_error method 2023-05-09 18:05:43 -06:00
Kolten Pearson
ae34a6304a gcc didn't like us catching the runtime_error 2023-05-08 20:45:59 -06:00
Kolten Pearson
e2bf81d7f2 added a pkpy_vm_push method 2023-05-08 20:41:44 -06:00
Kolten Pearson
8abaebbf9f adjusted exceptions to be back to how they were before, implementation
is brittle but functional for current use cases
2023-05-07 11:58:35 -06:00
blueloveTH
805a7ca01f a tiny change 2023-05-07 19:57:27 +08:00
Kolten Pearson
7de39b0cda switched to NameError for the type of error to use when a global can't
be found
2023-05-06 19:31:48 -06:00
Kolten Pearson
dd2212fbad switched to using vm->AttributeError for missing global 2023-05-06 19:23:41 -06:00
Kolten Pearson
f4d2c401f7 adjusted to change in vm constructor 2023-05-05 18:46:20 -06:00
Kolten Pearson
3d8627410f added a function to check for errors without clearing them 2023-05-02 23:11:41 -06:00