hifive-snu / hifive-pitalium-explorer

:hand: Hifive test explorer
Apache License 2.0
4 stars 1 forks source link

Implement 'getMarker' and remove 'getDiff' #21

Open simnalamburt opened 9 years ago

simnalamburt commented 9 years ago

TODO:

  1. Implement /getMarker.
  2. Remove /getDiff API and corresponding codes.

This is required for both speed and size.

simnalamburt commented 9 years ago

이 이슈를 해결하는데엔 두가지 방법이 있음.

  1. hifive-test-library.jar를 무시하고, 이 프로젝트 내에 그냥 별도로 마커를 그리는 이미지 유틸리티를 만듬.
  2. hifive-test-library.jar를 고침.

1번 옵션의 경우, hifive-test-library.jar는 난독화가 안되어있어서 까면 그냥 java코드가 평문으로 보이는 상태이기때문에, 어렵지 않게 이걸 수행할 수 있음. 또 2번 옵션의 경우 회사와 연락하면서 해야하는데, 지난번 회의때 저 라이브러리도 별도로 계속 개발중인 물건이라는 말로 미루어볼때 별로 가망없어보임.

개념적으로 hifive-test-library는 실제 테스트를 수행하는 라이브러리이고 hifive-test-explorer는 그 결과만 받아와서 보여주는 물건인듯 함. 근데 우리가 지금 주로 해야할 일이 아래 두가지인데

이걸 하려면 결국 우리가 hifive-test-libary도 고칠수밖에 없음. 그러지 않고 이걸 지속하면 결국 hifive-test-explorertest-library 역할을 대신하게 될것으로 보임.

simnalamburt commented 9 years ago

1번으로 가기로 했음