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

Commits on Dec 1, 2017

  1. do not eagerly filter comment lines

    Trying to be clever by filtering commented lines inside
    `getNextEmbedBlock()` does not work as expected. The `#` may as well be
    part of a multi-line quoted string where it must not be treated as the
    beginning of a comment. Thus, we only must ensure that a comment-like
    line does not skip the process of getting the next line of the embed
    block.
    xabbuh committed Dec 1, 2017
    Copy the full SHA
    d31d4c9 View commit details

Commits on Dec 4, 2017

  1. Merge branch '3.3' into 3.4

    * 3.3:
      Fail as early and noisily as possible
      [FrameworkBundle] Fix visibility of a test helper
      [link] clear the cache after linking
      [link] Prevent warnings when running link with 2.7
      [Validator] ExpressionValidator should use OBJECT_TO_STRING to allow value in message
      do not eagerly filter comment lines
      [WebProfilerBundle], [TwigBundle] Fix Profiler breaking XHTML pages (Content-Type: application/xhtml+xml)
    nicolas-grekas committed Dec 4, 2017
    Copy the full SHA
    4b67140 View commit details
  2. Merge branch '3.4' into 4.0

    * 3.4:
      SCA with Php Inspections (EA Extended)
      Add test case for #25264
      Fixed the null value exception case.
      Remove rc/beta suffix from composer.json files
      Throw an exception is expression language is not installed
      Fail as early and noisily as possible
      [Console][DI] Fail gracefully
      [FrameworkBundle] Fix visibility of a test helper
      [link] clear the cache after linking
      [DI] Trigger deprecation when setting a to-be-private synthetic service
      [link] Prevent warnings when running link with 2.7
      [Validator] ExpressionValidator should use OBJECT_TO_STRING to allow value in message
      do not eagerly filter comment lines
      [WebProfilerBundle], [TwigBundle] Fix Profiler breaking XHTML pages (Content-Type: application/xhtml+xml)
    nicolas-grekas committed Dec 4, 2017
    Copy the full SHA
    4e53ae9 View commit details
  3. Copy the full SHA
    3635376 View commit details
  4. Merge branch '3.3' into 3.4

    * 3.3:
      [DI] Fix deep-inlining of non-shared refs
      parse newlines in quoted multiline strings
      Fix collision between view properties and form fields
    fabpot committed Dec 4, 2017
    Copy the full SHA
    f6a99b9 View commit details
  5. Merge branch '3.4' into 4.0

    * 3.4:
      [DI] Fix missing unset leading to false-positive circular ref
      [DI] Fix deep-inlining of non-shared refs
      parse newlines in quoted multiline strings
      Fix collision between view properties and form fields
      Fix collision between view properties and form fields
      [SecurityBundle] Fix compat with HttpFoundation >=3.4
      Fix collision between view properties and form fields
    nicolas-grekas committed Dec 4, 2017
    Copy the full SHA
    873417c View commit details
Loading