Trying to work with the symfony components deeper, I see we have 2.3.0 of the Yaml parser, though there are several fixes in the 2.3.4 current release. The top level of composer.json indicates 2.3.*

Let's update all to 2.3.4 or the latest.

CommentFileSizeAuthor
#3 2088651-3.patch274.68 KBpwolanin
#2 2088651-lock.txt18.02 KBpwolanin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

EclipseGc’s picture

yes please!

Eclipse

pwolanin’s picture

FileSize
18.02 KB

updating the following:

composer.phar update symfony/class-loader symfony/dependency-injection symfony/event-dispatcher symfony/http-foundation symfony/http-kernel symfony/routing symfony/serializer symfony/validator symfony/yaml

The result:

Updating dependencies (including require-dev)
  - Removing symfony/class-loader (v2.3.1)
  - Installing symfony/class-loader (v2.3.4)
    Loading from cache

  - Removing symfony/dependency-injection (v2.3.1)
  - Installing symfony/dependency-injection (v2.3.4)
    Loading from cache

  - Removing symfony/debug (v2.3.1)
  - Installing symfony/debug (v2.3.4)
    Loading from cache

  - Removing symfony/http-foundation (v2.3.1)
  - Installing symfony/http-foundation (v2.3.4)
    Loading from cache

  - Removing symfony/event-dispatcher (v2.3.0)
  - Installing symfony/event-dispatcher (v2.3.4)
    Loading from cache

  - Removing symfony/http-kernel (v2.3.0)
  - Installing symfony/http-kernel (v2.3.4)
    Loading from cache

  - Removing symfony/routing (v2.3.0)
  - Installing symfony/routing (v2.3.4)
    Loading from cache

  - Removing symfony/serializer (v2.3.1)
  - Installing symfony/serializer (v2.3.4)
    Loading from cache

  - Removing symfony/translation (v2.3.0)
  - Installing symfony/translation (v2.3.4)
    Loading from cache

  - Removing symfony/validator (v2.3.1)
  - Installing symfony/validator (v2.3.4)
    Loading from cache

  - Removing symfony/yaml (v2.3.1)
  - Installing symfony/yaml (v2.3.4)
    Loading from cache

  - Removing symfony/process (v2.3.1)
  - Installing symfony/process (v2.3.4)

The attached just shows the change in the composer.lock file

pwolanin’s picture

FileSize
274.68 KB

Here's a full patch. This is the list of changed files:

composer.lock
core/vendor/autoload.php
core/vendor/composer/autoload_classmap.php
core/vendor/composer/autoload_files.php
core/vendor/composer/autoload_namespaces.php
core/vendor/composer/autoload_real.php
core/vendor/composer/include_paths.php
core/vendor/composer/installed.json
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/.gitignore
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php
core/vendor/symfony/debug/Symfony/Component/Debug/ErrorHandler.php
core/vendor/symfony/debug/Symfony/Component/Debug/Exception/ContextErrorException.php
core/vendor/symfony/debug/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/.gitignore
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php
core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/.gitignore
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/.gitignore
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/.gitignore
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/EsiListener.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/composer.json
core/vendor/symfony/process/Symfony/Component/Process/.gitignore
core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php
core/vendor/symfony/process/Symfony/Component/Process/Process.php
core/vendor/symfony/process/Symfony/Component/Process/ProcessUtils.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessUtilsTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/SignalListener.php
core/vendor/symfony/routing/Symfony/Component/Routing/.gitignore
core/vendor/symfony/routing/Symfony/Component/Routing/Exception/RouteNotFoundException.php
core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php
core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php
core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php
core/vendor/symfony/routing/Symfony/Component/Routing/Route.php
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/.gitignore
core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php
core/vendor/symfony/validator/Symfony/Component/Validator/.gitignore
core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorFactory.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IbanValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Validator.php
core/vendor/symfony/yaml/Symfony/Component/Yaml/.gitignore
core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php
core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/sfComments.yml
core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php
pwolanin’s picture

Status: Active » Needs review
Issue tags: +symfony
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

All tests are running, great!

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.