GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

Repeated field ignores strict mode #79

Closed tsaubergine closed 2 years ago

tsaubergine commented 2 years ago

If the repeated field exceeds its max_repeat value, DCCL always throws an OutOfRange exception, whereas it shouldn't when not using strict mode (it should just truncate).