Remove redundant parameter of get_next_char#204
Remove redundant parameter of get_next_char#204the-be-to wants to merge 2 commits intorougier:masterfrom
Conversation
|
While I agree with you this API is poorly implemented - the parameter is a "pass by reference" OUTPUT parameter, changing API with a long history seems Risky. |
In the current implementation |
|
It seems to be returned as "(return, agindex)", I think? I don't disagree with the idea of the pull, but an API change of a frequently used API needs a bit more thought. |
|
Both |
The parameter
agindexinget_next_charis not used