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.1
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.2
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 4, 2019

  1. Copy the full SHA
    1b78a23 View commit details

Commits on Dec 7, 2019

  1. Merge branch '3.4' into 4.3

    * 3.4:
      [Cache] fix memory leak when using PhpArrayAdapter
      fix parsing negative octal numbers
      [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass
      [Config] never try loading failed classes twice with ClassExistenceResource
    nicolas-grekas committed Dec 7, 2019
    Copy the full SHA
    2375571 View commit details
  2. Merge branch '4.3' into 4.4

    * 4.3:
      gracefully handle missing event dispatchers
      [Cache] fix memory leak when using PhpArrayAdapter
      fix parsing negative octal numbers
      [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass
      [Config] never try loading failed classes twice with ClassExistenceResource
    nicolas-grekas committed Dec 7, 2019
    Copy the full SHA
    c286a10 View commit details

Commits on Dec 10, 2019

  1. Copy the full SHA
    2d6c344 View commit details
  2. bug #34449 [Yaml] Implement multiline string as scalar block for tagg…

    …ed values (natepage)
    
    This PR was squashed before being merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [Yaml] Implement multiline string as scalar block for tagged values
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Fix #... <!-- prefix each issue number with "Fix #", if any -->
    | License       | MIT
    
    At the moment you can parse a tagged value defined as a scalar block. But you can't actually dump a multiline string as scalar block when using a tagged value.
    
    This PR implements the multiline string as scalar block for tagged values as well.
    
    Commits
    -------
    
    84241d4e62 [Yaml] Implement multiline string as scalar block for tagged values
    nicolas-grekas committed Dec 10, 2019
    Copy the full SHA
    44b1f27 View commit details
  3. Merge branch '3.4' into 4.3

    * 3.4:
      [Yaml] Implement multiline string as scalar block for tagged values
      [HttpFoundation] Use `Cache-Control: must-revalidate` only if explicit lifetime has been given
      [FrameworkBundle] Use UserInterface to @return in getUser method
      [CI] Replace php7.4snapshot with php7.4 in Travis configuration
      [ExpressionLanguage][Node][BinaryNode] Process division by zero
      forward caught exception
      [Validator][ConstraintValidator] Stop passing unnecessary timezone argument to \DateTime
      add tags before processing them
      [MonologBridge] Fix debug processor datetime type
    nicolas-grekas committed Dec 10, 2019
    Copy the full SHA
    13934d9 View commit details
  4. Merge branch '4.3' into 4.4

    * 4.3:
      [Cache] fix memory leak when using PhpFilesAdapter
      [Yaml] Implement multiline string as scalar block for tagged values
      [HttpFoundation] Use `Cache-Control: must-revalidate` only if explicit lifetime has been given
      [FrameworkBundle] Use UserInterface to @return in getUser method
      [CI] Replace php7.4snapshot with php7.4 in Travis configuration
      [ExpressionLanguage][Node][BinaryNode] Process division by zero
      forward caught exception
      [Validator][ConstraintValidator] Stop passing unnecessary timezone argument to \DateTime
      add tags before processing them
      [MonologBridge] Fix debug processor datetime type
    nicolas-grekas committed Dec 10, 2019
    Copy the full SHA
    a08832b View commit details
Loading