-
Notifications
You must be signed in to change notification settings - Fork 27
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
373 deploying the sample data fails #393
373 deploying the sample data fails #393
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest merging the code quality fixes with the first commit, and then splitting that out into a commit around line 39 with a good commit messages explaining why that change, and then a 2nd commit with the new check.
0f9c798
to
515ef3d
Compare
We've merged the original commits, and split them into two new ones based on the functionality changed. ( @rowan04 May bad, but I forgot to get you to add a note like this to the PR, which confused @gregcorbett - it's useful when you re-write the history.) |
ok! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2f55dc2
to
7df2485
Compare
Rebasing |
- The default statement was set to a LogicException which was always throwing an error as some of the data didn't match the existing case statements - This was removed and replaced with a break to allow the sample data to deploy correctly
- This is to try and cover the case the removed LogicException was trying to catch
- Adds comment explaining that $error will be an object of the libXMLError class
7df2485
to
e10c89c
Compare
Resolves #373