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
Fix bug to overwrite all subsections definition by subclass
* overwriting config_section options like required/multi/alias breaks behavior of `super`
* so subclass must not overwrite these options
* subsection definitions of subsections (Hash) is simply merged
* it is bug, because same section definition like <a> is overwritten by subclass
* under this bug, subclass MUST repeat superclass's definition, and add original definition
* but this is impossible in the real world
* subsection definitions should be merged correctly
0 commit comments