Andrey Makarov

Results 20 comments of Andrey Makarov

Hi, you've got a good point. Actually I had in mind a case when there is one (or may be 2) primary thread(s), and multiple worker threads, so I wanted...

@dom96 No, it's still there, I did not know/remember about that. If it's essential (for nim forum, I guess?), then I will soon fix it with backport to 1.6. It...

Tried to register twice but confirmation e-mail has never arrived to gmail. https://forum.nim-lang.org/profile/a_mr

> separation on multiple pages @mratsim What do you mean? Can you provide a link? > mathematical formulas This should not be too difficult to implement — even for HTML...

RST has the mechanism of custom roles for "interpreted text" (between ``). So proper RST-style syntax would be something like: ```rst :nim:`proc getFilePermissions` :nim:proc:`getFilePermissions` ``` We can parse the text...

@timotheecour , I think I need to clarify 2 things first (note I know very little about the compiler). Let us assume that we are talking about `` `strutils.delete`_`` *...

@timotheecour , thank you for very useful comment. I did not get all the details but hope to get into it in the work. Regarding syntax: backticks are optional indeed,...

a funny fact that in some cases the concise links already work: * for non-overloadable things like consts, types... * for procs without input arguments An example: ``` ## Ref....

I think we need to be able to reference a concrete instance and the whole group of same-name symbols. I propose the following syntax (for using inside module `strutils`): 1....

@timotheecour , OK, you win, I agree with the 1st part that we should resolve `split_` automatically to any kind of symbols. However: 1. we will emit a warning that...