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

Add runtime testing for Go #1333

Closed
8 tasks
jonaslagoni opened this issue May 25, 2023 · 5 comments · Fixed by #1484
Closed
8 tasks

Add runtime testing for Go #1333

jonaslagoni opened this issue May 25, 2023 · 5 comments · Fixed by #1484
Labels
enhancement New feature or request Go generator Anything related to the Go generator good first issue Good for newcomers released on @next released

Comments

@jonaslagoni
Copy link
Member

Reason/Context

In #1272 we added the initial runtime setup for Java, now it's time to replicate it for Go.

The reason we add these is to ensure that the code that is generated is semantically and syntactically correct, and the only way to achieve this is by testing the models at runtime.

This initial setup should be as simple as possible, just a Go project, with a single test and a single generated model, and that's it.

Here is the general task list:

And that's it 🎉

@jonaslagoni jonaslagoni added enhancement New feature or request good first issue Good for newcomers Go generator Anything related to the Go generator labels May 25, 2023
@Shurtu-gal
Copy link
Contributor

@jonaslagoni I would love to work on this.

@Devansh-Bhatt
Copy link
Contributor

@jonaslagoni Is the issue still open ? I am new here and would love to take this issue up

@jonaslagoni
Copy link
Member Author

It is, feel free to take it up 🔥

@asyncapi-bot
Copy link
Contributor

🎉 This issue has been resolved in version 1.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@asyncapi-bot
Copy link
Contributor

🎉 This issue has been resolved in version 2.0.0-next.25 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Go generator Anything related to the Go generator good first issue Good for newcomers released on @next released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants