Skip to content
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

Proper Release Versioning #183

Open
fidoriel opened this issue Nov 13, 2024 · 1 comment
Open

Proper Release Versioning #183

fidoriel opened this issue Nov 13, 2024 · 1 comment

Comments

@fidoriel
Copy link
Contributor

fidoriel commented Nov 13, 2024

While trying to use local occt, I noticed, that the version on crates (v0.2) is quite old (and does not support it). Also this repository does not contain any releases, making it hard to check which code has been released to which version. It would be great if this repository would contain release tags which match crates.

@bschwind
Copy link
Owner

HI @fidoriel, yep the current release versioning is pretty unclear, sorry about that. There are still some foundational aspects to the code I'm trying to plan out before I support this as a "proper" published crate. Some issues I want to solve before considering these crates generally usable:

I'm also considering using tree-sitter to parse out specific C++ files in order to automate more of the binding creation as right now it's painfully manual. Basically, I want to put in the place the tools to make it easier to extend and maintain the bindings.

Once these things are figured out it will be much easier to maintain this crate and keep it on a regular publishing schedule.

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

No branches or pull requests

2 participants