-
Notifications
You must be signed in to change notification settings - Fork 9
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
xlsxio library #7
base: master
Are you sure you want to change the base?
Conversation
Ultralightweight JSON parser in ANSI C
DuckDB is a high-performance analytical database system. It is designed to be fast, reliable, portable, and easy to use. DuckDB provides a rich SQL dialect, with support far beyond basic SQL. DuckDB supports arbitrary and nested correlated subqueries, window functions, collations, complex types (arrays, structs, maps), and several extensions designed to make SQL easier to use.
test for duckdb library
delete some unuseful info.
it is a modern and flexible regular expressions library
PNG encoder and decoder in C and C++, without dependencies
Thank-you for the pull request. Which version of fbfrog was used? Would it be possible to provide the URLs of the downloaded sources? The work flow currently for this repo is to modify the makefile to automatically download and unpack sources, then automatically translate bindings with fbfrog+scripts on the |
|
Sorry, I meant revision / commit. do you know the hash of the commit? The fbbindings build script will grab a specific fbfrog repository commit to work with |
the cmd display:fbfrog 1.14 compiled on 2023-12-01.so it should be the lasted version.If there's anything I can do to reduce your workload, feel free to let me know. |
hey @fxl447098457
Ideally we would like to have automation for regenerating the translated headers. If The fbbindings repo has this workflow:
For example, I looked at your commits for
--- so, I run the tests and get an error - that's ok, I use this opportunity to show the continued workflow:
--- next, I run the tests again and now we have
This is a bigger problem to solve since the whole crt is not fully translated for every platform. Or need to disable this test for some platforms. Or rewrite the test using functions that are easier to port between platforms. I hope this kind of helps to show what kind of testing and quality checks go in to the project. I stop now for the day. |
added xlsxio library and read/write demos