Fix warnings revealed by v0.14.1 PS release#112
Merged
thomashoneyman merged 6 commits intopurescript-contrib:mainfrom Apr 21, 2021
JordanMartinez:fixWarnings
Merged
Fix warnings revealed by v0.14.1 PS release#112thomashoneyman merged 6 commits intopurescript-contrib:mainfrom JordanMartinez:fixWarnings
thomashoneyman merged 6 commits intopurescript-contrib:mainfrom
JordanMartinez:fixWarnings
Conversation
Contributor
Author
|
I'm not sure how these warnings should be handled. I'm assuming we should export them? |
CHANGELOG.md
Outdated
Comment on lines
14
to
15
| - Fix warnings found by v0.14.1 PS release (#112) | ||
| - Add dependencies whoes modules are used directly in source code (#112) |
Contributor
There was a problem hiding this comment.
Suggested change
| - Fix warnings found by v0.14.1 PS release (#112) | |
| - Add dependencies whoes modules are used directly in source code (#112) | |
| - Removed unused names found by v0.14.1 PureScript release (#112 by @JordanMartinez) | |
| - Installed dependencies directly imported into source code that were previously installed transitively (#112 by @JordanMartinez) |
Contributor
Author
There was a problem hiding this comment.
Fixed in latest commit
Contributor
|
@JordanMartinez I'm surprised those warnings aren't showing up in the CI build; shouldn't they cause it to fail if the compiler is warning on them? Otherwise, we can decide whether we want to export those functions or remove them. |
Contributor
Author
|
@thomashoneyman CI isn't failing because it's still using |
Contributor
Author
|
Latest commit exports those 4 unused/unexported functions. |
thomashoneyman
approved these changes
Apr 21, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change
Self-explanatory
Checklist: