GitJournal / dart-git

A Git implementation in pure Dart
Apache License 2.0
76 stars 14 forks source link

git status throws exception #11

Closed erf closed 1 year ago

erf commented 1 year ago

After a successful load i tried to run gitRepository.status which fails with:

Exception: Concurrent modification during iteration: Instance(length:1) of '_GrowableList'.
vHanda commented 1 year ago

I think this should be fixed by now. If it isn't please re-open with the full backtrace.