Finalization for first release #8
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Here are things we are supposed to do currently to have a tested, completed working package release:
lilcom_c_extension.c
: There shouldn't be any miss-calculation on parameter passing and procedure inside extension functions. Following notes should be considered;There are no default value and optional arguments passed to function. Any of these should be postponed to the wrapper module.
Return codes from both
lilcom_c_extension.c
andlilcom.c
must be documented in thereadme.md
Error codes must be the same as what is commented inside the code. All error values are better to be more than 100 in order not to be mistaken with conversion exponent.
Testing all possible workflows which call any function inside
lilcom_c_extension.c
.Testing all possible workflows calling the wrapper
Quoted by @danpovey:
This is what I am going to figure out.
After doing these we are ready to go for a finalized distribution.
The text was updated successfully, but these errors were encountered: