-
Notifications
You must be signed in to change notification settings - Fork 35
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
Publish to ForgeBox.io? #56
Comments
I'd be more comfortable with that if we got the build passing. As it is, I'm concerned about stability. #54 almost fixes it, albeit in a way I'm less happy about (relying on Java). |
Russ, what if we dropped the dependency on Java and put some of those failing issues in a dev branch?
What percentage of the methods require java?
… On Feb 9, 2017, at 8:31 PM, Russ ***@***.***> wrote:
I'd be more comfortable with that if we got the build passing. As it is, I'm concerned about stability. #54 <#54> almost fixes it, albeit in a way I'm less happy about (relying on Java).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#56 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAKcRaIblKaQRyjVUTCwmflWszoPvgXEks5ra73VgaJpZM4L8Ma9>.
|
None of the other methods require Java as far as I recall. I intentionally tried not to use Java when creating the library so as to avoid dependency issues (like the ones we're seeing in the failing tests now). The problem is that I'm not sure there's another way to resolve the issue (easily). The logic (ported from JS) expects the arguments struct to be sorted, but this is not really possible in CF structs. Not sure why this wasn't a problem in CF 10. |
I noticed this had a box.json but isn't published to forgebox.io.
Would someone be able to do this?
Or would you mind if I do it?
The text was updated successfully, but these errors were encountered: