onepub-dev / dart_posix

MIT License
12 stars 4 forks source link

Upgrade Dart version & ffigen? #8

Closed jpnurmi closed 1 year ago

jpnurmi commented 2 years ago

With the latest Dart stable, array workarounds are no longer needed and the memory arena makes memory allocation less error-prone e.g. automatic free on early return.

bsutton commented 2 years ago

If you are happy to make the changes and the unit tests pass on happy to accept the change.

bsutton commented 1 year ago

i'm going to close this.

At this point I'm of the opinion - if it ain't broke don't fix it.

Going forward we probably should look to using this technique for any new functionality.