Skip to content

Remove primes from foreign modules exports - #36

Merged
hdgarrood merged 1 commit into
purescript-node:masterfrom
kl0tl:no-foreign-primes
Apr 5, 2020
Merged

Remove primes from foreign modules exports#36
hdgarrood merged 1 commit into
purescript-node:masterfrom
kl0tl:no-foreign-primes

Conversation

@kl0tl

Copy link
Copy Markdown
Contributor

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


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

Copy link
Copy Markdown
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
Copy Markdown
ContributorAuthor

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
kl0tlforce-pushed the no-foreign-primes branch from 6ec4ce1 to 062ed3eCompareMarch 17, 2020 06:37
@kl0tl
kl0tlforce-pushed the no-foreign-primes branch from 062ed3e to ef22faeCompareMarch 17, 2020 06:38
@hdgarrood
hdgarrood merged commit 3600162 into purescript-node:masterApr 5, 2020
@hdgarrood

Copy link
Copy Markdown
Member

Thanks!

Sign up for freeto 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

@kl0tl@hdgarrood