Modularize Zzz - #70
Merged
Merged
Conversation
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
improve namespacing of any_case_string_map to string_map.AnyCase Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
start modularizing http modules and namespace Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
namespace Route under Router improve middleware namespacing modularize core.* improve importing structure use struct imports where appropriate improve formating Signed-off-by: Bernard Assan <mega.alpha100@gmail.com> Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
check if it fixes the note: unable to create file 'src/runtime/timer.zig': PathAlreadyExists error Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
```elvish
Run zig build
D:\a\zzz\zzz\build.zig.zon:8:20: error: unable to unpack packfile
.url = "git+https://github.com/tardy-org/tardy?ref=main#1436624746f06f34ebb3a49fe8a931af8b316fbe",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
note: unable to create file 'src\runtime\timer.zig': PathAlreadyExists
Error: Process completed with exit code 1.
```
with the latest tardy, examples can be built without the error
`undefined symbol: tardy_swap_frame` when `.use_llvm = true`
isn't set, becuase tardy no longer uses global assembly for
its context switching. This localizes the `.use_llvm` to only
tardy
Also `.link_libc` isn't needed for the examples anymore
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
this was leading to unnecessary compiling of
tardy and secsock for tests
bump minimum supported zig version to 0.17.0-dev.1413+addc3c3b8
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.