#External module fields

1 messages · Page 1 of 1 (latest)

lilac osprey
#

Try making the external module a private field.

Sadly, this is a known limitation.

stray juniper
#

the problem is that if we have two modules in the dependency graph with two different versions, then the types are actually distinct

#

even though they share the same name

#

// +private is the right call here - you can't have a different type from another module as part of your module's interface

keen flicker
#

if you need them to not be private, interfaces might be what you need (I'm playing with them myself, very powerful but still have some rough edges)