[SOLVED] Stuck on quest - Chef Gado/Julia

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
Reid
Lead Developer (SoM)
Lead Developer (SoM)
Posts: 1551
Joined: 15 May 2010, 21:39
Location: Artis
Contact:

Re: Stuck on quest - Chef Gado/Julia

Post by Reid »

Thank you for your report, I fixed that issue on the test server once you told me about it, the fix is on this merge request https://gitlab.com/evol/serverdata/merge_requests/59 .
If you could test it there and tell me if everything is fine, I will make sure it is merged fast into the master branch.
"Time is an illusion. Lunchtime doubly so."
-- Ford Prefect
User avatar
Reid
Lead Developer (SoM)
Lead Developer (SoM)
Posts: 1551
Joined: 15 May 2010, 21:39
Location: Artis
Contact:

Re: Stuck on quest - Chef Gado/Julia

Post by Reid »

You replaced some tabs by spaces when you copied the diff. :)
Function declaration are spaced by tabs, so lines 25, 37, 44, 55, etc... have to use tabs instead of spaces.
It should have happened when you copied the script from your web browser, you can click on the "raw" button to have a correct copy of the script (with tabs instead of spaces).

Although, I recommend you to test the MR on the official test server, see if everything is running fine. If everything is fixed, write it here and we will merge the request into the master branch, and then you will be able to pull the change easily. :)
ddrichards wrote:I apologize, but I am a complete noob when it comes to this development work. Still learning.
We all learned by tweaking and breaking different stuff, don't worry about it!
"Time is an illusion. Lunchtime doubly so."
-- Ford Prefect
Post Reply