Skip to content

Support Crystal 0.25.0#6

Merged
TechMagister merged 2 commits into
crimson-knight:masterfrom
mamantoha:crystal_0.25
Jun 20, 2018
Merged

Support Crystal 0.25.0#6
TechMagister merged 2 commits into
crimson-knight:masterfrom
mamantoha:crystal_0.25

Conversation

@mamantoha
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/i18n/backend/yaml.cr
property translations

@translations = Hash(String, Hash(String, YAML::Type)).new
@translations = Hash(String, Hash(String, YAML::Any)).new
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think YAML::Any should be replaced with YAML::Any::Type

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Well, no. YAML.parse returns an YAML::Any.

@faustinoaq
Copy link
Copy Markdown

@TechMagister Please after merge this, release a new minor version v0.2.0 (no patch v0.1.1), because crystal v0.25.0 has many breaking changes 😅

@TechMagister
Copy link
Copy Markdown
Contributor

Done. Sorry for the delay.

@faustinoaq
Copy link
Copy Markdown

@TechMagister Thank you so much! 🎉

/cc @robacarp

@mamantoha mamantoha deleted the crystal_0.25 branch June 7, 2019 11:26
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.

4 participants