-
Notifications
You must be signed in to change notification settings - Fork 311
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
Allow macro ndarray::s! in no_std. #1154
Allow macro ndarray::s! in no_std. #1154
Conversation
Hi @bluss. Do you know when you may have time to look into this PR? It's starting to block us in icu4x. |
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.
I added a couple of comments -- I think some of the changes are unnecessary. AFAIK, the only necessary change is changing ::std
to ::core
in the macro.
Thanks! |
@jturner314 woudl it be possible to get a release with this fix? |
Hey @jturner314! Do you think you could release an update to |
@makotokato, @zbraniecki, @Manishearth, @sffc I've released version 0.15.5, which includes this change. @makotokato Thanks for the PR! |
We cannot use
ndarray::s!
in no_std, but I would like to use it even if no_std.