-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BC not allowing define methods #42
Comments
This should not happen and does not happen on other platforms as far as I am aware. Thank you for reporting and helping me fix bc on Windows. I'll get right on investigating this. |
The real problem was that From the documentation for
(Emphasis added.) This caused me to go "Wat?!". Nevertheless, the fix was easy. It's commit 191f409. I also added commit c0a0ebd before 191f409 in order to make Can you pull and test the latest |
191f409 is ok, working fine. I don't really understand meaning of c0a0ebd:
|
The reason is because In this case, I made the change separate from the bug fix for a reason: this is not relevant to the bug fix itself. But it is an improvement for some POSIX platforms that don't have ideal semantics for |
The busybox version allows to define new methods within external file. This version does not?
The text was updated successfully, but these errors were encountered: