Bump symfony/console from 5.3.2 to 5.3.7 in /compiler#3
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump symfony/console from 5.3.2 to 5.3.7 in /compiler#3dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [symfony/console](https://github.com/symfony/console) from 5.3.2 to 5.3.7. - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/5.3/CHANGELOG.md) - [Commits](symfony/console@v5.3.2...v5.3.7) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Pull Request Test Coverage Report for Build 1271283292
💛 - Coveralls |
Author
|
Superseded by #8. |
jlherren
pushed a commit
that referenced
this pull request
Jan 25, 2026
Added comprehensive documentation clarifying the important differences between string and char types in Zephir: **Key Additions:** 1. **Type System Section Enhancements:** - Clarified that char uses single-quote syntax: 'A' - Emphasized that string indexing (str[i]) returns char, not string - Added that string must use double-quote syntax: "hello" - Noted that single quotes are exclusively for char type 2. **New Dedicated Section: "String vs Char: Key Distinctions":** - Syntax difference table (single vs double quotes) - Detailed explanation of array access returning char - Practical examples showing string iteration yields char types - Type conversion examples (char to string and vice versa) - Common pitfall example showing incorrect char/string comparison 3. **Coding Guidelines Update:** - Added reminder that string indexing returns char type - Emphasized quote usage: single for char, double for string 4. **Common Pitfalls Section:** - Added "String vs Char Confusion" as item #3 - Listed specific gotchas: * str[0] is char type, not string * Quote syntax requirements * Loop variable type when iterating strings * Correct comparison syntax This addresses a critical type distinction that can cause confusion for developers new to Zephir, especially those coming from PHP where this distinction doesn't exist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps symfony/console from 5.3.2 to 5.3.7.
Release notes
Sourced from symfony/console's releases.
Commits
8b10083Merge branch '4.4' into 5.3a3f7189Fix optional before mandatory parameters2be7b5cFix ProgressBar to correctly clear multi-line formats45daf16Fix deprecation messages37e6ccaDon't pass null to preg_replace()77c4d55Merge branch '4.4' into 5.39a4fcecFix return types for PHP 8.151b71afMerge branch '4.4' into 5.38baf0bb[Console] Readd missing php-doc parameter for constructorebd610dMerge branch '5.2' into 5.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)