VirtusLab / besom

Besom - a Pulumi SDK for Scala. Also, incidentally, a broom made of twigs tied round a stick. Brooms and besoms are used for protection, to ward off evil spirits, and cleansing of ritual spaces.
https://virtuslab.github.io/besom/
Apache License 2.0
114 stars 7 forks source link

Fix issue 398 #400

Closed lbialy closed 4 months ago

lbialy commented 4 months ago

that was a dumb mistake really, copilot / copy-paste based prolly

Public / user-facing component API does not take any *Args so to reuse the internal functions it uses EmptyArgs with it's ArgsEncoder instance, this was copy-pasted in the rush of implementing remote components when RemoteComponents do actually take Args. The change is not binary-incompatible, just a patch version release should be enough.

lbialy commented 4 months ago

this was in fact for #398, not 397!