[PR #1564] [MERGED] [FIX] Compatibility of Arguments in C #2282

Closed
opened 2026-01-29 17:21:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1564
Author: @prateekmedia
Created: 9/1/2023
Status: Merged
Merged: 1/14/2024
Merged by: @cfsmp3

Base: masterHead: cparser


📝 Commits (10+)

📊 Changes

1 file changed (+452 additions, -446 deletions)

View changed files

📝 src/lib_ccx/params.c (+452 -446)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Breaking change, will help in compatibility between rust and c arguments


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1564 **Author:** [@prateekmedia](https://github.com/prateekmedia) **Created:** 9/1/2023 **Status:** ✅ Merged **Merged:** 1/14/2024 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `cparser` --- ### 📝 Commits (10+) - [`774ef51`](https://github.com/CCExtractor/ccextractor/commit/774ef519e1a82356111073d7ee77cad461e4659b) feat: breaking all parameters - [`0c34fd6`](https://github.com/CCExtractor/ccextractor/commit/0c34fd634b443216c7662119f59b89fea6d2ff8f) fix: some parameters - [`cb5cbb4`](https://github.com/CCExtractor/ccextractor/commit/cb5cbb4b31f4158df9e7f70b2b8f90dcfc93cabc) fix: many things - [`5c6c718`](https://github.com/CCExtractor/ccextractor/commit/5c6c7187475424c3e9eccac18d2e292f112a1ee9) fix: error - [`d5d3b8b`](https://github.com/CCExtractor/ccextractor/commit/d5d3b8be1f078de5b6a8838dabe49adc0bdd42a1) fix: -h - [`de03432`](https://github.com/CCExtractor/ccextractor/commit/de03432d290b9c4ee72422e77ac1263ea3ed67ae) fix: more parameters - [`b2d8b3e`](https://github.com/CCExtractor/ccextractor/commit/b2d8b3e883b5dbcae5d399fbb565b0139226bfca) fix: add dash to help commands - [`5d1b4c1`](https://github.com/CCExtractor/ccextractor/commit/5d1b4c1a651fc8f5d5f9fbb0189b1e4ad1fdb8d1) fix: help for output-field - [`e9e1eb1`](https://github.com/CCExtractor/ccextractor/commit/e9e1eb19495ab45193555f2b87357a7f17be4acc) Merge branch 'CCExtractor:master' into cparser - [`9ddf805`](https://github.com/CCExtractor/ccextractor/commit/9ddf805b2b8a97a532000a8226913c4ad248c005) fix: single dash ### 📊 Changes **1 file changed** (+452 additions, -446 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/params.c` (+452 -446) </details> ### 📄 Description <!-- Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. --> **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. - [ ] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- Breaking change, will help in compatibility between rust and c arguments --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:21:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2282