Jakub Jabłoński

Results 14 comments of Jakub Jabłoński

I briefly looked into it and symbols are not created for those functions. Will try to narrow it down later today.

What will happen if you change `Rectangle` to ```V pub struct Rectangle { pub: width int height int } pub fn (r Rectangle) area() { return r.width * r.height }...

I see same error in my spring boot app. After I commented out all @CompileStatic annotations, the error goes away.

I noticed few different behaviours regarding terminal. Sometimes error is not printed at all, sometimes error is printed before anything else and sometimes (very rarely) printed as it should. I...

> Is there a setting to globally disable it automatically for each run configuration? No. It is a default setting.

Unfortunately due to current parser design, not easy to fix. Will check what can I do. Thanks for reporting.

It only happens on else branch of `IfGruard` expression, where a given var is `none`. Original `a` seem to be still in scope. ```v fn main() { aaa := ?int(none)...

I think this was a bug in "directory" kind handling. It should be fixed in the current main. I would really appreciate it if you could test it with the...

Please reopen if does not work for you.

Not exactly sure what you mean by proper values. Are you referring to `þS` and `þE` symbols ? If yes please test it with newest released version.