You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This avoids deprecation warnings, and is potentially a little safer since it
sandboxes the parsing and makes it an error to import paths outside the source
directory.
This change does have some downsides, though. It complicates include logic, and
also drops compatibility with capnproto versions before 0.7.0 that don't have
the new SchemaParser::parseFromDirectory method which was added in
capnproto/capnproto@c1fe2b0
It also adds a hard dependency on the kj/filesystem.h library which was
previously optional.
Fixes#39
0 commit comments