Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go produces an error in the playground #5300

Closed
konsumlamm opened this issue Jun 9, 2020 · 2 comments
Closed

go produces an error in the playground #5300

konsumlamm opened this issue Jun 9, 2020 · 2 comments
Labels
Bug This tag is applied to issues which reports bugs. OS: Playground Bugs/feature requests, that are specific to play.vlang.io.

Comments

@konsumlamm
Copy link

V version: latest playground version

What did you do?

fn foo() {}

fn main() {
    go foo()
} 

What did you expect to see?

No error.

What did you see instead?

The following error message:
You just found a bug. V can't compile this program, but it should. Please create a GitHub issue.

@konsumlamm konsumlamm added the Bug This tag is applied to issues which reports bugs. label Jun 9, 2020
@serkonda7
Copy link
Contributor

With new playground (https://v-wasm.now.sh) it gives no error anymore but doesn't work either.
I think it's because browsers are single-threaded.

@danieldaeschle danieldaeschle added the OS: Playground Bugs/feature requests, that are specific to play.vlang.io. label Jul 21, 2021
@medvednikov
Copy link
Member

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs. OS: Playground Bugs/feature requests, that are specific to play.vlang.io.
Projects
None yet
Development

No branches or pull requests

4 participants