Closed phasebash closed 10 years ago
Thanks for the pull request. I just had a quick look. Instead of trying to find a sensible default, we could just expose the encoding
property through the DSL. If it's not set (meaning its value is null
), then we don't set the encoding for the compiler. If it is set, then we set it. That would remove a lot of code and make the pull request simpler. Then it's up to the user set a value from the outside. Would you be willing to modify your pull request?
Sure, if that is what you'd prefer. I'll close this request and will issue a new one soon, ideally tomorrow.
This is an attempt to pull the encoding and executable from the nearest compiler configuration (in a non-deprecated way).