kayomn commented on pull request kayomn/ona#4 2022-11-03 18:06:02 +01:00
Application Context Implementation

Missing documentation comment.

kayomn commented on pull request kayomn/ona#4 2022-11-03 18:06:02 +01:00
Application Context Implementation

Out of date documentation comment.

kayomn commented on pull request kayomn/ona#4 2022-11-03 18:06:02 +01:00
Application Context Implementation

This should be resolved as part of the PR.

kayomn commented on pull request kayomn/ona#4 2022-11-03 18:06:02 +01:00
Application Context Implementation

Minor issues with missing / out-of-date comments but major issue with missing implementation of Oar archive file opening.

kayomn commented on pull request kayomn/ona#4 2022-11-03 18:01:52 +01:00
Application Context Implementation

Also, should this be public?

kayomn commented on pull request kayomn/ona#4 2022-11-03 16:58:55 +01:00
Application Context Implementation

Cutting implementation of Oar tool as part of this PR as it has gotten out of hand in size.

Will be resolved as a separate PR.

kayomn pushed to event-loop-dev at kayomn/ona 2022-11-03 16:53:40 +01:00
4bb86c41bc Add more test coverage and clean up code
9251b11427 Auto-switch to debug console when debugging in VS Code
Compare 2 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-02 18:45:23 +01:00
14b3921001 Add fixed stack-backed allocator implementation
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-02 16:15:25 +01:00
fcd4ecd85d Refactor dynamic memory allocation interface
2e544393a5 Simplify programming interface for creating closureless Functions
eb4a758251 Make Function closures only accept a pointer context
Compare 3 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-02 11:04:43 +01:00
d49608f7bb Initial work on allocator replacement
cfd3e85021 Tidy up IO code
14e5e18228 Fix implementation of findFirstOf and Spliterator
dd81ae76ec Fix formatting of system-level code in Ona module
Compare 4 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 17:11:49 +01:00
595ad83cdd Fix incorrect test binary path in Drone CI
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 17:10:19 +01:00
40f2e869ac Fix incorrect Alpine SDL2 dependency being used in Drone CI
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 17:09:10 +01:00
f8bfecc983 Add Alpine SDL2 to Drone CI dependencies
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 17:07:19 +01:00
a401de3bae Add Alpine build-base dependency to Drone CI
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 16:26:30 +01:00
342d296bfd Add libc-dev dependency in Drone CI script
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 16:14:58 +01:00
b9c41971ee Add Musl to drone CI script
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 16:11:29 +01:00
1773a04e52 Update drone CI script
kayomn pushed to event-loop-dev at kayomn/ona 2022-11-01 16:08:16 +01:00
e95c754d62 Refactor Oar implementation
f3426ef691 Change maxInt to return a comptime_int
Compare 2 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-30 23:08:06 +01:00
ac95993a4b Tidy up core package code and comments
a07b56d2d5 Update tests file
35de8cf2ae Tidy up build configurations
14397b05e3 Update build script
5a913ef0f8 Remove Oar as a dedicated module
Compare 6 commits »
kayomn pushed to event-loop-dev at kayomn/ona 2022-10-26 19:10:06 +02:00
7599ce61f2 Initial work merging Oar into Ona itself