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

任意のコミットSHAを指定できるようにしたい。 #5

Open
lestrrat opened this issue Sep 21, 2017 · 7 comments · May be fixed by #11
Open

任意のコミットSHAを指定できるようにしたい。 #5

lestrrat opened this issue Sep 21, 2017 · 7 comments · May be fixed by #11

Comments

@lestrrat
Copy link
Contributor

git-schemalex -commit $sha1的な事をしたいです。コミットを指定しなければHEAD

@soh335
Copy link
Member

soh335 commented Sep 21, 2017

git checkout $sha1 してからコマンド打つのと同じという意味ですよね?良さそうな気がします。

@lestrrat
Copy link
Contributor Author

もし問題なければ拙作のgo-scripting使っていいです?

@soh335
Copy link
Member

soh335 commented Sep 21, 2017

個人的な意見なのですが、すごく手間じゃなければ標準のライブラリだけでやるようにしていて( import した方の管理の手間をなくしたいと思っていて。git-schemalex の場合はビルドしたものを使うケースの方が多いかもですけど。)、今回は git のコマンド結果ラップするぐらいだと思うので、置き換えてどのぐらい便利になるかなぁというのが気になってます。

@lestrrat
Copy link
Contributor Author

む、github.com/pkg/errors使っちゃってるけど、それもないほうがいいのかな…

@soh335
Copy link
Member

soh335 commented Sep 21, 2017

/pkg/errors ぐらいはいいかなぁという気がしてます。使ってる人も結構いると思うので。なんかふわっとした感じですいません...
まぁそれを言ったら schemalex 本体でも set とか使ってるしあれなんですけどね。ただ、diff 出すのが手間過ぎるので使ってるという感じでした。

@lestrrat
Copy link
Contributor Author

go-scriptingを使わない、はメリットあるなしで判断で別にいいんですけど、標準ライブラリ縛りは正直100%やるかやらないかどっちかに統一しないと正直あんまり意味ないかなーと思います。

@soh335
Copy link
Member

soh335 commented Sep 21, 2017

まぁそうなんですよね。

@lestrrat lestrrat linked a pull request Sep 21, 2017 that will close this issue
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 a pull request may close this issue.

2 participants