We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MISSING
I don't think this is a strict vs permissive mode thing at all: I think this should probably be an error regardless of typing mode.
Repro case, paste this in side of a #[cfg(test)] in partiql-logical-planner/src/lib.rs:
#[cfg(test)]
partiql-logical-planner/src/lib.rs
#[test] pub fn test_foo() { let out = evaluate_query("undefined_global_variable"); println!("{:?}", &out); }
The text was updated successfully, but these errors were encountered:
jpschorr
No branches or pull requests
I don't think this is a strict vs permissive mode thing at all: I think this should probably be an error regardless of typing mode.
Repro case, paste this in side of a
#[cfg(test)]
inpartiql-logical-planner/src/lib.rs
:The text was updated successfully, but these errors were encountered: