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
Note: Right now the slice will grab every argument from where it is til
the end. This is fine for variadics which must be the last parameter,
but slices don't have to be. Need to implement error handling for
functions which contain a slice argument which is not last.
Alternatively, define alternate syntax for slices such as
"gorram pkg func {some, slice, parameter} other parameters"
Houndie
added a commit
to Houndie/gorram
that referenced
this issue
Mar 16, 2018
Note: Right now the slice will grab every argument from where it is til
the end. This is fine for variadics which must be the last parameter,
but slices don't have to be. Need to implement error handling for
functions which contain a slice argument which is not last.
Alternatively, define alternate syntax for slices such as
"gorram pkg func {some, slice, parameter} other parameters"
should be able to handle variadics we otherwise handle
The text was updated successfully, but these errors were encountered: