Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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: emacs-php/phpstan.el
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.2
Choose a base ref
...
head repository: emacs-php/phpstan.el
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.0
Choose a head ref
  • 20 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 7, 2025

  1. Requires Emacs 25 or higher

    zonuexe committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    e90ed7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1bc43 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from emacs-php/feature/copy-dumped-type

    Add `phpstan-copy-dumped-type command`
    zonuexe authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    e224a90 View commit details
    Browse the repository at this point in the history
  4. Handle "No files" message (#43)

    Co-authored-by: USAMI Kenta <[email protected]>
    xendk and zonuexe authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    f289114 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Prevent Flycheck from showing errors due to deleted temp files during…

    … editing
    
    Suppress unnecessary Flycheck errors when PHPStan reports
    "[ERROR] No files found to analyse."
    This happens because temporary files are deleted while editing,
    causing PHPStan to fail to find files.
    
    An around-advice on `flycheck-finish-checker-process` has been added
    to ignore such cases, preventing misleading errors from being shown in
    modified buffers.
    zonuexe committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    3b0a83a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from emacs-php/fix/suppress-flycheck-errors-on…

    …-editing
    
    Prevent Flycheck from showing errors due to deleted temp files during editing
    zonuexe authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    540c379 View commit details
    Browse the repository at this point in the history
  3. Fix position

    zonuexe committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    a91ef35 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    715fef5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Support PHPStan editor-mode

    zonuexe committed May 21, 2025
    Configuration menu
    Copy the full SHA
    3b59a5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from emacs-php/support/phpstan-editor-mode

    Support PHPStan editor-mode
    zonuexe authored May 21, 2025
    Configuration menu
    Copy the full SHA
    af600b9 View commit details
    Browse the repository at this point in the history
  3. Fix README

    zonuexe committed May 21, 2025
    Configuration menu
    Copy the full SHA
    2f278be View commit details
    Browse the repository at this point in the history
  4. Fix README

    zonuexe committed May 21, 2025
    Configuration menu
    Copy the full SHA
    b20fb81 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Editor mode GA

    zonuexe committed May 22, 2025
    Configuration menu
    Copy the full SHA
    6d0581c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    491b0a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from emacs-php/fix/phpstan-editor-mode

    Do not use Editor Mode if the buffer is not being edited
    zonuexe authored May 22, 2025
    Configuration menu
    Copy the full SHA
    cf5e7ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a35f991 View commit details
    Browse the repository at this point in the history
  5. Add require flymake-proc

    zonuexe committed May 22, 2025
    Configuration menu
    Copy the full SHA
    3f8783c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #59 from emacs-php/fix/custom-variable-local

    Explicitly set the custom variable to :local t
    zonuexe authored May 22, 2025
    Configuration menu
    Copy the full SHA
    a4b3f55 View commit details
    Browse the repository at this point in the history
  7. Bump version 0.9.0

    zonuexe committed May 22, 2025
    Configuration menu
    Copy the full SHA
    8da92fb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #60 from emacs-php/release/0.9.0

    Bump version 0.9.0
    zonuexe authored May 22, 2025
    Configuration menu
    Copy the full SHA
    206573c View commit details
    Browse the repository at this point in the history
Loading