-
Notifications
You must be signed in to change notification settings - Fork 33
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
Possibly wrong version in the tremor installation instructions- errors and potential fix also included #334
Comments
Hi @devskillz47, Well spotted and thank you for reporting - this is a indeed documentation bug. In the In published versioned docs, we should refer to the version relevant for that published version. TL;DR We don't have automation around that so human error creeps in - and it tripped you up! Apologies! A lot can change in tremor between release candidates and a release. In rc.2 for example, it should actually be importing
And the interesting part:
Fixes in the docs would be of the form:
|
For fixing the documentation, I think we could use the 2nd option you mentioned- fixing the versioned docs so that each major refers to its latest minor/patch release. From a stability point of view, the latest minor/patch release of a major should always be correct and working so there shouldn't be any problems. |
Problem
The current installation instructions (on https://www.tremor.rs/docs/0.12/getting-started/install) point to tremor 0.12.0-rc.2 and although "tremor run server" seems to work not all associated libraries seem to have been included which make at least the demo scenarios unrunnable (ie. error message: "Module tremor::connectors not found or not readable error")
Steps
Possible Solution(s)
Notes
Output of
rustup --version
:rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active
rustc
version isrustc 1.81.0 (eeb90cda1 2024-09-04)
Output of
rustup show
:Default host: x86_64-unknown-linux-gnu
rustup home: /home/devskillz47/.rustup
stable-x86_64-unknown-linux-gnu (default)
rustc 1.81.0 (eeb90cda1 2024-09-04)
Output of
tremor --version
:tremor 0.12.0
The text was updated successfully, but these errors were encountered: