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 #14485 #14487

Merged
Merged

Conversation

timotheecour
Copy link
Member

@timotheecour timotheecour commented May 28, 2020

fix #14485

  • docs aren't run in CI anymore for performance reasons so this wasn't caught some how
  • I was using strutils.addf wrong, % should not be used with addf...
var ret: string
ret.addf "foo $1 bar" % ["$"] # this was the wrong usage
  • add test

  • verified by running ./koch docs locally

@timotheecour timotheecour force-pushed the pr_fix_14485_addf_bug_workaround branch from d168370 to bf3abbb Compare May 28, 2020 23:26
@timotheecour timotheecour marked this pull request as ready for review May 28, 2020 23:32
@kaushalmodi
Copy link
Contributor

@timotheecour Thanks for this hot fix! I confirm that the fix works.

@kaushalmodi
Copy link
Contributor

This PR LGTM; you can merge it.

@timotheecour timotheecour changed the title fix #14485 ; workaround for strutils.addf bug fix #14485 May 29, 2020
@kaushalmodi
Copy link
Contributor

Just to clarify, I have tested your correct fix commit bdd8853 and it LGTM.

@timotheecour timotheecour merged commit 579456d into nim-lang:devel May 29, 2020
@timotheecour timotheecour deleted the pr_fix_14485_addf_bug_workaround branch May 29, 2020 02:00
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.

nim doc .. fails when runnableExamples uses $ [devel] [regression]
2 participants