Add built-in number type #41
Annotations
10 errors and 3 warnings
Run tests:
test/contract/rule_test.exs#L92
test rule/1 with multiple rules defined returns predicate errors and skips rules (Drops.Contract.RuleTest)
|
Run tests:
test/contract/types/custom_test.exs#L85
test defining a union type using types returns errors with invalid input (Drops.Contract.Types.CustomTest)
|
Run tests:
test/contract/types/custom_test.exs#L56
test defining a union type using atoms returns success with a valid input (Drops.Contract.Types.CustomTest)
|
Run tests:
test/contract/types/custom_test.exs#L61
test defining a union type using atoms returns errors with invalid input (Drops.Contract.Types.CustomTest)
|
Run tests:
test/contract/types/custom_test.exs#L80
test defining a union type using types returns success with a valid input (Drops.Contract.Types.CustomTest)
|
Run tests:
test/contract/maybe_test.exs#L19
test maybe/1 with :string returns error with a non-string value (Drops.MaybeTest)
|
Run tests:
test/contract/maybe_test.exs#L126
test maybe/1 with a schema returns error with a non-map value (Drops.MaybeTest)
|
Run tests:
test/contract/maybe_test.exs#L75
test maybe/1 with :map when atomized returns error with a non-map value (Drops.MaybeTest)
|
Run tests:
test/contract/maybe_test.exs#L98
test maybe/1 with :map returns error with a non-map value (Drops.MaybeTest)
|
Run tests:
test/contract/maybe_test.exs#L42
test maybe/1 with :string and extra predicates returns error with a non-string value (Drops.MaybeTest)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
|
Run tests
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
|
The logs for this run have expired and are no longer available.
Loading