muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces
Apache License 2.0
653 stars 123 forks source link

Overridden types not propagated #166

Closed sam-mathews closed 2 years ago

sam-mathews commented 2 years ago

Properties were generated with the correct overridden type, but the raw type was being computed prior to storing the overridden value. This fixes the method generation by ensuring the overridden type is stored prior to raw type compute.

muka commented 2 years ago

Thanks!