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

silence #327

Merged
merged 5 commits into from Mar 23, 2017
Merged

silence #327

merged 5 commits into from Mar 23, 2017

Conversation

grosser
Copy link
Contributor

@grosser grosser commented Mar 8, 2017

Copy link
Member

@bquorning bquorning left a comment

Choose a reason for hiding this comment

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

```
ou are setting a key that conflicts with a built-in method Hashie::Mash#class defined in Kernel. This can cause unexpected behavior when accessing the key via as a property. You can still access the key via the #[] method.
```
@grosser
Copy link
Contributor Author

grosser commented Mar 8, 2017

neat, updated!

@aud
Copy link

aud commented Mar 23, 2017

👋 Hey this is really spamming our logs. Is there anything I can do to help expedite things?

@grosser
Copy link
Contributor Author

grosser commented Mar 23, 2017

how about a review ? :D
pinging ben to get him to take another look

@bquorning
Copy link
Member

👍

@grosser grosser merged commit ffa99f6 into master Mar 23, 2017
@grosser grosser deleted the grosser/silence branch March 23, 2017 17:38
@grosser
Copy link
Contributor Author

grosser commented Mar 23, 2017

v1.14.3

module ZendeskAPI
# @private
class SilentMash < Hashie::Mash
disable_warnings
Copy link
Contributor

Choose a reason for hiding this comment

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

Would have been nice to check for method existence 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

update your hashie ... but I guess should bump required version here and yank the previous release ...

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah I found out that I needed to bump hashie but it came as a bit of a surprise!

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.

None yet

4 participants