Commits
Change-Id: I34e5b7b0ba834512d99b85e4cd47b77f6a6a6964
- Uses the Zeller's congruence algo (with Michael Keith’s simplification) for Gregorian dates.
* Update test_runner for new zig master version
Signed-off-by: Emily Flion <emneo@kreog.com>
* Update for new zig master
One test currently fails, but I am unsure if that is a me problem or a
Zig issue, because it's literally a corrupt value on an internal value.
Signed-off-by: Emily Flion <emneo@kreog.com>
* Add testing io interface initialization
Signed-off-by: Emily Flion <emneo@kreog.com>
* Fix race condition in http tests
Signed-off-by: Emily Flion <emneo@kreog.com>
* Remove debug prints
Signed-off-by: Emily Flion <emneo@kreog.com>
---------
Signed-off-by: Emily Flion <emneo@kreog.com>
feat(context): :sparkles: adds Context that provides deadline based cancellation and timeouts.
Help consume duplicate header names (i.e. Set-Cookie)
Makes it easy to create recurring tasks.
Fixes:
https://github.com/karlseguin/zul/issues/5
fix build.zig for latest zig#master
Parsing json uses rfc3339 now. This makes it consistent with zul.Time and
zul.DateTime
The initially provided URL is kept as-is. Any query parameters added via
the query() method are encoded as needed.
Change-Id: I34e5b7b0ba834512d99b85e4cd47b77f6a6a6964
* Update test_runner for new zig master version
Signed-off-by: Emily Flion <emneo@kreog.com>
* Update for new zig master
One test currently fails, but I am unsure if that is a me problem or a
Zig issue, because it's literally a corrupt value on an internal value.
Signed-off-by: Emily Flion <emneo@kreog.com>
* Add testing io interface initialization
Signed-off-by: Emily Flion <emneo@kreog.com>
* Fix race condition in http tests
Signed-off-by: Emily Flion <emneo@kreog.com>
* Remove debug prints
Signed-off-by: Emily Flion <emneo@kreog.com>
---------
Signed-off-by: Emily Flion <emneo@kreog.com>