Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Fix import path resolve problem #27

Merged
merged 3 commits into from
Dec 18, 2016
Merged

Fix import path resolve problem #27

merged 3 commits into from
Dec 18, 2016

Conversation

item4
Copy link
Contributor

@item4 item4 commented Dec 12, 2016

fix #26

@item4
Copy link
Contributor Author

item4 commented Dec 12, 2016

pypy flake8 단계에서 멈춰버리는데 제가 손대서 그런건 아닌 것 같습니다. pypy 5.6.0 기준으로는 flake8 통과하는 것 확인했습니다.

@kanghyojun
Copy link
Contributor

네 pypy쪽이 그런버그가 있어서 다른 프로젝트에선 패스한경우도있었네요. #26 의 경우 좋은 제안인것 같은데 이를 기본 옵션으로 적용하기보다는 따로 옵션을 주면 동작하도록 하는게 어떨까요? 기본옵션으로 이게 당장 들어간다면 현재 import-order 를 CI에서 적용하고있는 프로젝트는 버전을 올렸을때 전부다 깨질거같네요.

@item4
Copy link
Contributor Author

item4 commented Dec 14, 2016

네. CLI에서 별도 옵션을 주면 그것에 따라 동작이 바뀌도록 만들어 오겠습니다.

@kanghyojun
Copy link
Contributor

감사합니다! 방금 PR 하나 머지하면서 컨플릭도 생긴모양이네요..

@item4
Copy link
Contributor Author

item4 commented Dec 15, 2016

@admire93 CI가 박살나있는걸 지금에서야 봤는데, 해당 버그 로컬에서 재현 안 됩니다. 아무래도 pytest 버전 등이 복합적으로 작용하는 것 같네요

@kanghyojun
Copy link
Contributor

네 CI깨지는건 제가 별도로 보고 코드만 보면될것같습니다. 감사합니다.

@kanghyojun kanghyojun merged commit 8b5796e into spoqa:master Dec 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

from ... import ~ 를 썼을 때의 정렬 순서 문제
2 participants