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 PureScript v0.14.1 #49

Merged
merged 3 commits into from
May 6, 2021

Conversation

purefunctor
Copy link
Contributor

@purefunctor purefunctor commented Apr 21, 2021

Description of the change
Links to purescript-contrib/governance#37


Checklist:

  • Added the change to the changelog's "Unreleased" section with a link to this PR and your username
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation in the README and/or documentation directory
  • Added a test for the contribution (if applicable)

@@ -26,6 +26,7 @@ module Data.Machine.Mealy
, fromArray
, msplit
, interleave
, once
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Quick question, where in the changelog should this change fall under?

Copy link
Contributor

Choose a reason for hiding this comment

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

Good question. In one way, it's fixing a bug. In another, it's a new feature because it wasn't previously usable. I think it should at least go in New Features.

Copy link
Contributor

Choose a reason for hiding this comment

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

You can add two changes — a bug fix for removing the warnings and a new feature for exporting a previously hidden function, both linking to this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good, will do that

@thomashoneyman thomashoneyman merged commit b4bb045 into purescript-contrib:main May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants