Tomáš Glozar

Results 110 comments of Tomáš Glozar

This will probably require bootstrapping, because dotty (Scala 3 compiler) requires sbt build tool, which is itself written in Scala.

@stellarhopper Yes, that fixes the issue, if applied without typo `2 >/dev/null` -> `2>/dev/null`.

Second PR following recently merged #2624 to implement user-defined functions (#2516).

Oops my lexer hacks are a bit broken.. hopefully just a little :D I'll have a look at it

I did this work as part of an internship project (on Cockpit container migration, see also cockpit-project/cockpit-podman#590), which was concluded after this PR got stuck on the above security issue....

Closing, since it depends on the closed cockpit-project/cockpit#14641, which I won't be working on anymore.

Resolved comments and rebased.

> Love the tests! Thank you! I had to write thorough tests, the area of possibility of bugs here is almost unlimited :D > > The one main structural comment...

> I'd put something like this in its own pass. Is not semantic but also shouldn't go in the codegen. Passes should be fairly easy to add as all the...

Thank you all for the helpful comments, I feel like it cleared a lot of things up and will increase the quality of the PR a lot.