Merged
Conversation
キャッシュ問題がまだマージされていない
検索したファイルリストを引数として渡すようにし、ファイルをまたいだ重複チェックもまとめてやる方針で実装中 重複チェックはまだ
主にメッセージ周りの改修
ステータスコードは取れないのでNoneとし、reasonを追加
改行コードが含まれない方式でreadするように修正 それに伴い改修コードを除去する処理も削除
レポート表示しやすいように。かつ入力しやすいように
解析処理を別モジュールに移動
ややこしくなってきたため
# Conflicts: # src/app.py
正常系と異常系をクラスで分離 環境変数で指定した際の異常系を追加
テストはまだなのでRED状態
mainが重なっていたのとオプションで特定のメソッドだけ実行したい時に想定外のメソッドまで呼ばれていたから明確に テストの順序が依存している部分があったので改善しつつ、今後依存を見つけられるようにプラグインを入れて毎回ランダムでテストが実行されるようにした 依存は環境変数の設定
単純な文字列検索だとパターン的に足りないので改修中
正規表現による抽出方式に変更
リストになっているのでトップにキーを加えたい
JSONで出力できることを確認
まだJSONは保存できないのでRED
Owner
Author
|
コンソール出力はまだ残っているが基本機能は形になったので一旦区切りとしてここでマージする |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #1