Jakob Schneider

Results 250 comments of Jakob Schneider

Issues with annotating `Object.toString` with `NonDet` (the documentation says it may be unstable over time). ```flix @test def testMethodClosure01(): Bool \ {NonDet, IO} = let x = Array#{1, 2, 3}...

@magnus-madsen I think we need to carefully review these changes (maybe together in person)

It seems awfully weird that this is not `NonDet`, when the `toString` method is called. ```flix @Test def testConsumer(): Bool \ IO = { let mkObject = i -> new...

The test should probably be removed again, but it's just there to verify the parser doesn't succeed.

@mlutze @stephentetley the `##` syntax is on its way out so you should import all of your java types with the `import` mechanism once this is merged :)

Now depends on #8502

Yeah I thought about that too.

Oh and then we can close https://github.com/flix/flix/pull/8286 for now until we decide to revisit

@mlutze can you help me pinpoint the instance error? I really don't see how this is a valid instance error. ```scala mod Test.Dec.Assoc.Type.Eff.Multiple { //////////////////////////////////////////////////////// // Type Definitions // ////////////////////////////////////////////////////////...