Skip to content

Typing in Source §1 #17

@martin-henz

Description

@martin-henz

Currently, violations of Source §1 typing are not leading to error messages. Examples:

> "a" < 1;
false
> true && 1; // this one is particularly tricky
1 
> - false;
0
> - true;
-1
> !0;
true
> -"asdf";
NaN
> 1 * "asdf";
NaN

Metadata

Metadata

Labels

BugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions