Results 35 comments of Joseph Tan

I rewrote the tests to include testing of addition with literals. Currently the tests are much less comprehensive than they were and take roughly 3.5 times as long to complete(2000ms...

I also added checks to make sure we don't compare bools to non-bools(like 3 == true). I would assume that this is desired behavior, but C++ does allow such comparisons,...

What is `.` classified as(if anything)?

It sort of feels that `->`, `#`, and `.` have similar enough purposes that they should be highlighted in the same fashion. I'm not familiar with a lot of LSP...

It would be easy to support. Would we want to make people write code like this: ``` struct Point { x: Int32, y: Int32 } def foo(p: Point[r]): Unit =...

Or would we want to support code like this: ``` struct Point { x: Int32, y: Int32 } def foo(p: Point): Unit = ??? ``` Edit: I think that this...

I'll take the unclaimed in prelude -> system

I'll take everything alphabetically after and including `main/test/flix/Test.Exp.Jvm.NewObject.flix`

I'll take main/test/ca/uwaterloo/flix/library/Test*

I'll take: main/test/flix/Test.Exp.Jvm.GetFieldDoubleNestedClass.flix main/test/flix/Test.Exp.Jvm.GetFieldStaticInnerClass.flix main/test/flix/Test.Exp.Jvm.GetStaticField.flix main/test/flix/Test.Exp.Jvm.GetStaticFieldStaticInnerClass.flix Benchmark.flix Test.Exp.CheckedTypeCast.flix Just kidding - I don't think these need any work I'll take Environment.flix main/test/flix/Test.Exp.Jvm.GetField.flix