Skip to content
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

Update for 0.1.81 #22

Merged
merged 1 commit into from
Nov 2, 2024
Merged

Update for 0.1.81 #22

merged 1 commit into from
Nov 2, 2024

Conversation

ingydotnet
Copy link
Contributor

No description provided.

@ingydotnet ingydotnet requested a review from a team as a code owner November 2, 2024 05:51

# Install /usr/local/bin/ys (the YAMLScript interpreter binary):
RUN curl -s https://yamlscript.org/install | BIN=1 bash \
&& curl -s https://yamlscript.org/install | BIN=1 VERSION=0.1.80 bash \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you installing two versions here? Why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. YAMLScript v0 is not yet declared "stable".
New versions can make breaking changes if deemed essential.
Each Exercism exercise is pinned to a specific release for this reason.
This container will make symlinks to backwards compatible releases.
0.1.81 made a few non-back-compat changes that might break 0.1.80 solutions.

@ingydotnet ingydotnet requested a review from IsaacG November 2, 2024 17:17
@ingydotnet ingydotnet merged commit 0967973 into main Nov 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants