Skip to content

Remove primes from foreign modules exports #36

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

Merged
merged 1 commit into from
Apr 5, 2020

Conversation

kl0tl
Copy link
Contributor

@kl0tl kl0tl commented Mar 13, 2020

Primes in foreign modules exports will be deprecated in v0.14.0. See purescript/purescript#3792.

@@ -100,7 +100,10 @@ foreign import concat :: Array ImmutableBuffer -> ImmutableBuffer

-- | Concatenates a list of buffers, combining them into a new buffer of the
-- | specified length.
foreign import concat' :: Array ImmutableBuffer -> Int -> ImmutableBuffer
Copy link
Member

Choose a reason for hiding this comment

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

Can you move the doc-comment to the version of this we are going to export please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well spotted! I just did that.

@kl0tl kl0tl force-pushed the no-foreign-primes branch from 6ec4ce1 to 062ed3e Compare March 17, 2020 06:37
@kl0tl kl0tl force-pushed the no-foreign-primes branch from 062ed3e to ef22fae Compare March 17, 2020 06:38
@hdgarrood hdgarrood merged commit 3600162 into purescript-node:master Apr 5, 2020
@hdgarrood
Copy link
Member

Thanks!

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