CCExtractor / CCExtractor/taskwarrior-flutter
bug: Duplication of Taskrc parsing
- 主要言語
- Dart
- スター
- 244
- フォーク
- 179
- 平均マージ
- 12時間 42分
- マージ済み PR(30日)
- 2
説明
### Describe your issue
In [home_view.dart](https://github.com/CCExtractor/taskwarrior-flutter/blob/main/lib/app/modules/home/views/home_view.dart) Taskrc parsing block is copy-pasted twice, doing the same work back-to-back.
https://github.com/CCExtractor/taskwarrior-flutter/blob/f058b4a17d4de6acbeb58a05fa19099737378b0f/lib/app/modules/home/views/home_view.dart#L24-L32
### Steps to reproduce
-
### What was the expected result?
Parsing should run once.
### Put here any screenshots or videos (optional)
_No response_
### How can we contact you (optional)
_No response_
### Would you like to work on this issue?
Yes
### By submitting this issue, I have confirmed that:
- [x] I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
コントリビューションガイド
調査の方向性
lib/app/modules/home/views/home_view.dart を開き、24–32 行目付近にある Taskrc の解析ブロックを調べてください。そこでは issue が重複した処理を指摘しています。現在、解析が 2 回実行されていることを確認し、その後、1 回だけ実行され、home view が引き続き期待どおりに動作することを検証してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- dart, flutter
- 領域
- mobile
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 静か
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 85/100