core icon indicating copy to clipboard operation
core copied to clipboard

typegen not adding map type?

Open rcoreilly opened this issue 8 months ago • 0 comments

Describe the bug

this did not get the Registers Type added:

// Registers is a list of named strings
//
//types:add
type Registers map[string]string // types:add <- tried here tooo

getting complaints about calling FuncButton methods on this b/c receiver type not registered.

How to reproduce

run latest cogentcode.

Example code

No response

Relevant output

No response

Platform

macOS

rcoreilly avatar Jun 05 '24 21:06 rcoreilly