Skip to content

Bump phan/phan from 1.3.1 to 1.3.2 #42

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

Merged
merged 1 commit into from
Apr 29, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps phan/phan from 1.3.1 to 1.3.2.

Changelog

Sourced from phan/phan's changelog.

28 Apr 2019, Phan 1.3.2

New features(CLI, Configs):

  • Add --debug/-D flag to generate verbose debug output.
    This is useful when looking into poor performance or unexpected behavior (e.g. infinite loops or crashes).
  • Suggest similarly named plugins if --plugin SomePluginName refers to a built-in plugin that doesn't exist.
  • Add assume_no_external_class_overrides - When enabled, Phan will more aggressively assume class elements aren't overridden.
    • e.g. infer that non-final methods without return statements have type void.
      Disabled by default.

New features(Analysis):

  • Support locally tracking assignments to and conditionals on $this->prop inside of function scopes. (#805, #204)

    This supports only one level of nesting. (i.e. Phan will not track $this->prop->subProp or $this->prop['field'])

    Properties are deliberately tracked for just the variable $this (which can't be reassigned), and not other variables.

  • Fix false positives with dead code detection for internal stubs in autoload_internal_extension_signatures. (#2605)

  • Add a way to escape/unescape array shape keys (newlines, binary data, etc) (#1664)

    e.g. [@​return](https://github.com/return) array{\n\r\t\x01\\:true} in phpdoc would correspond to return ["\n\r\t\x01\\" => true];

Plugins:

  • Add FFIAnalysisPlugin to avoid false positives in uses of PHP 7.4's FFI\CData (#2659)
    (C data of scalar types may be read and assigned as regular PHP data. $x = FFI::new(“int”); $x = 42;)

    Note that this is only implemented for variables right now.

Commits
  • ff4487f Merge pull request #2697 from TysonAndre/release-1.3.2
  • 251ef72 Release Phan 1.3.2
  • 54aa7d6 Merge pull request #2696 from TysonAndre/variable-flags-0
  • 7b57a09 Clone variable from global, always set the flags of a regular Variable to 0
  • 6138ea8 Add a test that NEWS and CLI::PHAN_VERSION are in sync
  • 41f6b21 Merge pull request #2695 from TysonAndre/add-debug-output
  • 1bafa78 Fix unexpected sort order for cli flag suggestion text
  • f043dbd Add --debug CLI option to debug crashes, performance
  • 914c096 Undo override check
  • 00ac881 Check for abstract classes, improve checks if overridden
  • Additional commits viewable in compare view

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 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [phan/phan](https://github.com/phan/phan) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/phan/phan/releases)
- [Changelog](https://github.com/phan/phan/blob/master/NEWS.md)
- [Commits](phan/phan@1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 29, 2019
@mergify mergify bot merged commit f34bbe6 into master Apr 29, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phan/phan-1.3.2 branch April 29, 2019 05:05
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.

1 participant