-
-
Notifications
You must be signed in to change notification settings - Fork 130
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 4 files changed
- 4 contributors
Commits on Dec 5, 2017
-
do not evaluate PHP constant names
PHP constant identifiers must be strings anyway. Thus, we only need to parse quoted strings, but do not have to evaluate the data types.
Configuration menu - View commit details
-
Copy full SHA for 7c97fe6 - Browse repository at this point
Copy the full SHA 7c97fe6View commit details
Commits on Dec 8, 2017
-
fix some edge cases with indented blocks
Now that comment-like lines are no longer ignored when subparsers are created, we need to ignore them in some functions (e.g. when detecting the indentation depth of the next block).
Configuration menu - View commit details
-
Copy full SHA for 8c26ed8 - Browse repository at this point
Copy the full SHA 8c26ed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b69a6 - Browse repository at this point
Copy the full SHA 08b69a6View commit details -
* 3.3: (21 commits) [appveyor] disable memory limit on composer up Remove some unused variables and properties Remove some unused variables, properties and methods fix some edge cases with indented blocks [ExpressionLanguage] Fix parse error on 5.3 [HttpKernel] remove noisy frame in controller stack traces [DI] Fix circular-aliases message [ExpressionLanguage] throw an SyntaxError instead of letting a undefined index notice Prevent a loop in aliases within the `findDefinition` method Fix php doc in Table class bumped Symfony version to 3.3.15 updated VERSION for 3.3.14 updated CHANGELOG for 3.3.14 bumped Symfony version to 2.8.33 updated VERSION for 2.8.32 updated CHANGELOG for 2.8.32 bumped Symfony version to 2.7.40 updated VERSION for 2.7.39 update CONTRIBUTORS for 2.7.39 updated CHANGELOG for 2.7.39 ...
Configuration menu - View commit details
-
Copy full SHA for be35993 - Browse repository at this point
Copy the full SHA be35993View commit details -
minor #25402 Remove some unused variables and properties (tgalopin)
This PR was merged into the 3.4 branch. Discussion ---------- Remove some unused variables and properties | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT Analyzing symfony/symfony using https://insight.sensiolabs.com, I found several chunks of dead code. This PR removes them in the 3.4 branch. Commits ------- ec92d9b Remove some unused variables and properties
Configuration menu - View commit details
-
Copy full SHA for 5009c3e - Browse repository at this point
Copy the full SHA 5009c3eView commit details -
* 3.4: (37 commits) Remove some unused variables and properties [appveyor] disable memory limit on composer up [HttpFoundation] don't prefix cookies with "Set-Cookie:" Remove some unused variables and properties Fix debug:form definition Remove some unused variables, properties and methods fix some edge cases with indented blocks [ExpressionLanguage] Fix parse error on 5.3 [HttpKernel] remove noisy frame in controller stack traces [DI] Force root-namespace for function calls in the dumper container [DI] Fix circular-aliases message register system cache clearer only if it's used doc : Namespace prefix must end with a "\" [ExpressionLanguage] throw an SyntaxError instead of letting a undefined index notice Prevent a loop in aliases within the `findDefinition` method [HttpKernel] Disable inlining on PHP 5 Ensure that inlined services with parameterized class name can be dumped [DI] Fix non-string class handling in PhpDumper Throw a sensible exception when controller has been removed Remove LOCK_EX That Breaks Cache Usage on NFS ...
Configuration menu - View commit details
-
Copy full SHA for aeb0ee7 - Browse repository at this point
Copy the full SHA aeb0ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73afed1 - Browse repository at this point
Copy the full SHA 73afed1View commit details
Commits on Dec 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 778b433 - Browse repository at this point
Copy the full SHA 778b433View commit details -
* 3.3: Tweaking class not found autowiring error [TwigBridge] Add missing dev requirement for workflow fixed #25440 empty lines don't count for indent detection
Configuration menu - View commit details
-
Copy full SHA for afe0cd3 - Browse repository at this point
Copy the full SHA afe0cd3View commit details
Commits on Dec 12, 2017
-
* 3.4: (22 commits) fix merge [Translation] Fix InvalidArgumentException when using untranslated plural forms from .po files Fixed exit code with non-integer throwable code [HttpFoundation] Support 0 bit netmask in IPv6 () [DI] Impossible to set an environment variable and then an array as container parameter [Process] remove false-positive BC breaking exception on Windows Tweaking class not found autowiring error [LDAP] added missing dots at the end of some exception messages. [TwigBridge] Add missing dev requirement for workflow fixed #25440 empty lines don't count for indent detection Set `width: auto` on WebProfiler toolbar's reset. [Lock] Fix incorrect phpdoc [Process] Dont rely on putenv(), it fails on ZTS PHP [HttpKernel] detect deprecations thrown by container initialization during tests [HttpKernel] Fix logging of post-terminate errors/exceptions [DI] Add context to service-not-found exceptions thrown by service locators [Debug] Fix catching fatal errors in case of nested error handlers [VarDumper] Fixed file links leave blank pages when ide is configured Fix hidden currency element with Bootstrap 3 theme ...
Configuration menu - View commit details
-
Copy full SHA for a5ee52d - Browse repository at this point
Copy the full SHA a5ee52dView commit details
There are no files selected for viewing