-
Notifications
You must be signed in to change notification settings - Fork 205
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 to Crystal/0.25.0 #857
Conversation
Use new File::Permissions and File.info Update to JSON::Any API
This is pretty close. I've disabled automatic json parsing of json requests for now, I think that will need to be revisited and might even not be worth it for the framework to do. A crystal spec produces this output, from build_spec:
It seems like there are a few places in generated apps which need to be updated. |
Status:
Shard Hacks Needing Resolving:
|
- Add .ameba.yml - Exclude has_key? in some files (has_key? is used on crystal stdlib)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Travis spec are failing due to a dependency issue:
Outdated shard.lock (wrong resolver). Please run shards update instead.
We had a similar issue here: #814 (comment)
Dependency issues fixed (wrong citrine tag on shard.yml)
12fa6fa
to
54d5a31
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robacarp Awesome, Thank you! 😄
Hurray! @faustinoaq can we get a new tag please? 🙏 |
@ilovezfs Amber team is already working on that 👍 We're trying to find critical bugs and fix them before a new release 😉 |
This is an internal branch copy of the branch @bcardiff opened in #826