-
Notifications
You must be signed in to change notification settings - Fork 27
Add tests and fixes for to_vec type-stability #118
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- very nice. Thanks for sorting this out.
Thanks, I made a few additions to do the same thing for the backwards pass. In general What is up with CI not running? |
ooooh
Looks like it's time for GitHub Actions. I'll open a PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one. Approved subject to CI passing once #119 has been merged.
rebase for new CI? |
CI is still pending review: #119 |
Not implemented for Julia 1.0
Unless someone objects, I'll merge this tomorrow. |
Fixes #117 as well as an issue with
to_vec(::Tuple)
being type-unstable.