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
What is worse, if I pass discardDisabled: true instead of discard-disabled: true in the configuration file, the configuration parser does not complain.
We have to streamline configuration parsing and get rid of unnecessary complexity. Currently, it is very hard to understand what parameters have to be passed, even by reading the code.
The text was updated successfully, but these errors were encountered:
The current version relies on pureconfig. As a result, when passing parameters from
quint verify
, we have a configuration file like this:On the other hand, the option processing code is processing options like this:
apalache/mod-infra/src/main/scala/at/forsyte/apalache/infra/passes/options.scala
Lines 683 to 692 in 9d89eb3
What is worse, if I pass
discardDisabled: true
instead ofdiscard-disabled: true
in the configuration file, the configuration parser does not complain.We have to streamline configuration parsing and get rid of unnecessary complexity. Currently, it is very hard to understand what parameters have to be passed, even by reading the code.
The text was updated successfully, but these errors were encountered: