goadesign / goa

🌟 Goa: Elevate Go API development! 🚀 Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨
https://goa.design
MIT License
5.62k stars 557 forks source link

Fix eval.IncompatibleDSL() to not show internal DSL #3502

Closed tchssk closed 4 months ago

tchssk commented 5 months ago

The caller() function is from v1, but had to be modified for v3.

https://github.com/goadesign/goa/blob/v1/dslengine/runner.go#L419-L429

raphael commented 4 months ago

Very nice, thank you!