parse-buildlog.bat および関連ファイルを削除#2092
Merged
Merged
Conversation
|
✅ Build sakura 1.0.4580 completed (commit f533e7194e by @m-tmatma) |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes the deprecated parse-buildlog tooling and all associated references as build log parsing has been consolidated into GitHub Actions.
- Deleted
parse-buildlog.py,parse-buildlog.bat, andappveyor_env.py - Removed invocations in
build-sln.bat - Cleared documentation entries in
ci/build-batchfiles.md
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| parse-buildlog.py | Removed obsolete Python log parser |
| parse-buildlog.bat | Deleted Windows batch wrapper for parser |
| appveyor_env.py | Deleted supporting environment helper script |
| ci/build-batchfiles.md | Removed references to parse-buildlog tooling |
| build-sln.bat | Removed calls to parse-buildlog.bat |
|
berryzplus
approved these changes
Jun 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



PR対象
カテゴリ
PR の背景
#1809 で GitHub Actions に集約する流れの中で不要なファイルを列挙した中で
parse-buildlog.bat および関連ファイルを削除することになった。
仕様・動作説明
不要なログの解析処理が実行されなくなる。
PR の影響範囲
テスト内容
関連 issue, PR
参考資料