Martin Kustermann

Results 193 comments of Martin Kustermann

This is still an issue _if_ we want to do client-side enforcement. So far we're not emitting checks. For browser apps, this might increase the size and lower speed. Many...

We have to U-turn on the infinity sdk constraint after the [new guidelines](http://news.dartlang.org/2017/09/dart-20-pre-releases-what-they-mean-to.html). PR is https://github.com/dart-lang/discoveryapis_generator/pull/175

The generator emits code which is used on web and non-web applications, so generally speaking setting the `content-length` and `user-agent` headers is *understandable*. Generated Api classes accept an `http.Client`: The...

cc: @whesse We (Rico, Bill, ...) have discussed these things many times and the bottom line is: The best thing we could do is to have **no bot modifications at...

Fletch doesn't have support for `runtimeType`s. Additionally the fletch-vm doesn't have any knowledge about class/method names. There are 3 scenarios to consider: - running with a debugger attached: The vm...

See this status file `tests/unsorted/unsorted.status`: ``` [ $compiler == none && $runtime == fletchc ] immutable_and_mutable_heap_validate_heaps_test: CompileTimeError # Issue(75): Driver doesn't support -X flags. messaging_drop_messages_expose_gc_test: CompileTimeError # Issue(75): Driver doesn't...

The bugreport is not about what our users care about, but rather about our test infrastructure. The purpose of those tests is to pass `-X` flags to the fletch-vm in...

The long term issue is [Issue 317](https://github.com/dartino/sdk/issues/317).

This is discussing the same issue as #401 - which has more context - so I'll close this CL.