Skip to content

Crystal 0.25 support#17

Merged
veelenga merged 1 commit into
masterfrom
feat/crystal-0.25
Jun 17, 2018
Merged

Crystal 0.25 support#17
veelenga merged 1 commit into
masterfrom
feat/crystal-0.25

Conversation

@veelenga
Copy link
Copy Markdown
Member

@veelenga veelenga commented Jun 17, 2018

Should close #15

/cc @vladfaust

I added a weekly run on Travis.

Comment thread spec/integration/claims/aud_spec.cr Outdated
it "accepts token" do
token = JWT.encode({"foo" => "bar"}, "key", "HS256")
payload, header = JWT.decode(token, "key", "HS256")
payload, _ = JWT.decode(token, "key", "HS256")
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Just a quick question, why using _? Should it increase performance or?

Copy link
Copy Markdown

@vladfaust vladfaust Jun 17, 2018

Choose a reason for hiding this comment

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

Also it should ideally be splitted into another commit, because it's not related to 0.25 support, but whatever 🤷‍♂️

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Ok

@veelenga veelenga force-pushed the feat/crystal-0.25 branch from 7bb07d9 to bcc2bfa Compare June 17, 2018 16:54
@veelenga veelenga merged commit 9d7200d into master Jun 17, 2018
@veelenga veelenga deleted the feat/crystal-0.25 branch June 17, 2018 16:56
@veelenga veelenga mentioned this pull request Jun 17, 2018
@veelenga
Copy link
Copy Markdown
Member Author

veelenga commented Jun 17, 2018

v0.3.0 is out

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.

Build failing with Crystal 0.25.0

2 participants