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
I expect that the deriveConfig[DatabaseConfig] macro derives a config that describes a config that can only either MysqlConfig or SqliteConfig, so when loading config from a file if two of them exist, I expect that throws an error instead of loading one of the configs from the config file.
The text was updated successfully, but these errors were encountered:
Assume the following ADT:
I expect that the
deriveConfig[DatabaseConfig]
macro derives a config that describes a config that can only eitherMysqlConfig
orSqliteConfig
, so when loading config from a file if two of them exist, I expect that throws an error instead of loading one of the configs from the config file.The text was updated successfully, but these errors were encountered: