-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Function selection via index broken on v0.2.24 to v0.2.28 #244
Comments
fyi it broke on commit 74d69ad cargo asm -p exchange_reactor --lib exchange_reactor::TradingRuntime::poll 0 |
Looking. FWIW one of the easier ways to find exactly which commit breaks the code is using |
Merged
I pushed rc-0.2.29 branch, with the fix. You can you confirm the bug is gone for you? |
Can confirm branch works as expected. Thanks for the quick fix. |
Released 0.2.29 |
Thank you for the bugreport ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated to v0.2.28 and had an issue selecting a function. So I had this list :
I then went to select poll of TradingRuntime using
I ended up getting the wrong function being exported:
rolled back through v0.2.28, v0.2.27, v0.2.26, v0.2.25, v0.2.24, which all suffer from the same issue, with v0.2.23 working as expected. My library is not open-source. The poll function is a trait that is implemented on multiple types. Maybe because they have the same name they are getting confused?
If you struggle to reproduce, I am happy to try to create a minimum example.
The text was updated successfully, but these errors were encountered: