-
Notifications
You must be signed in to change notification settings - Fork 142
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
fix deprecated API usage in boiler_plate example #85
base: master
Are you sure you want to change the base?
Conversation
- use fio_url_s type instead of deprecated http_url_s Signed-off-by: Toni Uhlig <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
=======================================
Coverage 50.36% 50.36%
=======================================
Files 34 34
Lines 13648 13648
=======================================
Hits 6874 6874
Misses 6774 6774
Continue to review full report at Codecov.
|
Hi @lnslbrty , Thank you for your PR 🙏🏻 Nice catch on the deprecation warning. However, I think we will need to update the function call as well as the type (using Could you fix that before I merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update. This is the line I was referring to.
Will do that ASAP. |
Cool 😎 I'm mostly offline for the next week or two, but I'll try to merge as soon as I can :-) |
Fixed. |
…eprecated - added some missing initializers to some stack allocated structs Signed-off-by: Toni Uhlig <[email protected]>
Hi @lnslbrty , Thank you for the PR and the updates 👍🏻
I'll probably merge it soon. My online time is still limited right now.
As for the CMake - I don't know why people use it. I find GNU
Yes... facil.io uses some virtual function tables and pointer casting that walks a thin line by assuming that all pointers are an equal type-size ( If you have any specific concerns I can help with, please let me know. Kindly, |
A simple
I'm working on it (but currently OOT - OutOfTime Exception). 😄 |
Signed-off-by: Toni Uhlig [email protected]