Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Squelch closure compiler #956

Merged
merged 2 commits into from
Aug 2, 2022
Merged

Squelch closure compiler #956

merged 2 commits into from
Aug 2, 2022

Conversation

madeline-os
Copy link
Collaborator

@madeline-os madeline-os commented Aug 2, 2022

#954 points out a situation where closure-compiler chokes on its own warning messages. The warnings are more noise than signal because they pertain to code generated by GHCJS, so squelching them by default is reasonable, especially if it is hindering users.

I have:

  • Based work on latest develop branch
  • Followed the contribution guide
  • Looked for lint in my changes with hlint . (lint found code you did not write can be left alone)
  • Run the test suite: $(nix-build -A selftest --no-out-link)
  • Updated the changelog
  • (Optional) Run CI tests locally: nix-build release.nix -A build.x86_64-linux --no-out-link (or x86_64-darwin on macOS)

@madeline-os madeline-os changed the base branch from master to develop August 2, 2022 19:30
@madeline-os madeline-os requested review from cgibbard and plt-amy August 2, 2022 19:42
@madeline-os madeline-os merged commit c11f35a into develop Aug 2, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants