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

Remove unnecessary paren #143

Merged
merged 3 commits into from
Aug 5, 2021
Merged

Conversation

uta8a
Copy link
Contributor

@uta8a uta8a commented Aug 4, 2021

close #130

添字の式は Jikka/CPlusPlus/Format.hsのreturnで返す値部分 と近いと考えてこれを参考に変更しました。

テストを加えたいです。そこで、test/Jikka/CPlusPlus/FormatSpec.hs にテストケースを追加するか、もしくは既存のテストケースに添え字を使うように変更をいれるか迷っています。どちらがよいでしょうか。

@kmyk
Copy link
Collaborator

kmyk commented Aug 5, 2021

テストを加えたいです。そこで、test/Jikka/CPlusPlus/FormatSpec.hs にテストケースを追加するか、もしくは既存のテストケースに添え字を使うように変更をいれるか迷っています。どちらがよいでしょうか。

どちらでも大丈夫です。どちらかと言えば新しい別のテストケースとして足してもらった方がうれしいかな、くらいの感じです。

Copy link
Collaborator

@kmyk kmyk left a comment

Choose a reason for hiding this comment

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

LGTM
ありがとう

@uta8a uta8a marked this pull request as ready for review August 5, 2021 08:55
@uta8a
Copy link
Contributor Author

uta8a commented Aug 5, 2021

新しいテストケースを追加しました。
(pre-commitを設定しているんですがファイルにtrailing newlineが入ってなかったので直しました...)

@kmyk
Copy link
Collaborator

kmyk commented Aug 5, 2021

(trailing newline について、pre-commit を設定してるのに直されず CI でも落ちないならもう完全にリポジトリ側の責任です。ごめんね)

@kmyk
Copy link
Collaborator

kmyk commented Aug 5, 2021

テストの追加ありがとう。ちゃんと直ってるみたいなのでマージします

@kmyk kmyk merged commit 6203047 into kmyk-jikka:master Aug 5, 2021
@uta8a uta8a deleted the 130-remove-unnecessary-paren branch August 6, 2021 11:19
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.

添字の中の演算子に無駄な括弧が付いてる
2 participants