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

Fixes #9231 - Require English lib and fix ENC failure #2131

Closed

Conversation

daviddavis
Copy link
Contributor

No description provided.

@daviddavis daviddavis changed the title [DO NOT REVIEW] Fixes #9231 - Require English lib and fix ENC failure Fixes #9231 - Require English lib and fix ENC failure Feb 5, 2015
@daviddavis daviddavis changed the title Fixes #9231 - Require English lib and fix ENC failure WIP ~ Fixes #9231 - Require English lib and fix ENC failure Feb 5, 2015
@domcleal
Copy link
Contributor

domcleal commented Feb 5, 2015

There's also the instance in app/host/managed.rb changed here: 4f7a4d0#diff-29

(Did you mean to keep English?)

@daviddavis
Copy link
Contributor Author

Yea, I added the English lib. If you'd rather I went back to the original globals, I can do that. Or if you want me to refactor 4f7a4d0#diff-29, I can do that too.

@daviddavis
Copy link
Contributor Author

FYI, there's also other places that require English too like 4f7a4d0#diff-53e1a0d0a8734476a8eb9b7e66b59d4aL164 (or reversion).

@domcleal
Copy link
Contributor

domcleal commented Feb 5, 2015

Ah cool, that's fine by me. I thought CHILD_STATUS was core, interesting!

render :text => _('Unable to generate output, Check log files\n'), :status => 412 and return
logger.warn "Failed to generate external nodes for #{@host} with #{e}"
logger.debug(e.backtrace.join("\n"))
render :text => _('Unable to generate output, Check log files'), :status => 412 and return
Copy link
Member

Choose a reason for hiding this comment

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

Nitpick, can you use the symbol instead of the code? :precondition_failed

@dLobatog
Copy link
Member

@daviddavis 👍 , but is this still WIP?

@daviddavis daviddavis changed the title WIP ~ Fixes #9231 - Require English lib and fix ENC failure Fixes #9231 - Require English lib and fix ENC failure Feb 13, 2015
@daviddavis
Copy link
Contributor Author

[test]

@daviddavis
Copy link
Contributor Author

Updated. Should be ready to go.

@dLobatog
Copy link
Member

Merged as 350a041 , thanks @daviddavis . Notice I removed the '#failed' comment as it was very redundant

@dLobatog dLobatog closed this Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants