Søren Gjesse

Results 21 comments of Søren Gjesse

This sounds like the right direction. What is the difference between at:: and id::? With just the Fletch CLI is there a way to dump a "symbol" table with the...

Change ~/local.fletch-settings On Thu, Dec 17, 2015 at 1:05 PM, Rico Wind [email protected] wrote: > ok, so that prints: > > ~/src/fletch/fletch/out/DebugX64/fletch show log > [local: 2015-12-17 12:49:40.712 created session...

What is causing the problem here is ``` mv fletch-6.0 fletch-6 ``` Which is not #203. In this case the `fletch` command and the compiler (persistent process) _have_ the same...

The intend for this test is to ensure that the Dartino related code (samples and packages) shipped in the SDK are strong mode clean. All the tools including the compiler...

I cannot get pathname relativization to work for `ldflags`. Asked on gyp-developer: https://groups.google.com/forum/#!topic/gyp-developer/W_yZcIsFXEc.

While the fletch-agent should be able to not run as root, there are cases where the launched Fletch VM need to run as root, see https://github.com/dart-lang/fletch/issues/212.

This happens using the `test.dart` we have when building. ``` ninja ninja -C out/ReleaseX64 ninja -C out/ReleaseIA32 ninja -C out/DebugSTM disco_dartino_flash cp platforms/stm/disco_dartino/src/test.dart out/DebugSTM mv out/DebugSTM/snapshot out/DebugSTM/test.snapshot mv out/DebugSTM/snapshot.info.json out/DebugSTM/test.snapshot.info.json...

@danrubel Do you have a reproduction (using the `onewire.dart` source file)?

@danrubel Does this also happen int the command-line debugger?

I agree that having board objects as instantiatable objects is not the right solution. Having more than one instance (of any board) in a given application does not make sense....