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

Update approx to 0.5 with some small fixes #84

Merged
merged 1 commit into from Mar 20, 2022
Merged

Update approx to 0.5 with some small fixes #84

merged 1 commit into from Mar 20, 2022

Conversation

ghost
Copy link

@ghost ghost commented Mar 14, 2022

No description provided.

@yoanlcq
Copy link
Owner

yoanlcq commented Mar 16, 2022

Hi, I'm curious about what made you add #![recursion_limit = "256"].
Apart from that I see no problem with merging this.

@ghost
Copy link
Author

ghost commented Mar 16, 2022

Rust 1.59 if i remember correctly was complaining about not been able to compile a test on my computer. here a copy of the error.

error: recursion limit reached while expanding reduce_fn!
--> src/vec.rs:47:69
|
47 | ($fn:expr, $a:expr, $b:expr, $($v:expr),+) => { reduce_fn!($fn, reduce_fn!($fn, $a, $b), $($v),+) };
| ^^^^^^^^^^^^^^^^^^^^^^^
...
3340 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c}
| ---------------------------------------------------- in this macro invocation
|
= help: consider increasing the recursion limit by adding a #![recursion_limit = "256"] attribute to your crate (vek)
= note: this error originates in the macro reduce_fn (in Nightly builds, run with -Z macro-backtrace for more info)

@yoanlcq yoanlcq merged commit 50a5ca3 into yoanlcq:master Mar 20, 2022
@yoanlcq
Copy link
Owner

yoanlcq commented Mar 20, 2022

Published in 0.15.7

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.

1 participant