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

HTML ヘルプ内部の フォルダパスを変更することで #906 (HTML help のビルドに失敗する問題)を修正する。 #921

Conversation

m-tmatma
Copy link
Member

@m-tmatma m-tmatma commented May 19, 2019

PR の目的

HTML ヘルプ内部の フォルダパスを変更することで #906 (HTML help のビルドに失敗する問題)を修正する。

カテゴリ

  • 不具合修正

PR の背景

PR のメリット

#906 を修正する

PR のデメリット (トレードオフとかあれば)

PR の影響範囲 と同じ

PR の影響範囲

関連チケット

参考資料

_RESOURCE => res
@m-tmatma
Copy link
Member Author

#920 (comment)
で効果があることは確認済み。

@m-tmatma
Copy link
Member Author

m-tmatma commented May 19, 2019

この PR でも通った。
(https://dev.azure.com/sakuraeditor/sakura/_build/results?buildId=466)

@berryzplus
Copy link
Contributor

問題なさそうに思うのでやったらいいと思います。
実質的に help/sakura 全体に影響する変更なので second opinion を希望します。

@m-tmatma m-tmatma added this to the v2.4.0 milestone May 19, 2019
@m-tmatma m-tmatma added azure pipelines 🐛bug🦋 ■バグ修正(Something isn't working) CI appveyor など CI 関連 【ChangeLog除外】 document ドキュメント labels May 19, 2019
This was referenced May 19, 2019
@m-tmatma m-tmatma added the IMPORTANT 早急に解消すべきもの label May 20, 2019
berryzplus
berryzplus previously approved these changes May 21, 2019
Copy link
Contributor

@berryzplus berryzplus left a comment

Choose a reason for hiding this comment

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

second opinionを希望します。」と書いたものの、内容がそれなりに重たいので自分なりの見解を添えてapproveした上で「後は任せる」の方針に切り替えようと思います。

おさらい

  • PRの目的 ・・・ 最近頻発しているAzule Pipelinesでのビルドエラーを回避する。
  • PRの内容 ・・・ パスに"_"を含むフォルダをリネームする。
  • PRの根拠 ・・・ 試しにリネームしてみたら10回連続でビルドできた。(#920で実験して確認している。)
  • PRの弊害 ・・・ 既にPR中の(または、将来PRされるであろう) sakura-editor/help への変更すべてと競合する。例えば [WIP] HTML ヘルプの文字コードを UTF-8 BOM 付きに変換する #807 の文字コード変更PRは作りなおしが必要になる。

変更内容のサマリ

このPRの変更内容は、ざっくりと3種類に分類できます。

No. 変更内容の種類 対象ファイル数
1 親フォルダのパスが変更になる 477ファイル
2 パスを記述するファイルなので変更する必要がある 3ファイル
3 親フォルダのパスが変更になる + 例示の中にあるパスのサンプルを変更 1ファイル

例示の中にあるパスのサンプルの変更に関しては、必須ではないです。
このPRの採否で意見が分かれるとしたらこの点のみかと思います。

個人的には「変えておいたほうがわかりやすい」と思っています。

@@ -15,7 +15,7 @@ <h2>
���ݕҏW���̃t�@�C���̃t���p�X�ƃJ�[�\���ʒu��N���b�v�{�[�h�փR�s�[���܂��B<br>
<br>
��F<br>
D:\sakura\help_trunk\_RESOURCE\HLP000175.html (29,1): <br>
D:\sakura\help_trunk\res\HLP000175.html (29,1): <br>
Copy link
Contributor

Choose a reason for hiding this comment

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

メモ:個人的には変えといたほうが分かりやすいと思います。

Copy link
Member Author

Choose a reason for hiding this comment

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

修正しました。

@m-tmatma m-tmatma merged commit f96d897 into sakura-editor:master May 21, 2019
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
…ename-sakura-html-help-path

HTML ヘルプ内部の フォルダパスを変更することで sakura-editor#906 (HTML help のビルドに失敗する問題)を修正する。
@m-tmatma m-tmatma deleted the feature/issue906-rename-sakura-html-help-path branch July 5, 2019 21:54
@m-tmatma
Copy link
Member Author

この PR はおそらくビルドエラーには関係ない

@berryzplus
Copy link
Contributor

必要だから変更した、を、必要なくなったから元に戻す、のは理に適ってると思います。
元に戻すべきだ、とまでは思っていませんが、revert作業にあたって都合が悪ければいったん元に戻してもいいんじゃないかと思います。そのあたりは臨機応変に 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure pipelines 🐛bug🦋 ■バグ修正(Something isn't working) CI appveyor など CI 関連 【ChangeLog除外】 document ドキュメント IMPORTANT 早急に解消すべきもの
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure Pipelines で HTML help のビルドに失敗する
2 participants