Jeff Ward

Results 146 comments of Jeff Ward

I'm going to close this for lack of activity and because @dballance has provided an excellent workaround.

Hi @aebrahim , I'll look into this. We're trying to keep the number of dependent packages to a minimum, so I'll have to decide if bringing in `package_info_plus` is worth...

Hi @fahmisdk6, thanks for filing an issue. We currently looking into ways to support this exact use case across all of the mobile SDKs, as well as eventual support for...

Hi @fahmisdk6, We're a bit farther from gauging interest but since we are also still working out some particulars around implementation I've decided to use that tag for now (and...

Hi @jgarciapueyo, I'll definitely look into adding all levels in the future. In the meantime, you may actually be able to use the log status remapper anyway, since we support...

Hi @smsimone . Since we don't have a configuration option for it, we go with the platform default. I'll try to get an option in for it in the next...

Hi @tritao, thanks for the feedback! Agreed about the first point about using -fvisibility=hidden. Would you be up for submitting a PR to get that in? The second point about...

> I've been trying to get this to work via Rust and dart_dll.h has some C++ constructs which trip bindgen. I've added some ifdef's for now to make it C-compatible,...

Hi @arcticfox1919 , I did a brief look and it looks possible, but will need to take advantage of some internal methods. [This](https://github.com/dart-lang/sdk/blob/d7c3ede4768bfdcbe021e5544d9c51c55096a83a/runtime/vm/unit_test.cc#L333) is really the magic method that's doing...

There's duplicate work here from #9, specifically around transitioning to `scons` over Visual Studio.