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

Bump purescript from 0.13.8 to 0.14.1 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 22, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps purescript from 0.13.8 to 0.14.1.

Release notes

Sourced from purescript's releases.

v0.14.1

New features

  • Support TCO for functions with tail-recursive inner functions (#3958, @​rhendric)

    Adds support for optimizing functions that contain local functions which call the outer function in tail position, as long as those functions themselves are only called from tail position, either in the outer function or in other such functions.

    This enables hand-written mutually-tail-recursive function groups to be optimized, but more critically, it also means that case guards which desugar to use local functions don't break TCO.

  • Add warnings for unused names and values (#3819, @​nwolverson)

    The compiler now emits warnings when it encounters unused names in binders and unused value declarations. A declaration is considered to be unused if it is not exported and is also not reachable by any of the exported declarations. The compiler will not currently produce unused warnings about other kinds of declarations such as data and type class declarations, but we intend to produce warnings for these in the future as well.

Bug fixes

  • Make close punctuation printable in errors (#3982, @​rhendric)

  • Desugar type operators in top-level kind signatures (#4027, @​natefaubion)

  • Use type annotation hint only when needed (#4025, @​rhendric)

  • Fix pretty printing of "hiding" imports (#4058, @​natefaubion)

  • Instantiate polymorphic kinds when unwrapping newtypes while solving Coercible constraints (#4040, @​kl0tl)

  • Fix row unification with shared unknown in tails (#4048, @​rhendric)

  • Fix kinded declaration reordering in desugaring (#4047, @​rhendric)

  • Fix wildly off kind unification positions (#4050, @​natefaubion)

  • Fix incorrect incremental builds with different --codegen options (#3911, #3914, @​hdgarrood)

    This bug meant that after invoking the compiler with different --codegen options, it was easy to end up with (for example) an outdated docs.json or corefn.json file in your output directory which would be incorrectly considered up-to-date by the compiler.

Other improvements

  • Add white outline stroke to logo in README (#4003, @​ptrfrncsmrph)

    The previous logo.png was not legible against a dark background (#4001).

... (truncated)

Changelog

Sourced from purescript's changelog.

v0.14.1

New features:

  • Support TCO for functions with tail-recursive inner functions (#3958, @​rhendric)

    Adds support for optimizing functions that contain local functions which call the outer function in tail position, as long as those functions themselves are only called from tail position, either in the outer function or in other such functions.

    This enables hand-written mutually-tail-recursive function groups to be optimized, but more critically, it also means that case guards which desugar to use local functions don't break TCO.

  • Add warnings for unused names and values (#3819, @​nwolverson)

    The compiler now emits warnings when it encounters unused names in binders and unused value declarations. A declaration is considered to be unused if it is not exported and is also not reachable by any of the exported declarations. The compiler will not currently produce unused warnings about other kinds of declarations such as data and type class declarations, but we intend to produce warnings for these in the future as well.

Bugfixes:

  • Make close punctuation printable in errors (#3982, @​rhendric)

  • Desugar type operators in top-level kind signatures (#4027, @​natefaubion)

  • Use type annotation hint only when needed (#4025, @​rhendric)

  • Fix pretty printing of "hiding" imports (#4058, @​natefaubion)

  • Instantiate polymorphic kinds when unwrapping newtypes while solving Coercible constraints (#4040, @​kl0tl)

  • Fix row unification with shared unknown in tails (#4048, @​rhendric)

  • Fix kinded declaration reordering in desugaring (#4047, @​rhendric)

  • Fix wildly off kind unification positions (#4050, @​natefaubion)

  • Fix incorrect incremental builds with different --codegen options (#3911, #3914, @​hdgarrood)

    This bug meant that after invoking the compiler with different --codegen options, it was easy to end up with (for example) an outdated docs.json or corefn.json file in your output directory which would be incorrectly considered up-to-date by the compiler.

Other improvements:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 22, 2021
@dependabot-preview dependabot-preview bot requested a review from bbarker April 22, 2021 15:36
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/purescript-0.14.1 branch 2 times, most recently from d10855b to 92d8c4f Compare April 29, 2021 12:23
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/purescript-0.14.1 branch from 92d8c4f to e2c3236 Compare May 6, 2021 12:21
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/purescript-0.14.1 branch from e2c3236 to bfe6c2f Compare May 10, 2021 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants