Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.0-a1でFactory定義の読み込み順の非互換 #111

Open
mitonize opened this issue Aug 9, 2024 · 0 comments
Open

1.3.0-a1でFactory定義の読み込み順の非互換 #111

mitonize opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@mitonize
Copy link
Collaborator

mitonize commented Aug 9, 2024

#88 のFactory定義、ServiceProvider定義の読込み順序をより個別環境指定のものを優先する
に関する動作変更により、プロジェクト個別で配置されたファクトリ定義ファイルを優先して選択してようになったが、既存の動作と異なる問題があった。

現象

1.3.0-a1より前はプロジェクト固有の定義ファイルでエレメント含めて定義していなかったり、オプションパラメータが未指定だったものについて、ビルトインの定義ファイルで定義されたものが継承(というより残存)していた。つまり、プロジェクト個別指定のもの以外はビルトインの設定を消せない状況だった。

設定については、複数指定できるものは内部的に追加されていくので、増やしたくないものが意図せず含まれてしまっていないかが気になるところ。

@mitonize mitonize added the bug label Aug 9, 2024
@mitonize mitonize added this to the v1.3.0 milestone Aug 9, 2024
@mitonize mitonize self-assigned this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant