Jonas Termansen

Results 37 comments of Jonas Termansen

https://dart-review.googlesource.com/c/sdk/+/128549

The links in the emails should be correct and deep links to the relevant commit. However, the dart-ci service does not yet actually implement this scheme. Reassigning to @whesse.

Hi, I build the release engineering infrastructure for Dart and I'd love for Dart to better fit distros, I'd be interested in this work and potentially helping out. I'll look...

This sounds doable yeah. We have a high level tools/build.py entry point that invokes gn so I'm sure it could have a new option that makes it unbundle the dependencies,...

Do you want to give this work an initial try? I'm happy to do the code reviews to make this happen and help discuss how it can be done :)...

I'm not sure about Flutter. Their infrastructure is a bit ever-changing and we constantly roll Dart into it via some complicated multi-headed solutions. If we at least solve the problem...

Hi @jorgenpt, what's the status on merging this?

Indeed, it'd be trivial to link against the Linux version of MySQL. I disabled it to ease the porting, the latter patches that disable functionality are optional and only works...

I simply hand-wrote my own makefiles as a simpler alternative to running all the gcc invocations manually - they are not supposed to be upstreamed. Nonetheless, you can maybe make...

This pull request is probably not the ideal place to discuss this matter, but you need to give the correct include directories to gcc. You do not need to fix...