KEMBAR78
Comparing v4.158.3...v4.161.0 · hhvm/hhast · GitHub
Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hhvm/hhast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.158.3
Choose a base ref
...
head repository: hhvm/hhast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.161.0
Choose a head ref
  • 13 commits
  • 63 files changed
  • 5 contributors

Commits on May 16, 2022

  1. Make "builtinLinters": "all" mean all linters, but... (#450)

    * Add UnreachableCodeLinter to `'default'` and `'all' `
    
    * Fix lint errors caught by UnreachableCodeLinter
    
    * Add PreferLambdasLinter and NoEmptyStatementsLinter to `all`
    In hhast `'all'` doesn't really mean `all`. Let's fix that.
    FinalOrAbstractClass and DataProviderTypesLinter are missing.
    I will add FinalOrAbstractClass in the next commit.
    
    * Add FinalOrAbstractClassLinter to `'all'`
    
    * Update codegen
    
    * Update codegen (again)
    
    * $v could not be inferred on hhvm-nightly
    lexidor authored May 16, 2022
    Configuration menu
    Copy the full SHA
    ffd2e6e View commit details
    Browse the repository at this point in the history
  2. Migrate away from d and v array (#457)

    * Migrate [dv]array types
    
    * Migrate [dv]array literals
    
    * Add a flag to apply both hack array migrations
    
    * Type of $v could not be inferred on nightly
    
    Co-authored-by: Yang, Bo <pop.atry@gmail.com>
    lexidor and Atry authored May 16, 2022
    Configuration menu
    Copy the full SHA
    918f590 View commit details
    Browse the repository at this point in the history
  3. Add UnusedPipeVariableLinter

    ryangreenberg authored and Atry committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b611f93 View commit details
    Browse the repository at this point in the history
  4. Show error for entire expression

    ryangreenberg authored and Atry committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c2dd9ef View commit details
    Browse the repository at this point in the history
  5. Apply hackfmt

    ryangreenberg authored and Atry committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b228513 View commit details
    Browse the repository at this point in the history
  6. Fix lint errors

    ryangreenberg authored and Atry committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d07ecd3 View commit details
    Browse the repository at this point in the history
  7. Update UnusedPipeVariableLinter.hack

    ryangreenberg authored and Atry committed May 16, 2022
    Configuration menu
    Copy the full SHA
    202b982 View commit details
    Browse the repository at this point in the history
  8. Support ext watchman (#447)

    * Drop hsl, hsl-io, hsl-experimental
    
    * Support ext_watchman
    Requires stashing INFERRED_RELATIONSHIPS.
    This constant can not be loaded in the same request it is codegenned.
    lexidor authored May 16, 2022
    Configuration menu
    Copy the full SHA
    32c9cf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    609c847 View commit details
    Browse the repository at this point in the history
  2. Update schema

    Atry committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    58d580c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc352bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5271217 View commit details
    Browse the repository at this point in the history
  5. Update schema

    Atry committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f8b0511 View commit details
    Browse the repository at this point in the history
Loading