Skip to content

Cli reader options #1860

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

Merged
merged 27 commits into from
Jun 12, 2025
Merged

Cli reader options #1860

merged 27 commits into from
Jun 12, 2025

Conversation

0xfedcafe
Copy link
Member

@0xfedcafe 0xfedcafe commented Jan 3, 2025

Describe your changes

Added a CLI reader option #1735

Issue ticket number and link if any

#1735

Checklist for finalizing the PR

  • I have performed a self-review of my code
  • I have added tests for new features and bugfixes
  • I have added documentation for new features
  • If it is a modifying the libf3d API, I have updated bindings
  • If it is a modifying the .github/workflows/versions.json, I have updated timestamp

Continuous integration

Please check the checkbox of the CI you want to run, then push again on your branch.

  • Style checks
  • Fast CI
  • Coverage cached CI
  • Analysis cached CI
  • WASM docker CI
  • Android docker CI
  • macOS Intel cached CI
  • macOS ARM cached CI
  • Windows cached CI
  • Linux cached CI
  • Other cached CI

Copy link

github-actions bot commented Jan 3, 2025

You are modifying libf3d public API! ⚠️Please update bindings accordingly⚠️!
You can find them in their respective directories: python, java, webassembly.

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.11%. Comparing base (bff6d8b) to head (546f7ba).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1860      +/-   ##
==========================================
- Coverage   96.13%   96.11%   -0.03%     
==========================================
  Files         130      130              
  Lines       11690    11702      +12     
==========================================
+ Hits        11238    11247       +9     
- Misses        452      455       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mwestphal
Copy link
Member

Do you need any help or review to move forward @0xfedcafe ?

@0xfedcafe
Copy link
Member Author

Do you need any help or review to move forward @0xfedcafe ?

Just that upper question about an optional and I’ll push hopefully the final commit for this task with the test

@mwestphal
Copy link
Member

Hi @0xfedcafe

How is it going ? Do you need any help ?

@mwestphal mwestphal linked an issue Mar 1, 2025 that may be closed by this pull request
@mwestphal
Copy link
Member

Hi @0xfedcafe

Please do not hesitate to reach out if you need any guidance :)

Copy link
Member

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It getting there! I've added what is needed for the CI to run the next time you push,

@0xfedcafe 0xfedcafe force-pushed the cli-reader-options branch from 8b9cde1 to a110778 Compare May 26, 2025 18:03
Update application/F3DOptionsTools.cxx

Co-authored-by: Mathieu Westphal <[email protected]>

Update library/src/scene_impl.cxx

Co-authored-by: Mathieu Westphal <[email protected]>

Apply suggestions from code review

Co-authored-by: Mathieu Westphal <[email protected]>

merge fix

sdk test

sdk test & pr review suggestions

path check fix

fixes
@0xfedcafe 0xfedcafe force-pushed the cli-reader-options branch from a110778 to e25b256 Compare May 26, 2025 18:19
@mwestphal
Copy link
Member

Looks like I forgot this @0xfedcafe , sorry about that. Is this ready to be merged on your side ?

@0xfedcafe
Copy link
Member Author

Looks like I forgot this @0xfedcafe , sorry about that. Is this ready to be merged on your side ?

Hi, yep, I hope I haven’t missed something

Copy link
Member

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small changes

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions could not be made:

  • doc/user/SUPPORTED_FORMATS.md
    • lines 5-40

@0xfedcafe 0xfedcafe force-pushed the cli-reader-options branch from 866fa38 to 0b420b5 Compare June 11, 2025 17:33
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions could not be made:

  • doc/user/SUPPORTED_FORMATS.md
    • lines 5-40

@0xfedcafe 0xfedcafe force-pushed the cli-reader-options branch from 0b420b5 to 7141d9e Compare June 11, 2025 17:39
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions could not be made:

  • doc/user/SUPPORTED_FORMATS.md
    • lines 5-40

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions could not be made:

  • doc/user/SUPPORTED_FORMATS.md
    • lines 5-40

@mwestphal mwestphal merged commit 724f06d into f3d-app:master Jun 12, 2025
75 checks passed
@mwestphal
Copy link
Member

Thanks for your contribution @0xfedcafe !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a CLI option to select reader to use
2 participants