-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Known Isuses Blocked on Externally #127
Comments
On the second, I had a branch at one point that added cargo as an optional dependency to avoid shelling out. But it caused massive bloat, so I abandoned it pretty quickly. |
mitsuhiko
added a commit
that referenced
this issue
Jan 25, 2022
We used to detect the snapshot names form the current thread. This has been very unrealiable in a lot of cases. This changes the behavior so that the function name is used instead by using `std::any::type_name`. This does change behavior slightly but most users should not notice this change except if they relied on helper functions. In that case using a macro is a better solution most likely. Refs #127 and #105
mitsuhiko
added a commit
that referenced
this issue
Jan 25, 2022
We used to detect the snapshot names form the current thread. This has been very unrealiable in a lot of cases. This changes the behavior so that the function name is used instead by using `std::any::type_name`. This does change behavior slightly but most users should not notice this change except if they relied on helper functions. In that case using a macro is a better solution most likely. Refs #127 Fixes #105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a meta issue about problems insta is running into, that insta cannot resolve itself without external help:
The text was updated successfully, but these errors were encountered: