mkitti
September 17, 2021, 7:37pm
1
Who is a good contact for the JuliaIO Github organization?
https://github.com/JuliaIO
Keno
September 17, 2021, 8:39pm
2
There isn’t really a unified contact for. The owners groups is mostly the people who contributed the first few packages. What do you need?
mkitti
September 17, 2021, 8:45pm
3
I’m working on a pull request to CodecZstd, and I am starting to wonder who I should ping should I not be able to contact the original author.
JuliaIO:master
← mkitti:LibZstd
opened 09:07AM - 16 Sep 21 UTC
This pull requests creates a new submodule LibZstd that is generated by Clang.jl… . It uses the new Clang.jl 0.14 interface from the master branch. Thanks to @Gnimuc for overhauling
The generator is run by checking out the master branch of Clang.jl, and then executing `libzstd/generator.jl`. It has options specified in `libzstd/generator.toml`. This includes a manual patch this is applied by generator.jl. The existing libzstd.jl is modified to use the new LibZstd submodule.
This is a step towards addressing #28 to expose the dictionary training API of ZSTD via Julia bindings.
opened 09:23PM - 15 Sep 21 UTC
I'm interested in developing support in this package for building a dictionary u… sing Zstd. I would probably start with making automatically generated bindings via Clang.jl for these headers:
https://github.com/facebook/zstd/blob/dev/lib/zdict.h
https://github.com/facebook/zstd/blob/dev/lib/zstd.h
I already pinged Kenta Sato here:
mkitti
September 17, 2021, 8:46pm
4
Who is an owner of the JuliaIO organization should I wish to join JuliaIO?
Keno
September 17, 2021, 10:23pm
5
I added you to the org - I’m always in favor of just giving people responsibility and taking it away if it goes wrong ;). Still try to get code review for changes.
3 Likes
mkitti
September 18, 2021, 2:35am
6
I’ll give it at least a week, and then try to find some alternate reviewers.