Frotty

Results 139 comments of Frotty

> The grammar hint always breaks my flow of thoughts, and sometimes it makes me costing time to find out if it's my problem or the compiler. If the warning...

Becoming more important by the day 🍡

No, the compiler doesn't find them "automatically". It's still done via the setup generating a Wurst.dependencies file, which points to the folders inside the dependencies folder. Iirc we wanted to...

The general problem of this is exposing unsafe things to wurst code files. It shouldn't really be possible to read any files and send them across the net imho. But...

Okay so what is our plan with this? We want to keep comments, so in its current state it's somewhat unacceptable. @peq @karlek

Any chance of you looking into this again in the near Future @karlek ?

> Maybe we can disable the checks for all calls on "this", since (as you said) it's very unlikely that a class destroys itself before the end of a method....

> Agree, but the overhead seemed too much for variables. If we have better optimization, we can add that check. Yea seems reasonable > I think it can be changed...

Imho it just shows missed optimization potential resp. dispatch checks messing with inlining for some reason and that those should be improved. Adding a workaround seems somewhat counterproductive. I already...