Delyan Angelov

Results 270 comments of Delyan Angelov

Try compiling with your platform's `gcc`, i.e. try passing `-cc gcc` too.

Needs `v fmt -w vlib/net/websocket/*.v` to pass the CI.

It needs a small test too. I intend to use the example program in , unless someone has a smaller one?

Note that this PR only fixes the codegen for `net.websocket`, it does not solve the original problem. I'll file a separate issue or add to https://github.com/vlang/v/issues/15839, when I manage to...

Please leave it as draft. I left it intentionally as draft, and I'll mark it as ready for review and merge it, when all the CI passes. I am still...

> Sorry! I was reading the responses on my phone and must've accidentally switched it to ready to review by accident, I did not mean to do that. No problem....

Work on this may have to be postponed, till the parallel C compilation changeset is merged. @medvednikov what do you think?

Is that already implemented?

I agree that it would be a good and logical feature. The current workaround, is much more verbose, and non intuitive. It consists of having 2 .v files: `feature_notd_audit.c.v`: ```v...

I just want to thank you for the detailed investigation 🙇🏻‍♂️ .