core icon indicating copy to clipboard operation
core copied to clipboard

yaegi crashes with missing identifier after package name

Open kkoreilly opened this issue 11 months ago • 0 comments

Describe the bug

If you run something like the code below, yaegi panics instead of returning an error. Thanks to Wathika on slack for reporting this.

How to reproduce

See below.

Example code

core.NewButton(b).SetText("Click me!").SetIcon(icons)

Relevant output


Platform

Web

kkoreilly avatar Jan 25 '25 21:01 kkoreilly