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

Fix macros.quote custom op symbol interpolation. #17256

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

quantimnot
Copy link
Contributor

fix #7589

Updated docs and tutorial to reflect change.

Updated runnableExamples to include an example.

Provides a workaround/fix for nim-lang#7589.
nim-lang#7589

Updated docs and tutorial to reflect change.

Updated runnableExamples to include an example.
@@ -324,14 +342,14 @@ possible with it.
Strformat
---------

In the Nim standard library, the ``strformat`` library provides a
In the Nim standard library, the `strformat` library provides a
Copy link
Member

Choose a reason for hiding this comment

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

unrelated to this PR, and won't render properly in github until you add .. default-role:: code as described in #17028

PR welcome for changing double backticks to single backticks in rst files in a dedicated PR(s) (you can batch them as needed, preferably manual.rst should be its own PR as it's large) using the same approach as #17028, I can review it fast.

Copy link
Member

Choose a reason for hiding this comment

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

I can review it fast

unfortunately, #17260 happened

@Araq Araq merged commit b2b23d7 into nim-lang:devel Mar 5, 2021
@quantimnot quantimnot deleted the fix_7589 branch March 5, 2021 22:30
ringabout pushed a commit to ringabout/Nim that referenced this pull request Mar 22, 2021
Provides a workaround/fix for nim-lang#7589.
nim-lang#7589

Updated docs and tutorial to reflect change.

Updated runnableExamples to include an example.

Co-authored-by: name <name@example.com>
ardek66 pushed a commit to ardek66/Nim that referenced this pull request Mar 26, 2021
Provides a workaround/fix for nim-lang#7589.
nim-lang#7589

Updated docs and tutorial to reflect change.

Updated runnableExamples to include an example.

Co-authored-by: name <name@example.com>
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.

Macro + Infix + quote do - compilation error
3 participants