dlang-community / experimental.xml

A replacement of Phobos std.xml
https://rawgit.com/dlang-community/experimental.xml/gh-pages/index.html
Boost Software License 1.0
11 stars 8 forks source link

Example isn't compiles #14

Closed wilzbach closed 6 years ago

wilzbach commented 6 years ago

From @denizzzka on December 14, 2016 13:19

First example from https://lodo1995.github.io/experimental.xml/std/experimental/xml.html returns

source/map.d(25,13): Error: no property 'lexer' for type 'string'

Copied from original issue: lodo1995/experimental.xml#38

wilzbach commented 6 years ago

From @WebFreak001 on June 22, 2017 7:28

bump - maybe release a new version?

wilzbach commented 6 years ago

From @WebFreak001 on June 22, 2017 11:36

Well you could try out the example on the latest release: https://github.com/lodo1995/experimental.xml/blob/255caeaf4231fb66f4c81d23cd37814670ac2306/source/std/experimental/xml/package.d#L35

wilzbach commented 6 years ago

Works with by #20 which tagged as v0.1.5 Feel free to submit a PR that converts the ddoc examples to real ddoc-ed module-level unittests, s.t. such things can't happen.