Alternative approaches managing settings for 'alias'/'chain alias' and 'record from history' spec #302
Labels
Caster Core Spec
Issues for Caster Specs that are not part of the application or language specific grammar/ccr
Caster
Issues pertaining to primarily the Caster project.
Issues
Currently
ccr.toml
contains some duplicate settings found insettings.toml
. In the case ofalias = true
and"chain alias" = true
they both need to be enabled[feature_rules]
and[selfmod]
for the spec to work as expected. This is highly unexpected from the end-user perspective.The
record from history
spec represented in settings ashistory = true
would fit under[feature_rules]
instead of[selfmod]
. I would expect to toggle these commands to the main settings file instead of ccr.settings.toml
ccr.toml
Solutions
So we can proceed with the following solutions.
[selfmod]
fromccr.toml
into[feature_rules]
insettings.toml
ccr.toml
and merge its settings intosettings.toml
true
inccr.toml
References
The 'chain alias' command is nonfunctional #279
The 'record from history' command does not execute. #272
The text was updated successfully, but these errors were encountered: