Søren Gjesse
Søren Gjesse
As the title says the D8/R8 project is preparing to use `-source 11 -target 11` for building and shipping. This is a heads up to check if this has any...
``` FAILED: none-vm release_ia32 gcloud/test/storage/e2e_test Expected: Pass Actual: RuntimeError CommandOutput[vm]: stdout: unittest-suite-wait-for-done PASS: object create-read-delete PASS: object create-with-predefined-acl-delete PASS: object create-with-acl-delete PASS: object create-with-metadata-delete All 4 tests passed. unittest-suite-success stderr:...
That is reverting https://github.com/dart-lang/gcloud/commit/7c92a79c26049af30f3fdb6c9a6349701dc9a25f when issue [11833](https://code.google.com/p/dart/issues/detail?id=11833) is fixed
This is assumed to be a bug in Cloud Pub/Sub. Code in constructor _PushEventImpl.fromJson.
Currently there is no way of setting the user to impersonate. This is set in the `sub` field of the clain set. See [stackoverflow question](http://stackoverflow.com/questions/28284509/using-dart-googleapis-auth-0-2-2-to-authorize-admin-sdk-directory-api-in-googl).
``` $ fletch/out/DebugX64/fletch attach tcp_socket pi2:47704 $ fletch/out/DebugX64/fletch attach tcp_socket pi2:47704 Unable to establish connection to pi2:47704: Connection refused ``` Of cause the VM on pi2:47704 cannot handle another connection,...
Some of our build-bot machines are GCE instances, and they get re-imaged once in awhile. This cause them to stop working as buildbot machines, as additional installs and configuration is...
Sending a mutable object on a port results in a `ArgumentError` with no additional information. E.g.: ``` $ dartino run ~/dartino-projects/test/main.dart Using template settings file '/tmp/dartino-sdk/internal/.dartino-settings' Uncaught exception: Instance of...
The event handler on LK does not have single-shot semantics on the port used. The [LK port API](https://github.com/littlekernel/lk/blob/master/include/kernel/port.h) does not have single-shot ports.
The LK modules build `rules.mk` (in the repository root) currently always builds `version.cc` due to these rules ``` force_version_cc: $(BUILDDIR)/version.cc: force_version_cc ... ``` The actual dependency is on the git...