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
Currently accord-core contains both the matcher library (required at runtime) and the definition DSL (strictly not required at runtime). Better modularization, to e.g. accord-matchers and accord-dsl (with accord-core aggregating both for backwards-compatibility) is desirable, and might enable full elision of infrastructure code in runtime dependencies (e.g. TransformedValidator, which is really only required at compile-time).
The text was updated successfully, but these errors were encountered:
Currently
accord-core
contains both the matcher library (required at runtime) and the definition DSL (strictly not required at runtime). Better modularization, to e.g.accord-matchers
andaccord-dsl
(withaccord-core
aggregating both for backwards-compatibility) is desirable, and might enable full elision of infrastructure code in runtime dependencies (e.g.TransformedValidator
, which is really only required at compile-time).The text was updated successfully, but these errors were encountered: