Skip to content

Conversation

sethaxen
Copy link
Member

Fixes #117 as well as an issue with to_vec(::Tuple) being type-unstable.

Copy link
Member

@willtebbutt willtebbutt left a 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.

@sethaxen sethaxen closed this Nov 23, 2020
@sethaxen sethaxen reopened this Nov 23, 2020
@sethaxen
Copy link
Member Author

Thanks, I made a few additions to do the same thing for the backwards pass. In general from_vec is type-stable except in some cases for nested primals. That could be fixed in a future PR.

What is up with CI not running?

@sethaxen
Copy link
Member Author

ooooh

Builds have been temporarily disabled for public repositories due to a negative credit balance. Please go to the Plan page to replenish your credit balance or alter your Consume paid credits for OSS setting.

Looks like it's time for GitHub Actions. I'll open a PR.

Copy link
Member

@willtebbutt willtebbutt left a 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.

@oxinabox
Copy link
Member

oxinabox commented Dec 1, 2020

rebase for new CI?

@sethaxen
Copy link
Member Author

sethaxen commented Dec 1, 2020

CI is still pending review: #119

@sethaxen sethaxen closed this Dec 2, 2020
@sethaxen sethaxen reopened this Dec 2, 2020
@sethaxen
Copy link
Member Author

sethaxen commented Dec 2, 2020

Unless someone objects, I'll merge this tomorrow.

@sethaxen sethaxen merged commit 461fb8a into master Dec 2, 2020
@willtebbutt willtebbutt deleted the typestabletovec branch December 2, 2020 17:18
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.

to_vec for non-real vectors is type-unstable

3 participants