Desdaemon / polars_dart

Dart bindings for the polars library
https://desdaemon.github.io/polars_dart/
MIT License
11 stars 1 forks source link

Add to flutter_rust_bridge CI external tests? #10

Open fzyzcjy opened 8 months ago

fzyzcjy commented 8 months ago

I am thinking about adding polars_dart to flutter_rust_bridge's CI for extra tests. What do you think? Looking forward to your thoughts!

Desdaemon commented 8 months ago

There's just the last issue of common structs methods not being able to receive self, but yeah I can clean up this code (or parts of it) for flutter_rust_bridge.

fzyzcjy commented 8 months ago

Take your time and feel free to submit issues/PRs for the issue!

fzyzcjy commented 8 months ago

Btw I forget to mention details of adding to CI. There seems to be at least two approaches:

  1. Add a section of flutter_rust_bridge CI script, which clones polars_dart, modifies the dependency (to use master branch frb), runs test, etc.
  2. Copy (or move) code into flutter_rust_bridge/frb_examples/polars_dart folder, and use existing testing infra.