mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
refactor(repository)!: use Finalizer
to automatically free allocated memory (#51)
BREAKING CHANGE: Return value of identity getter changed from Map<String, String> to Identity
This commit is contained in:
parent
aef440e345
commit
4e55d0f06c
43 changed files with 109 additions and 151 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -53,4 +53,4 @@ jobs:
|
|||
run: flutter pub get
|
||||
|
||||
- name: Run tests
|
||||
run: dart test --exclude-tags "remote_fetch" --platform=vm
|
||||
run: dart test --reporter expanded --exclude-tags "remote_fetch" --platform=vm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue