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

Write more testcases for the fnc_tree parser #105

Open
ZuseZ4 opened this issue Apr 3, 2024 · 1 comment
Open

Write more testcases for the fnc_tree parser #105

ZuseZ4 opened this issue Apr 3, 2024 · 1 comment
Assignees

Comments

@ZuseZ4
Copy link
Member

ZuseZ4 commented Apr 3, 2024

Those get handled incorrectly rn:

#[no_mangle]
fn mygn(a: (f64, f64, f64)) { unimplemented!() }

#[no_mangle]
fn myFn(a: [f64; 1]) { unimplemented!() }

#[no_mangle]
fn myDn(a: [f64; 2]) { unimplemented!() }

#[no_mangle]
fn myBn(a: (f64, i32)) { unimplemented!() }
@ZuseZ4 ZuseZ4 self-assigned this Apr 3, 2024
@ZuseZ4
Copy link
Member Author

ZuseZ4 commented Apr 3, 2024

Also it would be lovely to just fuzz-test this parser, it should be easy enough to get it somewhat standalone (and it's probably the most correctness critical piece of Rust-Enzyme).

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

1 participant