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.8
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.9
Choose a head ref
  • 8 commits
  • 6 files changed
  • 5 contributors

Commits on May 4, 2020

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

    * 3.4:
      [Filesystem] Handle paths on different drives
      [WebProfiler] Do not add src-elem CSP directives if they do not exist
      [Yaml] fix parse error when unindented collections contain a comment
      [3.4][Inflector] Improve testSingularize() argument name
      [PhpUnitBridge] fix PHP 5.3 compat again
      Skip validation when email is an empty object
      fix sr_Latn translation
      [Validator] fix lazy property usage.
      Fix annotation
      [PhpUnitBridge] fix compat with PHP 5.3
      [DX] Show the ParseException message in YAML file loaders
    nicolas-grekas committed May 4, 2020
    Copy the full SHA
    1113c68 View commit details
  3. Copy the full SHA
    86849af View commit details

Commits on May 5, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      [PhpUnitBridge] fix PHP 5.3 compat
      [PhpUnitBridge] Mark parent class also covered in CoverageListener
      prevent notice for invalid octal numbers on PHP 7.4
    nicolas-grekas committed May 5, 2020
    Copy the full SHA
    fb3e343 View commit details

Commits on May 7, 2020

  1. Copy the full SHA
    f45861c View commit details

Commits on May 11, 2020

  1. bug #36743 [Yaml] Fix escaped quotes in quoted multi-line string (oss…

    …inkine)
    
    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [Yaml] Fix escaped quotes in quoted multi-line string
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | License       | MIT
    
    This PR continues symfony/symfony#19304
    
    This PR fixes incorrect parsing quoted multi-line string which contain escaped quotes, see tests
    
    Commits
    -------
    
    2e99caacaf [Yaml] Fix escaped quotes in quoted multi-line string
    fabpot committed May 11, 2020
    Copy the full SHA
    7233ac2 View commit details

Commits on May 16, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      [VarDumper] fix for change in PHP 7.4.6
      Added regression test for AccountStatusException behavior (ref #36822)
      embed resource name in error message
      [Serializer] fix issue with PHP 8
      [Yaml] Fix escaped quotes in quoted multi-line string
    nicolas-grekas committed May 16, 2020
    Copy the full SHA
    38af7cc View commit details

Commits on May 20, 2020

  1. Copy the full SHA
    c2d2cc6 View commit details
Loading