Scuba 3.0 #188
Locked
JonathonReinhart
started this conversation in
Ideas
Scuba 3.0
#188
Replies: 2 comments
-
From user ??? That seems like a reasonable solution to me. Perhaps you could add some sort of deprecation warning to completely remove support for using |
Beta Was this translation helpful? Give feedback.
0 replies
-
We decided to avoid any major version/compatibility issues for now.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(This thread was migrated from Gitter.)
I'd like to talk about releasing Scuba 3.0. Scuba follows semver so any major, breaking changes should be accompanied by a major version bump.
There have already been breaking changes:
Luckily, none of those changes should really affect most users.
I just merged #137 which provides a (somewhat ugly) workaround for the fact that I used
.
as the "key separator" in the!from_yml
constructor, even though.
is a valid character in YML keys (and has special meaning in.gitlab-ci.yml
). I wish I had instead used:
.I could avoid backwards incompatibility at all I were to add a
version
key to the Scuba YML spec which says::
as the separator instead of.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions