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

implement Project, ProjectFile and ProjectFolder in rust #5483

Closed
wants to merge 4 commits into from

Conversation

rbran
Copy link
Contributor

@rbran rbran commented May 31, 2024

I assumed that BNProjectFileGetCreationTimestamp and other time related fields are seconds since the UNIX_EPOCH.

I also notice that the CPP implementation is missing the functions BNFreeProject, BNFreeProjectFile and BNFreeProjectFolder, although it include the implementation for each of these objs. Maybe it's missing the deconstructor and is leaking memory.

@rbran
Copy link
Contributor Author

rbran commented Jun 5, 2024

NOTE TO SELF: Once merged, remember to rebase and PR rbran/impl-external-l

@negasora negasora added the Component: Rust API Issue needs changes to the Rust API label Jun 24, 2024
@negasora negasora self-assigned this Jul 2, 2024
@negasora
Copy link
Member

negasora commented Jul 2, 2024

Manually rebased and pushed these commits, ty!

@negasora negasora closed this Jul 2, 2024
@rbran rbran deleted the impl-project branch July 3, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Rust API Issue needs changes to the Rust API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants