-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release stable version for Fable 3.0 #9
Comments
Well, I haven't finished checking all the bindings. Also I haven't finished adding tests to check that the bindings are actually working. So that's a lot of work and I can't finish it right now since It implies checking everything against the actual node API in order to get sure we're on par and up to date. What's remaining?
What does it mean? I guess the current version could be published and work against Node.js 6.x But there are many things that could get deprecated soon in order to support LTS (currently Node.js 10.x) So my question is: do we have a real time constraint here? If so what is it? Thanks! |
Actually I'm not 100% sure that list is complete, I'm missing Cluster for example. |
You're right, I haven't checked the whole API. But at least that's the things we have yet to update from the former fable-import project.
Ah maybe we should publish a new version since I merged my recent updates on Buffer. 😉 |
Actually here's the actual progresses made on the updates: Done
RemainingNo check does not mean it doesn't exist or can't be used. It rather means that, in case the bindings already exist, we need to improve them
|
@whitetigle I changed it into a checklist so it's possible to just check the items when done |
Ah great. Thanks! |
Is it possible to use the TypeScript bindings + the automatic conversion tool? |
@njlr Yes it should be doable (it is what we did in the past), but I think we end up making the binding by hand because they are better crafted and have a more friendly API. |
Node 10.x is EOL April 2021 |
If I'm not mistaken, the bindings don't target any specific Node version. But it's true that depending on the Node version you're using some of the bindings here may have been deprecated or some new APIs may still be missing. In any case, I think there's no maintainer currently for the Node bindings. It'd be great if somebody using them could step in and make the updates when needed 🙏 |
I cam jump back in the boat if that's ok for you. |
This check-list seems outdated (for example File System is mostly covered). Which bindings are remaining? Perhaps each one should have its own issue. |
Of course that's ok with me @whitetigle 😄
Whatever makes it easier to maintain should work I guess. If you're planning to map Fable.Node versions with Node LTS releases (e.g. Fable.Node 1.x <-> Node 10.x, Fable.Node 2.x <-> Node 12.x) a branch for each makes sense. |
Just wondering what the status of this is now? I'm trying to use [<Import("*", "crypto")>]
let Crypto : IExports = jsNative Or I am just misunderstanding how this is supposed to be consumed? If there's just a few bits like this missing I'm happy to help out with adding them too as I'm going to need to add these to my project anyway. |
Ah, I've just found that all of those |
We have been keeping track of the progress to publish all libraries to Fable.Core 3.0 stable. Looks like package is still on the beta version. Can you please release a stable version too? if not, what is needed and how can I help?
Cheers
The text was updated successfully, but these errors were encountered: