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: symfony/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.11
Choose a base ref
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.12
Choose a head ref
  • 11 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 23, 2020

  1. Copy the full SHA
    e7fa059 View commit details

Commits on Aug 9, 2020

  1. Copy the full SHA
    36a366d View commit details

Commits on Aug 10, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      Add Tagalog translations for validator messages 94, 95, 96 and 99
      PHPUnit's assertContains() performs strict comparisons now.
      [ClassLoader][Routing] Fix namespace parsing on php 8.
      Fix deprecated libxml_disable_entity_loader
      Made reference to PHPUnit\Util\XML::loadfile php5-compatible.
      [Validator] Add missing translations for german and vietnamese
      Modernized deprecated PHPUnit assertion calls
      [Console] The message of "class not found" errors has changed in php 8.
      The PHPUnit\Util\XML class has been removed in PHPUnit 9.3.
      [Console] Make sure we pass a numeric array of arguments to call_user_func_array().
      [Serializer] Fix that it will never reach DOMNode
      [Validator] sync translations
      [VarDumper] Improve previous fix on light array coloration
      [Cache] Fix #37667
    fabpot committed Aug 10, 2020
    Copy the full SHA
    f5f122c View commit details

Commits on Aug 11, 2020

  1. Copy the full SHA
    12473fe View commit details
  2. bug #37744 [Yaml] Fix for #36624; Allow PHP constant as first key in …

    …block (jnye)
    
    This PR was squashed before being merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [Yaml] Fix for #36624; Allow PHP constant as first key in block
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #36624
    | License       | MIT
    | Doc PR        |
    
    When using a PHP constant in the first key of a mapping the parser would throw an exception. However if you used a PHP constant in any other key but the first it was allowed. This fix allows PHP constant as the first key.
    
    I've included a test for this parser error along with the fix.
    
    Commits
    -------
    
    46f635c492 [Yaml] Fix for #36624; Allow PHP constant as first key in block
    fabpot committed Aug 11, 2020
    Copy the full SHA
    079faef View commit details

Commits on Aug 13, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      [Yaml] Fix for #36624; Allow PHP constant as first key in block
      Use PHPUnit 9.3 on php 8.
      fix mapping errors from unmapped forms
      [Validator] Add target guards for Composite nested constraints
    fabpot committed Aug 13, 2020
    Copy the full SHA
    c3a7761 View commit details

Commits on Aug 17, 2020

  1. Copy the full SHA
    e06e21e View commit details

Commits on Aug 23, 2020

  1. 2

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    968ffcf View commit details
  2. Merge branch '3.4' into 4.4

    * 3.4:
      account for is_numeric() behavior changes in PHP 8
      fix expected exception messages on PHP 8
    fabpot committed Aug 23, 2020
    Copy the full SHA
    2061f4a View commit details

Commits on Aug 26, 2020

  1. Copy the full SHA
    4152e36 View commit details
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Backport: Improve link script with rollback when using symlink
      fix more numeric cases changing in PHP 8
    fabpot committed Aug 26, 2020
    Copy the full SHA
    e2a6952 View commit details
Loading