Include/Import config
まだ誰も着手していません。
評価
調査の方向性
No files, tests, or entry points are named. Start by reviewing the existing configuration syntax and parser behavior, then resolve the import form, dependency ordering, and overwrite precedence proposed in the issue. Done means an agreed syntax and processing behavior are documented and covered by tests.
索引モデルが issue の本文から書いたものです。
説明
What about include config considered a dependency which may have values referenced and thus should be processed first. The result will be a combination of settings perhaps in the form:
$result = $config + $config_include_last + $config_include_n_desc + $config_include;
Allowing each to overwrite settings from the previous.
Now we just have to decide what an import/include looks like.
Perhaps also a header comment in order to use the same key
; import defailt.ini
or we could use an array
import = [default.ini, production.ini, app.ini]
I would rather prefer a list underneath each other though
import = $import:path/to/default.ini
matters = $import:path/to/matters.ini
not = $import:path/to/not.ini
Hmmm little weird... thoughts?
- 主要言語
- PHP
- スター
- 99
- フォーク
- 7
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
Respect/Config のほかの issue
-
bug
難易度 3/5 1〜2日 初心者へのやさしさ 30/100
-
100% Code coverage オープン
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
-
feature
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
-
discussion
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
似ている issue
-
priority: p3
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
nextcloud/fulltextsearch#1011 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
phpstan/phpstan-doctrine#794 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 74/100
Automattic/static-site-importer#1767 ·