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

Move language to third argument to evaluateExpressionValue #210

Merged
merged 1 commit into from
Nov 14, 2017

Conversation

kastiglione
Copy link
Contributor

Most of chisel assumes the second argument is printErrors and passes a boolean by position, not keyword. To leave those call sites as they are, this change makes language the third argument, and updates the few uses in the XCTest helpers.

cc @bartoszj for the changes to FBXCTestCommands.py

Resolves #209.

Most of chisel assumes the second argument is `printErrors` and passes a boolean
by position, not keyword. To leave those call sites as they are, this change
makes `language` the third argument, and updates the few uses in the XCTest
helpers.
@kastiglione
Copy link
Contributor Author

kastiglione commented Nov 14, 2017

Gonna take @bartoszj 👍 reaction as an accept :trollface:

@kastiglione kastiglione merged commit 091ef31 into master Nov 14, 2017
@kastiglione kastiglione deleted the fix-evaluateExpressionValue-argument-order branch November 14, 2017 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants