Eric Anderson

Results 10 comments of Eric Anderson

Also, as a precondition for this syntax, assignment functions would need to be changed to return the last expression in the chain of execution rather than the expression on the...

That wouldn't be my first choice for a tooling effort. Coconut needs plugins for widely-used Python IDEs in order to drive adoption. Pycharm, Pydev, VSCode, maybe VS too if plugins...

Coconut is a compiled language, and among the things an IDE plugin would do would be to compile one's code on the fly as changes are made. The program would...

You might want to check out the goodies in my Glioma library. It has Option/Some/Nothing classes inspired by the Scala stdlib so maybe not as cool as what you're discussing...

A big +1 for this. 0.5x - 0.75x or thereabouts would be nice.

I'm seeing what looks to be an identical crash in one of my own projects. Scala 3.2.2, SBT 1.8.2, Java 18.0.2 on Linux x86_64. Stack trace java.lang.AssertionError: assertion failed: trait...

@odersky To create a reproducible test case, I used vscode+metals to create a minimal sbt project from the Scala3 template. To this I added the ScalikeJDBC, specs2, and munit dependencies...

> @pshirshov Thanks! But I actually think it would be easier to start with the problem experienced by @Nexus6. The problem you are seeing is when the compiler tries to...

> @Nexus6 Your link is not active anymore. Is there any chance you could repost your reproduction to somewhere more stable? Sorry about that. I pushed to a new repo,...

Nice sleuthing. Can confirm that your test-case tweak of using specs2-core 4.20.5 makes the assertion error go away - no more compiler crash. My question is then: is a fatal...