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

"${var}" / "${expr}" 形式の、文字列への値の埋め込み 対応 #6286

Merged

Conversation

ci-wataru-kashii
Copy link
Contributor

前回、PHP8.2 以降の非推奨エラーが起きた際に、プルリクエストを送ったものです。

#6244

PHP8.2、PHP8.3 を対象に bin/console cache:clear --no-warmup を実行したところ
PHP8.2より非推奨になったエラーを検出したため、修正しました。

前回は、 bin/console cache:clear --no-warmup
今回は、 bin/console cache:warmup です。よろしくお願いします。

概要(Overview・Refs Issue)

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか
    • 権限を超えた操作が可能にならないか
    • 不要なファイルアップロードがないか
    • 外部へ公開されるファイルや機能の追加ではないか
    • テンプレートでのエスケープ漏れがないか

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 82.69%. Comparing base (16f7157) to head (1dfd3c1).
Report is 5 commits behind head on 4.3.

Files with missing lines Patch % Lines
.../ORM/Mapping/Driver/ReloadSafeAnnotationDriver.php 0.00% 2 Missing ⚠️
...Eccube/Controller/Admin/Store/PluginController.php 0.00% 1 Missing ⚠️
src/Eccube/Doctrine/ORM/Query/Extract.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              4.3    #6286   +/-   ##
=======================================
  Coverage   82.69%   82.69%           
=======================================
  Files         480      480           
  Lines       26465    26465           
=======================================
  Hits        21885    21885           
  Misses       4580     4580           
Flag Coverage Δ
E2E 82.69% <0.00%> (ø)
Unit 82.69% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@nanasess nanasess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dotani1111
Copy link
Contributor

@ci-wataru-kashii
ありがとうございます。
現在テストが失敗してしまうようなので、対応まで少々お待ちください。
#6289

@dotani1111 dotani1111 added this to the 4.3.x milestone Sep 30, 2024
@ji-eunsoo
Copy link
Contributor

@ci-wataru-kashii
ありがとうございます。
テストが失敗している件を修正したので、最新の修正を取り込んでPushしていただけますでしょうか。

@ci-wataru-kashii
Copy link
Contributor Author

@ji-eunsoo ご連絡おそくなりすみません、最新の修正を取り込んでPushさせていただきました。
引き続きよろしくおねがいします。

@ji-eunsoo
Copy link
Contributor

@ci-wataru-kashii
ありがとうございます!マージいたします。

@ji-eunsoo ji-eunsoo merged commit 6372cd0 into EC-CUBE:4.3 Oct 16, 2024
95 of 96 checks passed
@ci-wataru-kashii ci-wataru-kashii deleted the eccube/feature/fix_php82_deprecated branch October 17, 2024 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants