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

Re-export column_major matrix module from self #50

Merged
merged 2 commits into from
Apr 18, 2020

Conversation

Veykril
Copy link
Contributor

@Veykril Veykril commented Apr 18, 2020

Turns out that vek::mat::repr_simd::Mat3 becomes repr_c instead due to an incorrect re-export definition.

@yoanlcq
Copy link
Owner

yoanlcq commented Apr 18, 2020

Oh wow, this must have been be an unwanted side-effect of cargo fix. Thanks for noticing and reporting this!

I suspect other modules might be affected, I'll take a look. Feel free to add yourself to the list of contributors in the meantime.

@yoanlcq
Copy link
Owner

yoanlcq commented Apr 18, 2020

OK, it appears this is the only place this issue occurs... Willing to merge when you're ready. :)

@Veykril
Copy link
Contributor Author

Veykril commented Apr 18, 2020

Ye this should be the only occurence. Only encountered this by chance due to a type error when multiplying a matrix and a vector. 😄

@yoanlcq
Copy link
Owner

yoanlcq commented Apr 18, 2020

Alright, let's merge; I'll publish the fix right away after bumping the version. Thanks again.

@yoanlcq yoanlcq merged commit 123104b into yoanlcq:master Apr 18, 2020
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.

2 participants