-
_This issue was originally filed by ross.m....@gmail.com_
---
**What steps will reproduce the problem?**
1. create a private method on a class in your library ('_' prefix)
2. call the private m…
-
I noticed the below warning when building Frog:
leg/scanner/listener.dart:536:24: warning: type "EmptyLink$Token" is not assignable to "Link$Node"
Link<…
-
Editor version: 5247
Code:
void main() {
print('hello');
}
Error: "cannot resolve method print" and warning: "print is not a method in null"
See attached screenshot…
-
_This issue was originally filed by [ngeoffray@google.com](https://github.com/search?q=ngeoffray%40google.com&type=Users)_
---
dom/css_test is flaky on frog
-
I'm resetting my editor-workspace (thus removing my log-file).
In case you want to go through the exceptions I have attached the log-file.
---
**Attachment:**
[.log](https://storage.googleapis.com/g…
-
_This issue was originally filed by [ngeoffray@google.com](https://github.com/search?q=ngeoffray%40google.com&type=Users)_
---
The following code:
# import("dart:core", prefix: "baz&q…
-
_This issue was originally filed by [mattsh@google.com](https://github.com/search?q=mattsh%40google.com&type=Users)_
---
I have this program (two files):
---a.dart
# library("a");
class …
-
Currently the editor uses the dartc version of the coreimpl files for all configurations. This leads to issues when using the script configuration to run on the VM. The VM coreimpl files should be use…
-
[from floitsch]
Impossible to open frog directory. Building workspace gets stuck at some point.
Maybe OOM?
////////////////////////////////////////////////////////////////////////////////////
Editor V…
-
Issue #636 was that parsing hex literals resulted in incorrect values.
However, the numbers are still represented by JavaScript doubles, leading to various incorrect values.
Arithmetic operations are …