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
~This is a pure refactor. It removes a redundant internal interface from
the PF bridge.~
This started as a refactor but is actually a bug fix. Looks like we did
not implement the PF portion of
#2933 correctly.
We also had a test which asserted on the wrong behaviour.
This PR fixes skipping PF WriteOnly attributes during tfgen. It also
simplifies the PF code by removing a redundant interface.
`AttrLike` is a copy of the PF `fwschema..Attribute` which has
`WriteOnly` implemented. This makes the method non-optional and adding
it to an internal interface is not a breaking change.
0 commit comments