Alexander Pann

Results 84 issues of Alexander Pann

#actualAndError# is missing in the editor.

good first issue

The following expression will fail although the old value (12) is equal to the expected value (12). ``` fun f/RM(b: box) { val x = b.val b.update(12) b.update from (12)...

good first issue

The order of the meta function arguments is wrong, and the quick fix is applied until eternity. What you actually see in the editor is that the cursor always jumps...

good first issue

an error occurred while applying rule to node (instance of StringLiteral). It happens, for example, [here](http://127.0.0.1:63320/node?ref=r%3A88ec7cd5-2a4a-4f67-acf4-2cc4711c1bed%28test.in.expr.os.error%40tests%29%2F21182779275327649) when the success type is used instead of the attempt type. The rule inside...

good first issue

The model `test.ts.expr.os/models/typetags@tests` has also some tests for this language. The concepts in this language are clearly not platform related and should be removed from the repository. I guess it...

The editor can find the editor component for the table because there is no table there yet. The child is mandatory by the way. vectors      -> editor component not found:...

good first issue

Testcase: http://127.0.0.1:63320/node?ref=r%3Afcb91210-c6db-4de0-81c0-ca99e48fd25a%28test.in.expr.os.records%40tests%29%2F7782108600711770070 The `ref` expression always refers to the full record literal. We should drop this reference.

good first issue

The following expression can be entered: `e-5 / 10 equals 1e-6`. The number only has an exponent (e-5) which is allowed according to the constraints but doesn't work with the...

good first issue

Example: `fourtyTwo = assert lambda.exec() equals 47 ` The name `fourtyTwo` is assigned to this assert item and can be used in the following assert test items. While it is...

good first issue

Example: http://127.0.0.1:63320/node?ref=r%3A04a13e22-2253-4023-a07e-4ed087d741d9%28test.in.expr.os.math%40tests%29%2F1446132780419019857 For some reason, this exact combination doesn't work. When you add a precision to the number or use a real it works.

good first issue