-
-
Notifications
You must be signed in to change notification settings - Fork 194
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/flex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.20.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/flex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 3 contributors
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55d088e - Browse repository at this point
Copy the full SHA 55d088eView commit details
Commits on Aug 2, 2023
-
bug #987 Fixing problem where rootDir is ".", which strips all dots f…
…rom the filename (weaverryan) This PR was merged into the 1.x branch. Discussion ---------- Fixing problem where rootDir is ".", which strips all dots from the filename Fixes symfony/recipes#1120 In a normal siutation, `$rootDir` is `.`. The intention of this code is to strip the "rootDir" from the START of the `$file` path, so that we are left with only the relative path. The `.` + `str_replace()` was too greedy, and was causing things like `docker-composeryaml`. The test uses an absolute root dir, and replicating the `.` would be tricky. But I tested this locally and the fix works. Cheers! Commits ------- 55d088e Fixinb problem where rootDir is ".", which strips all dots from the filename
Configuration menu - View commit details
-
Copy full SHA for 039bb47 - Browse repository at this point
Copy the full SHA 039bb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a3e56 - Browse repository at this point
Copy the full SHA 94a3e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 436bad9 - Browse repository at this point
Copy the full SHA 436bad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6592349 - Browse repository at this point
Copy the full SHA 6592349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8967a - Browse repository at this point
Copy the full SHA 7e8967aView commit details -
Configuration menu - View commit details
-
Copy full SHA for afd6260 - Browse repository at this point
Copy the full SHA afd6260View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67ddf63 - Browse repository at this point
Copy the full SHA 67ddf63View commit details -
minor #981 fix: deprecations triggered by debug class loader (shyim)
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead. Discussion ---------- fix: deprecations triggered by debug class loader Fixes following errors: ``` 21:05:05 INFO [php] User Deprecated: Method "Composer\Plugin\PluginInterface::activate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\Flex" now to avoid errors or add an explicit `@return` annotation to suppress this message. 21:05:05 INFO [php] User Deprecated: Method "Composer\Plugin\PluginInterface::deactivate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\Flex" now to avoid errors or add an explicit `@return` annotation to suppress this message. 21:05:05 INFO [php] User Deprecated: Method "Composer\Plugin\PluginInterface::uninstall()" might add "void" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\Flex" now to avoid errors or add an explicit `@return` annotation to suppress this message. 21:05:05 INFO [php] User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\Response" now to avoid errors or add an explicit `@return` annotation to suppress this message. 21:05:05 INFO [php] User Deprecated: Method "Composer\DependencyResolver\Operation\OperationInterface::getOperationType()" might add "string" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\InformationOperation" now to avoid errors or add an explicit `@return` annotation to suppress this message. 21:05:05 INFO [php] User Deprecated: Method "Composer\DependencyResolver\Operation\OperationInterface::show()" might add "string" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\InformationOperation" now to avoid errors or add an explicit `@return` annotation to suppress this message. ``` Commits ------- 67ddf63 fix: deprecations triggered by debug class loader
Configuration menu - View commit details
-
Copy full SHA for 1a482f5 - Browse repository at this point
Copy the full SHA 1a482f5View commit details
Commits on Aug 4, 2023
-
bug #988 [AddLines] Fix update process to send changes to RecipeUpdat…
…e vs make them immediately (weaverryan) This PR was squashed before being merged into the 1.x branch. Discussion ---------- [AddLines] Fix update process to send changes to RecipeUpdate vs make them immediately Hi! This was an oversight when I create `AddLinesConfigurator`. During `recipes:update`, the purpose of the `update()` method in each configurator is to record what the "original" contents of a file would look like from the original recipe & what the "new" contents of a file would look like with the new recipe. Then, LATER, the patcher system creates a diff from these. The `AddLinesConfigurator` was going rogue and updating the files immediately, which caused the "patcher" system later to explode because this file was unexpectedly already modified. The changes are less drastic than they look, as code needed to be moved from some public methods -> private methods. Cheers! Commits ------- afd6260 Fixing bug where update changes were made immediately vs reported to RecipeUpdate 7e8967a Avoid exploding on conflict of controllers.json 6592349 Internal: moving most of method to a private method, no changes 436bad9 Moving guts of method to a private method - no real change 94a3e56 Internal: changing private functions to return a string
Configuration menu - View commit details
-
Copy full SHA for a2554c7 - Browse repository at this point
Copy the full SHA a2554c7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.20.0...v1.20.2