Jonas Termansen

Results 11 issues of Jonas Termansen

If you have these interfaces, you should audit them for whether they use unsigned char semantics (rather than signed char) as required by the standard: strcasecmp, memset, strncmp, memrchr, strchrnul,...

Somebody needs to fix build_web_compilers so it doesn't have an upper sdk limit because it blocks our ability to make releases. Right now if we bump the sdk version, the...

area-web

_From @ranjannisha on September 10, 2018 9:7_ URL: https://pub.dartlang.org/packages/carousel I upgraded my flutter today and got an issue The current Dart SDK version is 2.1.0-dev.1.0.flutter-ccb16f7282. Because breadfruit depends on carousel...

I tried running the formatter on the https://github.com/dart-lang/setup-dart repository but it crashed on the node files using the external keyword and JS interop: ```Hit a bug in the formatter when...

language-change

The package description in pubspec.yaml is very minimal > Dart gcloud APIs Please consider improving the description and mention phrases like "google cloud". This data is used for search in...

I see a lot of these warnings in the search service logs. These messages obscure other warning level problems. We should either address the performance problem or demote the warning...

Type: bug

In #102 I was unable to contribute to the repository when I followed the instructions to recompile the javascript, but ended up with javascript that did not run on the...

type-bug

The Dart SDK's luci-notify emails should link to the relevant commit/blamelist here on dart-ci. The `luci-notify/email-templates/default.template` file in the SDK's `infra/config` branch needs to be updated. There's probably a `Build.Commit`...

Hi, I have ported fgdlib, raytrace, vbsp, vvis, and vrad to Linux and I'd like to upstream this effort so others can benefit from it as well. My ported tools...

Hi, I've almost ported the vbsp, vvis and vrad tools to Linux (well, POSIX, except there is a Linuxism or two in here) and I'd like to upstream this effort...