aboutsummaryrefslogtreecommitdiff
path: root/tests/documentation
Commit message (Collapse)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-2/+2
|
* Fix doc testsJeroen van Rijn7 days1-3/+3
|
* Port doc tester to os2 itself as wellJeroen van Rijn7 days1-19/+13
|
* Fix doc testerJeroen van Rijn7 days1-9/+15
|
* Changed some recently added //+ usages to #+ and also fixed some //+ usages ↵Karl Zylinski2024-09-171-1/+1
| | | | in some code generators.
* Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-041-1/+1
|
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-1/+1
|
* Add more uses of `#no_capture`gingerBill2024-07-141-1/+1
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Fix tests for `-strict-style`gingerBill2023-06-261-2/+2
|
* [core:thread] Added `self_cleanup` flag to properly auto-clean threadshikari2023-06-071-2/+2
|
* Document core:math/rand and add 'possible output'Lucas Perlind2023-05-311-18/+32
| | | | | | 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
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-1/+1
| | | | possible
* Re-enable documentation CI and improve error messagesLucas Perlind2023-04-071-2/+37
|
* Merge pull request #2436 from Lperlind/batch-failJeroen van Rijn2023-04-031-2/+3
|\ | | | | Make tests scripts error if a test fails
| * Make tests scripts error if a test failsLucas Perlind2023-04-031-2/+3
| | | | | | | | | | Additionally fixes tests that were found broken because of this.
* | Enforce example names in documentationLucas Perlind2023-04-011-70/+97
|/
* Add documentation tester and make it apart of CI workflowLucas Perlind2023-03-302-0/+406