eremmel
eremmel
**Describe the bug** Comparing values of type int and float based on the settings: number_format_notation='e' ignore_numeric_type_changes=True fail on compares like. key=41 with key=41.0. Does not happen with settings: number_format_notation='f' ignore_numeric_type_changes=True...
**Describe the bug** When you want to use comments in indented code section it is not allowed. Compiler gives a weird message. **Paste the Hedy code & level** Levels tested...
**Describe the bug** One can change the content of a list with 'remove X from list' or 'add X to list' When X is a variable (input) its value is...
**Describe the bug** I noticed that assignment of a list to a new variable is (just as in python) a reference copy. But with a language like hedy I expect...
**Describe the bug** One can use index data from a list. In a number of situations you can use that index-expression (e.g. mylist[i]) directly as expression in a more complex...
**Describe the bug** When program contains a bug at line N, the line number N is reported in the error block below the program-enter-window. But the line number gets out...