https://issues.dlang.org/show_bug.cgi?id=18488
greenify <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from greenify <[email protected]> --- (In reply to Timothee Cour from comment #4) > > people have rightfully complained a lot about examples from the docs not > > working locally in the past > > just curious, doesn't auto-tester make sure that the extracted documented > unittests (produced by pipeline that extracts them from documented > unittests) can be run (and don't generate failures) ? No the extraction is only run on CircleCi. This isn't a huge problem as it's almost always just missing imports or other accessibility issues. (I was talking about the past before this pipeline was introduced) --
