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
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Since it is useful to be able to modify Maxim function names and signatures, it should actually be possible to setup some sort of upgrade system for code that automatically applies changes to get the code working as expected.
E.g. in the recent case of the adsr function's return type being changed from num to (num, num), we could automatically modify code that uses it:
Since it is useful to be able to modify Maxim function names and signatures, it should actually be possible to setup some sort of upgrade system for code that automatically applies changes to get the code working as expected.
E.g. in the recent case of the
adsr
function's return type being changed fromnum
to(num, num)
, we could automatically modify code that uses it:And similar modifications could be made to function parameters (modifying them to pass in some default value).
Of course, this is would be a rather complicated undertaking, and since we're still in version 0.x I'm not too worried about it yet.
The text was updated successfully, but these errors were encountered: