by shigemk2

当面は技術的なことしか書かない

phpstan 0.12.79

Release 0.12.79 · phpstan/phpstan · GitHub

  • Support for union type as @template type bound (phpstan/phpstan-src@ac7b49e), #3769
  • Support int and string as @template type bound (phpstan/phpstan-src@768bfab)
  • Type-specifying extension for ReflectionClass::isSubclassOf() (phpstan/phpstan-src@d3b5d60), #4577
  • Update BetterReflection to version that uses PHPStan namespace instead of random prefixed one (phpstan/phpstan-src@06ef13e). See rectorphp/rector#5665
  • Update PhpStorm stubs (phpstan/phpstan-src@5aa8a55)
  • Add PhpPropertyReflection::getNativeReflection() (phpstan/phpstan-src@5fad625)

pyenv v1.2.23

github.com

  • python-build: Add CPython v3.7.10 (#1738)
  • python-build: Add CPython v3.6.13 (#1817)
  • python-build: Add PyPy 3.7-c-jit-latest (#1812)
  • python-build: Add PyPy 3.7 (#1718, #1726, #1780)
  • python-build: Add miniconda3 4.9.2 (#1763)
  • python-build: Add miniconda3 4.8.3 (#1763)
  • python-build: Add miniconda3 4.8.2 (#1763)
  • python-build: Add Miniforge3-4.9.2 (#1782)
  • python-build: Fix download links for some PyPy and Stackless versions (#1692)
  • python-build: Add PYENV_DEBUG option (#1806)
  • python-build: Fix get-pip which dropped support for legacy Python (#1793)
  • pyenv-help: Fix sed: RE error: illegal byte sequence (#1714)
  • pyenv-versions: Fix not printing asterisk for current version in Bash 3 (#1815)
  • pyenv-prefix: "system" python - support cases where python3 is in PATH but not python (#1655)
  • pyenv-which: Added fallback to system executable (#1797)
  • pyenv-rehash: Use associative arrays for better performance on bash >= 4 (#1749)
  • pyenv-rehash: Try to sleep in 0.1 sec steps when acquiring lock (#1798)
  • pyenv: Use a better PS4 as recommended by Bash Hackers Wiki (#1810)