Skip to content
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

DOCSP-36627: Additional double backslash fixes for v1.17 #1243

Merged
merged 4 commits into from
Mar 5, 2024

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Mar 4, 2024

Merges #1239 from v1.16 up to v1.17 and applies additional fixes.

/cc @norareidy (I'm unable to tag you for review)

@jmikola jmikola requested a review from a team as a code owner March 4, 2024 16:10
@jmikola jmikola requested a review from GromNaN March 4, 2024 16:10
@jmikola jmikola force-pushed the 1.17-docsp-36627 branch from 0763b50 to af0f162 Compare March 4, 2024 17:16
@jmikola jmikola force-pushed the 1.17-docsp-36627 branch from af0f162 to 902fb55 Compare March 4, 2024 17:53
@jmikola jmikola force-pushed the 1.17-docsp-36627 branch from 902fb55 to 6c18f10 Compare March 4, 2024 17:55
@@ -15,7 +15,7 @@ MongoDB\\add_logger()
Definition
----------

.. phpmethod:: MongoDB\\add_logger()
.. phpmethod:: MongoDB\add_logger()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@norareidy: The "Behavior" section later in this file has:

`Psr\\Log\\LoggerInterface <https://www.php-fig.org/psr/psr-3/#3-psrlogloggerinterface>`__

I assume the escaping there needs to stay since it's basic link syntax? We only need to remove escaping within directives.

Similar to what you had to do in https://github.com/mongodb/mongo-php-library/pull/1244/files#diff-0494d8195d629119e6de652538a76bd23063d2234cf08cad50eeebc94e6dee99R34

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the \\ should stay in that case since it's not a directive

@jmikola jmikola requested a review from norareidy March 4, 2024 17:57
Copy link
Contributor

@norareidy norareidy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@@ -15,7 +15,7 @@ MongoDB\\add_logger()
Definition
----------

.. phpmethod:: MongoDB\\add_logger()
.. phpmethod:: MongoDB\add_logger()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the \\ should stay in that case since it's not a directive

@jmikola jmikola merged commit 5767b4a into mongodb:v1.17 Mar 5, 2024
14 checks passed
@jmikola jmikola deleted the 1.17-docsp-36627 branch March 5, 2024 16:27
jmikola added a commit that referenced this pull request Mar 5, 2024
* DOCSP-36627: Additional double backslash fixes for v1.17 (#1243)

Co-authored-by: Nora Reidy <[email protected]>
alcaeus added a commit that referenced this pull request Mar 8, 2024
* v1.17:
  Add GitHub Actions workflow to create merge-up pull requests (#1248)
  DOCSP-36627: Additional double backslash fixes for v1.17 (#1243)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants