Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Translator] Set sources when extracting strings from php files#31249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Stadly commentedApr 25, 2019
I don't understand why the test is failing on PHP7.3 I've tested with PHP7.3 locally, and it works fine. Can it have something to do with |
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Tests/Extractor/PhpExtractorTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Tests/Extractor/PhpExtractorTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Tests/Extractor/PhpExtractorTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Stadly commentedApr 29, 2019
I don't think the failing build has anything to do with this PR. |
src/Symfony/Component/Translation/Tests/Extractor/PhpExtractorTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedMay 2, 2019
@Stadly I see that yo merge a branch here. Can you rebase to get rid of the merge commit? |
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Tests/Extractor/PhpExtractorTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Stadly commentedMay 2, 2019
Haha. I'm messing up everything. I'll try to fix it :) |
fabpot commentedMay 2, 2019
One last question about this PR: we set the filename as an absolute path. Is it useful? Wouldn't it be "better" to use a relative path? I'm not sure what the spec says about this. |
Stadly commentedMay 2, 2019
The path used when extracting is the one set as source, so whether it is absolute or relative depends on the user. |
Stadly commentedMay 2, 2019
Should I add a test using relative paths? |
fabpot commentedMay 7, 2019
Thank you@Stadly. |
…php files (Stadly)This PR was squashed before being merged into the 4.3-dev branch (closes#31249).Discussion----------[Translator] Set sources when extracting strings from php files| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Set metadata about filenames and line numbers when extracting translatable strings from php files. This PR complements#30909 and#31248, as those PRs implement support for dumping the filenames and line numbers to Po and Qt file formats.Commits-------f05d4e4 [Translator] Set sources when extracting strings from php files
Set metadata about filenames and line numbers when extracting translatable strings from php files. This PR complements#30909 and#31248, as those PRs implement support for dumping the filenames and line numbers to Po and Qt file formats.