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

(ビルドログの解析スクリプト) 予約語の type と重複する変数名を使わないようにする #727

Merged

Conversation

m-tmatma
Copy link
Member

@m-tmatma m-tmatma commented Dec 26, 2018

(ビルドログの解析スクリプト) 予約語の type と重複する変数名を使わないようにする

組み込み関数の type を使おうとすると以下のエラーになるのを修正できる。

UnboundLocalError: local variable 'type' referenced before assignment

@m-tmatma m-tmatma added this to the next release milestone Dec 26, 2018
@m-tmatma m-tmatma changed the title 予約語の type と重複する変数名を使わないようにする (ビルドログの解析スクリプト) 予約語の type と重複する変数名を使わないようにする Dec 26, 2018
beru
beru previously approved these changes Dec 28, 2018
Copy link
Contributor

@beru beru left a comment

Choose a reason for hiding this comment

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

他(filePath とか lineNumber)がキャメル記法なのでそれに合わせるとしたら、errType にするのが良いと思います。ただまぁそうしないといけないわけでもないと思うので変更が面倒だったらそのままでも良いと思います。

@m-tmatma
Copy link
Member Author

errType にするのが良いと思います。

修正しました。

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.

単に変数名を変えるだけなので気楽にやれば良いのかな、と思ってます。
中身見直す機会を得られるのは良いことなのかも知れんです。

@m-tmatma m-tmatma merged commit 852b837 into sakura-editor:master Dec 29, 2018
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
…dlog-var-name

(ビルドログの解析スクリプト) 予約語の type と重複する変数名を使わないようにする
@m-tmatma m-tmatma deleted the feature/parse-buildlog-var-name branch July 5, 2019 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants