Daco Harkes

Results 402 comments of Daco Harkes
trafficstars

Write up of discussion with @mkustermann: ### hot-reload per-asset (not proposed) @HosseinYousefi's suggestion (https://github.com/dart-lang/native/issues/1207#issuecomment-2250343938) of making some assets hot restartable and others not, does not communicate to the hook that...

> > of making some assets hot restartable and others not, does not communicate to the hook that some asset types are not hot-restartable > > Can you elaborate? Imagine...

Circling some conclusions from an offline conclusion back here: ### Protocol design * We'd like to support "derived-assets" on top of data assets. And such derived assets types might not...

> Just FYI, `includes` adds all files that are contained in the provided directories to dependencies. So you could just add the directory with the headers to `includes`. > >...

> Extracting testing into a separate package doesn't help, as anyone using `package:hook` would also use `package:hook_test`. They would add the dependencies to `dev_dependencies` right?

We probably want to align in-hook caching with the hook caching: * https://github.com/dart-lang/native/issues/1593 If we end up using file-hashes for hook caching, we should do the same for inside the...

@jonasfj @sigurdm Does pub delete unused packages versions? Or do they just stay around forever (until a `dart pub cache clean`)?

> Version-specific cache directories are checked periodically (at most, every 24 hours) to determine whether they are still in use. They are deleted if they haven’t been used for 7...

``` //export parse_data ``` That should make the symbol visible. > I am compiling my go code(CGO) to generate a header file that I then pull into the basic header...

I am not familiar with how the static libraries inside xcframeworks work, so far I've been only using dynamic libraries. Maybe the easiest way would be to use `flutter channel...