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

4) rust -os flag #1076

Merged
merged 1 commit into from
Nov 30, 2024
Merged

4) rust -os flag #1076

merged 1 commit into from
Nov 30, 2024

Conversation

crop2000
Copy link
Contributor

No description provided.

@crop2000
Copy link
Contributor Author

based on top of #1077 #1080 #1072

@crop2000 crop2000 changed the title rust -os flag 4) rust -os flag Nov 14, 2024
@crop2000 crop2000 marked this pull request as ready for review November 14, 2024 13:25
@crop2000 crop2000 force-pushed the rust_os branch 4 times, most recently from 36d3e64 to 38aecba Compare November 29, 2024 16:57
@crop2000
Copy link
Contributor Author

@sletz finally this passes the tests too, so it is ready.

{
tab(n, *fOut);
tab(n, *fOut);
*fOut << "pub fn compute_frame(&mut self, inputs: &[&FaustFloat], ";
Copy link
Member

Choose a reason for hiding this comment

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

Can you use frame instead of compute_frame to be similar to what C and C++ already generate ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i prefer compute_frame because it makes clearer that it is a variant of compute.

@crop2000 crop2000 force-pushed the rust_os branch 5 times, most recently from 9dbbf09 to b4bdcfa Compare November 29, 2024 20:12
@crop2000
Copy link
Contributor Author

@sletz i changed this pr and also tested cpp with -os in ci

@sletz sletz merged commit 865e411 into grame-cncm:master-dev Nov 30, 2024
3 checks passed
@sletz
Copy link
Member

sletz commented Nov 30, 2024

Thanks, merged, with the "public" function renaming and different fix in the tests (make c/make cpp were broken).

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.

2 participants