lf-lang / reactor-rs

Reactor runtime implementation in Rust
MIT License
9 stars 5 forks source link

Release the crate on Cargo #37

Open oowekyala opened 1 year ago

oowekyala commented 1 year ago

Currently LFC is bound to a specific git revision of the crate, not a semantic version number. Using semver would allow us to publish bugfixes to the runtime without needing to upgrade LFC. But we also would need to maintain compatibility with the code generator, and also commit to the stability of the ReactionCtx and related user-facing APIs. I don't think the crate is stable enough right now to allow this.

If we start doing that, then we need a defined release cycle, possible using beta versions for all major versions that are not directly used by a released LFC version. Otherwise we will either clutter Crates.io with deprecated, unsupported releases.

lhstrh commented 1 year ago

For what it's worth, I don't think reactor-ts is all that stable either. If there are many releases because there is a lot of development, then I think that is considered a good thing, not "clutter."