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

Fix warnings revealed by v0.14.1 PS release; export functions #139

Merged
merged 4 commits into from
Apr 25, 2021

Conversation

JordanMartinez
Copy link
Contributor

Description of the change

Self-explanatory. Backlinking to purescript/purescript#4071


Checklist:

  • Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation
  • Added a test for the contribution (if applicable)

CHANGELOG.md Outdated
@@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
Breaking changes:

New features:
- Export `mapCont` and `withCont` functions (#139 by @JordanMartinez)
Copy link
Contributor

Choose a reason for hiding this comment

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

If these were introduced in a separate PR and originally meant to be exported, we should probably link to the PR that actually introduced them I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like the functions were originally added in #70

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've added the PR to the changelog entry. Does that suffice?

CHANGELOG.md Outdated
@@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
Breaking changes:

New features:
- Export `mapCont` and `withCont` functions originally added in #70 by @parsonmatt (#139 by @JordanMartinez)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- Export `mapCont` and `withCont` functions originally added in #70 by @parsonmatt (#139 by @JordanMartinez)
- Export `mapCont` and `withCont` functions originally added in #70 by @parsonsmatt (#139 by @JordanMartinez)

Copy link
Contributor

@hdgarrood hdgarrood left a comment

Choose a reason for hiding this comment

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

Looks good! (apart from the typo)

@JordanMartinez JordanMartinez merged commit 28e569b into purescript:master Apr 25, 2021
@JordanMartinez JordanMartinez deleted the fixWarnings branch April 25, 2021 19:42
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