dlang / ddox

Advanced D documentation engine
MIT License
62 stars 20 forks source link

[trivial] Comments are corrupted while generating several html files #213

Closed IgorStepanov closed 6 years ago

IgorStepanov commented 6 years ago

Subj. This PR is needed to pass tests for druntime#2243 Please create a new tag if it merged.

s-ludwig commented 6 years ago

Do you know where the corruption happens? On first sight it looks like the lines array is GC allocated and not modified after being set.

IgorStepanov commented 6 years ago

In parseSections we change individual lines as a whole:

lines[i] = lines[i].highlightAndCrossLink(context);
IgorStepanov commented 6 years ago

Ping

wilzbach commented 6 years ago

Tagged as v0.16.12