Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ object Base extends SchemaBase {
| self / this parameter.
|""".stripMargin
)
.mandatory(PropertyDefaults.Int)
// We use a default value that is different from -1 because some code working with parameters and return
// values, represent then in a single number plane where -1 encodes the return value and we do not want
Comment thread
ml86 marked this conversation as resolved.
Outdated
// the "value unset" default value to collide with that.
.mandatory(-2)
.protoId(ProtoIds.Index)

val name = builder
Expand Down
Loading