Skip to content

Simplified link-to-source mapping definitions in debug.file_link_format #20101

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2016

Conversation

nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Sep 30, 2016

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #19950
License MIT
Doc PR symfony/symfony-docs#7019

Having to json_encode here (or any other kind of encoding) is really tedious to deal with: it makes it hard to have things working quickly. %f and %l aren't encoded anyway, so let's use very unlikely chars as separators here also instead.

@fabpot
Copy link
Member

fabpot commented Sep 30, 2016

👍

@fabpot
Copy link
Member

fabpot commented Oct 5, 2016

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 27df38e into symfony:master Oct 5, 2016
fabpot added a commit that referenced this pull request Oct 5, 2016
…ile_link_format (nicolas-grekas)

This PR was merged into the 3.2-dev branch.

Discussion
----------

Simplified link-to-source mapping definitions in debug.file_link_format

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #19950
| License       | MIT
| Doc PR        | symfony/symfony-docs#7019

Having to json_encode here (or any other kind of encoding) is really tedious to deal with: it makes it hard to have things working quickly. `%f` and `%l` aren't encoded anyway, so let's use very unlikely chars as separators here also instead.

Commits
-------

27df38e Simplified link-to-source mapping definitions in debug.file_link_format
@nicolas-grekas nicolas-grekas deleted the file-link-format branch October 5, 2016 08:16
xabbuh added a commit to symfony/symfony-docs that referenced this pull request Oct 14, 2016
…icolas-grekas)

This PR was merged into the master branch.

Discussion
----------

[Framework] Update link-to-source mapping definition

Follow up of #6944 and symfony/symfony#20101

Commits
-------

3a0c0d8 [Framework] Update link-to-source mapping definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants