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

Extender should throw when trying to bundle with incompatible bob version #163

Open
dapetcu21 opened this issue Jun 14, 2020 · 1 comment
Assignees

Comments

@dapetcu21
Copy link

Is your feature request related to a problem? Please describe (REQUIRED):
I keep making the mistake of forgetting to change the build server URL between staging and production. The problem is that extender doesn't point out this mistake to me and instead tries to compile anyway and fails on some random missing files, resulting in an unhelpful error and a lot of headscratching.

Describe the solution you'd like (REQUIRED):
Extender should error out early if trying to compile with a version of bob for which it doesn't have a corresponding engine build on file.

Describe alternatives you've considered (REQUIRED):
Paying more attention, but that's not always achievable 😄. I usually remember the fix if I have the same problem twice, but this time I seem to have been fooled 3 times (that i can remember) already, since the errors tend to be different each time.

Additional context (OPTIONAL):
One instance in which I was fooled: defold/defold#4903

@britzl britzl transferred this issue from defold/defold Jun 14, 2020
@britzl
Copy link
Contributor

britzl commented Jun 14, 2020

Need some input from @JCash here

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

No branches or pull requests

3 participants