Kasper Lund

Results 28 issues of Kasper Lund

Running `fletch export hello.dart to hello` leads to an error: ``` Can't perform 'export' to 'ErrorTarget("Expected 'session(s)', 'class(s)', 'method(s)', 'file(s)', or 'all', but got: \"hello\".")' ```

Type-Enhancement
Status-Accepted
Area-Tools

We fail to detect cyclic initialization of static fields so instead we just keep on recursing thus overflowing the stack. This causes a couple of tests to crash because of...

Area-VM

Today, the dispatch table is a compressed form of the M x N table where M is the number of classes and N is the number of selectors. We should...

Type-Enhancement
Area-VM

This is running 0.5.0-dev.1.0 on a Macbook Pro after running `dartino x-download-tools`. ``` kasperl-macbookpro2:stm32f746g-discovery kasperl$ dartino flash disco-light.dart Using template settings file '/Users/kasperl/Dartino/dartino-sdk/internal/.dartino-settings' Done building image: /Users/kasperl/Dartino/dartino-sdk/samples/stm32f746g-discovery/disco-light.bin Flashing image: /Users/kasperl/Dartino/dartino-sdk/samples/stm32f746g-discovery/disco-light.bin...

Type-Bug

Right now, we insist on all users of important system wide properties to first create an instance of a specific class through something like `new STM32F746GDiscovery()`. Why? Does it make...

Type-Enhancement

### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...

Status: Done
Resolution: NA

Will skip this on Mac for now. Not sure who is the right person to assign this to? @zanderso perhaps?

area-vm

The type propagator does not correctly merge local types in the presence of non-local branches (`break` or `continue` out of blocks). Any changes to local types at the branch point...