Refactor ASF Celix file utils and FILE* usage to work with libuv Stream Abstraction #771
Labels
component/framework
Categorizes an issue or PR relevant to the framework.
component/utils
Categorizes an issue or PR relevant to the utils.
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
kind/improvement
Categorizes issue or PR as related to improvements.
Milestone
Introduction
Refactor file utilities that currently use FILE* to use libuv's file and stream abstractions (uv_fs_t, uv_file). This ensures better cross-platform file handling.
Steps
uv_file
This includes the
celix_filter.h
,celix_properties.g
,celix_bundle context.h
headers and many more.This includes usage of
fprintf
,open_memstream
, etc.The text was updated successfully, but these errors were encountered: