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
I noticed that ufp_utils:encode_list/3 will reverse the order of the encoded structs.
Why? I think that is confusing and error prone. At least in OF 1.0 it was important that an output-action was last in an action-list else the actions wasn't performed correctly. Isn't that true also for 1.2 and above ?
Anyway, an alternative implementation could be (completely untested):
Hi,
I noticed that ufp_utils:encode_list/3 will reverse the order of the encoded structs.
Why? I think that is confusing and error prone. At least in OF 1.0 it was important that an output-action was last in an action-list else the actions wasn't performed correctly. Isn't that true also for 1.2 and above ?
Anyway, an alternative implementation could be (completely untested):
Cheers, Tobbe
The text was updated successfully, but these errors were encountered: