Karl Zylinski
|
29fedc1808
|
Changed some recently added //+ usages to #+ and also fixed some //+ usages in some code generators.
|
2024-09-17 19:39:48 +02:00 |
|
gingerBill
|
97c499dbb4
|
Begin mapping os.Error in the rest of the codebase
|
2024-08-04 11:58:04 +01:00 |
|
gingerBill
|
8642d719f0
|
Imply #no_capture to all variadic parameters
|
2024-07-14 12:19:47 +01:00 |
|
gingerBill
|
c7bd954752
|
Add more uses of #no_capture
|
2024-07-14 11:56:04 +01:00 |
|
gingerBill
|
3e7e779abf
|
Replace core:* to base:* where appropriate
|
2024-01-28 22:18:51 +00:00 |
|
gingerBill
|
c8f475174e
|
Fix tests for -strict-style
|
2023-06-26 15:51:08 +01:00 |
|
hikari
|
dcf4e51787
|
[core:thread] Added self_cleanup flag to properly auto-clean threads
|
2023-06-07 19:11:16 +03:00 |
|
Lucas Perlind
|
ebe5636307
|
Document core:math/rand and add 'possible output'
Possible output allows us to just type check a test
and have some sort of output field in the docs but
not actually verify it matches stdout
|
2023-05-31 09:49:12 +10:00 |
|
Lucas Perlind
|
e0d9092df8
|
Document return values of strings and add allocator errors where
possible
|
2023-04-07 20:39:01 +10:00 |
|
Lucas Perlind
|
0af1b75a02
|
Re-enable documentation CI and improve error messages
|
2023-04-07 09:16:50 +10:00 |
|
Jeroen van Rijn
|
f205df1996
|
Merge pull request #2436 from Lperlind/batch-fail
Make tests scripts error if a test fails
|
2023-04-03 08:56:43 +02:00 |
|
Lucas Perlind
|
c59ad24856
|
Make tests scripts error if a test fails
Additionally fixes tests that were found broken because
of this.
|
2023-04-03 16:49:14 +10:00 |
|
Lucas Perlind
|
6ff0cc0b40
|
Enforce example names in documentation
|
2023-04-01 09:13:15 +11:00 |
|
Lucas Perlind
|
22e0f5ecd0
|
Add documentation tester and make it apart of CI workflow
|
2023-03-30 18:14:57 +11:00 |
|