-
For a project having following structure:
```
root project: apply BCV plugin
sub-project: apply kotlin-multiplatform plugin
```
tasks fails with:
```
* Exception is:
java.lang.NoClassDef…
-
Hello 👋
I am creating this ticket to ask if it would be possible to introduce type validation to exposed fields.
Currently there is not checking if the exposed fields are of a specified type. We…
-
Compile method in CompilationTestHelper class ignores the validation errors in DSL and continue with code generation, which is not correct.
Even though Result object has the validation error but idea…
-
Add an experiment selection strategy (`stability_boundary_first`) that selects the points close to the stability boundary of the SUT first, and add a validation strategy (`stability_boundary_validatio…
-
Consider this library https://github.com/flatiron/revalidator
It allows arbitrary validation like:
```
r.validate({a:5},{properties: {a: { type: 'string' } } } )
{ valid: false,
errors:
[ { att…
-
When opening a DSL containing Xpect tests and editing it, an error marker appear stating:
- The class my.dsl.pack.ui.MyDslUiModule is not on the classpath
- Couldn't resolve reference to XpectJavaMode…
-
For example a login field can be a phone or and email.
-
I am running the test suite this way.
`ginkgo --junit-report=$JUNIT_OUTPUT -v -p ./test/validation`
And `JUNIT_OUTPUT="${JUNIT_OUTPUT:-/tmp/artifacts/unit_report.xml}"`
When I do not set `JUNIT…
-
Currently, BCV is in a tough spot w.r.t the rest of the Kotlin tooling:
* It is tightly bound to the underlying Kotlin version (esp. with klib validation), though it has a completely different vers…
-
When making use of KDL as the basis for a config or markup DSL, it'd be nice to be able to include line numbers in validation error output.