Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.0 #28

Merged
merged 9 commits into from
Nov 10, 2023
Merged

Release 0.3.0 #28

merged 9 commits into from
Nov 10, 2023

Conversation

Oipo
Copy link
Collaborator

@Oipo Oipo commented Nov 10, 2023

  • Support Aarch64
  • Support musl
  • Add https support (not yet for websockets)
  • Dockerfile based builds
  • Support some async file I/O a la rust's tokio
  • Add async mutex

Also make realtime example work under docker privileged.
Support the situation where one wants to block access to data,
but without blocking the entire thread like with std::mutex
As well as tinker with tsan stuff, with no real useful result so far.
Also fix compilation of http on windows.
@codecov-commenter
Copy link

Codecov Report

Attention: 50 lines in your changes are missing coverage. Please review.

Comparison is base (c859be4) 74.58% compared to head (1c03c91) 75.35%.

❗ Current head 1c03c91 differs from pull request most recent head 3877488. Consider uploading reports for the commit 3877488 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   74.58%   75.35%   +0.76%     
==========================================
  Files         137      143       +6     
  Lines        6296     6771     +475     
==========================================
+ Hits         4696     5102     +406     
- Misses       1600     1669      +69     
Files Coverage Δ
include/ichor/Common.h 100.00% <ø> (ø)
include/ichor/ScopeGuard.h 100.00% <100.00%> (ø)
...clude/ichor/coroutines/AsyncGeneratorPromiseBase.h 85.93% <ø> (ø)
include/ichor/coroutines/Task.h 80.95% <ø> (ø)
include/ichor/event_queues/IEventQueue.h 100.00% <ø> (ø)
...chor/services/network/http/HttpConnectionService.h 100.00% <ø> (ø)
...lude/ichor/services/network/http/HttpHostService.h 100.00% <100.00%> (ø)
...lude/ichor/services/network/http/HttpScopeGuards.h 100.00% <ø> (ø)
src/ichor/stl/AsyncSingleThreadedMutex.cpp 100.00% <100.00%> (ø)
src/services/network/ws/WsConnectionService.cpp 79.68% <100.00%> (-2.61%) ⬇️
... and 12 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Oipo Oipo merged commit 1e72700 into main Nov 10, 2023
17 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants