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

Replace from.std with bare import statements #5

Merged
merged 1 commit into from
Nov 21, 2019

Conversation

skoppe
Copy link
Contributor

@skoppe skoppe commented Nov 19, 2019

from.std pulls in the complete standard library. This is an issue
for projects targeting webassembly because the standard library is
not compatible with it.

After merging this could you be so kind to make a (beta) release in the next few days, as well as to bump the optional package? Much appreciated.

`from.std` pulls in the complete standard library. This is an issue
for projects targeting webassembly because the standard library is
not compatible with it.
Copy link
Owner

@aliak00 aliak00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds reasonable given the circumstances! Thanks!

@aliak00 aliak00 merged commit 9da0d76 into aliak00:master Nov 21, 2019
@aliak00
Copy link
Owner

aliak00 commented Nov 21, 2019

PS: Released as a minor version, so everything should work (without bumping optional) if you add bolts 1.3.1 as a hard dependency

@skoppe
Copy link
Contributor Author

skoppe commented Nov 21, 2019

Perfect! Will try tonight.

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.

None yet

2 participants