mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1651] [CLOSED] [FEAT] Removed share module from lib_ccx
#2360
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1651
Author: @steel-bucket
Created: 1/5/2025
Status: ❌ Closed
Base:
master← Head:migration-share-module📝 Commits (9)
90578eareplaced nanomsg with nanomsg_sysda6b1e5feat: Share Module - squash commitsd8dd4c9Share Module: Added Documentation1d8b363Share Module: Removed Sharing Serviceb9cb261Merge branch 'master' into migration-share-module20a32a5Share: formatting issues009febeShare: failing CIc3e4717Share: failing CIa0b2ca2Share: Removed protobuf📊 Changes
44 files changed (+182 additions, -5727 deletions)
View changed files
📝
.github/workflows/build_linux.yml(+1 -1)📝
.github/workflows/build_mac.yml(+1 -1)📝
.gitignore(+0 -2)📝
docs/CHANGES.TXT(+1 -0)📝
docs/using_cmake_build.txt(+1 -4)📝
linux/Makefile.am(+2 -8)📝
linux/build(+2 -3)📝
linux/module_generator(+1 -2)📝
mac/Makefile.am(+2 -8)📝
mac/build.command(+2 -3)📝
src/BUILD(+1 -2)📝
src/CMakeLists.txt(+0 -18)📝
src/ccextractor.c(+0 -25)📝
src/ccextractor.h(+0 -1)📝
src/lib_ccx/BUILD(+2 -4)📝
src/lib_ccx/CMakeLists.txt(+0 -3)📝
src/lib_ccx/ccx_common_constants.h(+0 -3)📝
src/lib_ccx/ccx_common_option.c(+0 -7)📝
src/lib_ccx/ccx_common_option.h(+0 -11)📝
src/lib_ccx/ccx_encoders_common.c(+0 -8)...and 24 more files
📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
{pull request content here}
This PR migrates the sharing service used by the cctranslate service. The first draft was added on 5/1/2025. The new rust Implentation is in
/src/rust/lib_ccxr/src/share/.Changes Made
/src/rust/lib_ccxr/src/share/share.rs/src/rust/lib_ccxr/src/share/tests.rscontains some preliminary tests./src/rust/src/libccxr_exports/share.rscontains the C bindings, as per doc specification🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.