readme: delete outdated info about 'unimplemented' errors

most of them work now. if anything still shows up, it's probably more of
a bug now.
0.10
alex 2 years ago
parent af1b591672
commit 78607c3a96

@ -32,19 +32,6 @@ list all expectXxx functions from the testing module:
as a special case, if the source is exactly `std` and no such file
or directory exists, zdoc searches across the whole zig std lib.
---
that's about all it can do for now. a future version may include search
syntax for public struct fields, enum tags and other constructs, like so:
zdoc std.foo.bar .somefield
for some types, zig may log an error reading something like,
"renderingExpression for ... unimplemented". that's because i commented out
a big chunk of rendering cases in src/output.zig which was adapted from
std/zig/render.zig, to suppress definitions output.
if you see an error like this, please create an issue or send a code change.
---

Loading…
Cancel
Save