issues Search Results · repo:charlottia/ava language:Zig
Filter by
21 results
(90 ms)21 results
incharlottia/ava (press backspace or delete to remove)Defer resolution to runtime, and store offset map in the Compiler.
This is awkward, because it means assembly/compilation now has two outputs: the program text, and the lookup table. The
former can t ...
basic
bug
charlottia
- 1
- Opened on Feb 3
- #20
We use a bit of a hack to detect on macOS:
if ((try renderer.getOutputSize()).width_pixels == request_width * 2)
try renderer.setScale(scale * 2, scale * 2)
else
try renderer.setScale(scale, scale); ...
adc
charlottia
- 1
- Opened on Nov 24, 2024
- #15
Technically unnecessary given the bytecode format; might win us some space and speed if we turn out to be lacking those.
basic
core
charlottia
- 1
- Opened on Nov 24, 2024
- #14
It assigned a slot number for a% which was never used (due to overflow).
We ll need some way to handle this in general given the presence of ON ERROR ….
basic
bug
charlottia
- 1
- Opened on Oct 21, 2024
- #12

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.