You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to traefik/yaegi#1700 inability to represent generic type constraints in reflect, we cannot use some pretty important generic functions in tensorfs and table:
tensorfs.Value (workhorse function; has workaround of specific types defined on Node)
table.AddColumn, table.InsertColumn -- have workarounds too.
One possibility is to try to import the type constraint into the yaegi code, but it is not clear that this would translate to the Go compiled version, but maybe? Or just give it an any? will experiment.