Closing in on a usable release #1937
andrewdavidmackenzie
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, I have been making quite a few changes related to how the project is built and published and released, to make it more rust standard, and hopefully will be easier for others to consume.
I now have a simplified build with fewer cross dependencies between crates that need to be handled manually.
I have a working release workflow at last for the workspace, using "cargo release" that tags, compiles, builds assets and prepares the release in GH.
I have converted all my "sample" flows to be examples of flowr, and they are build and tested with every build.
I have improved how the flowstdlib is build, and then compiled to wasm. I have a few changes remaining here to simplify more.
Remaining work in this area is more or less:
Then I would do a 1.0 release I think!!
Beta Was this translation helpful? Give feedback.
All reactions