Mihai A. 🇷🇴🇩🇪🇬🇧🇫🇷
Mihai A. 🇷🇴🇩🇪🇬🇧🇫🇷
@dwkielman I updated the description with all the details. Don't forget to fork the repo, clone it and do the changes on a separate branch named 178 (master is always...
@dwkielman well, this is the task and it's assigned to you. Pick 2 or 3 test classes which you can do in 30 min (I suggested some in the description)...
@dwkielman Don't apologize, we've all been there :P Yes, ``EnglishTestCase`` is good to start with. All you have to do is convert the asserts into matchers hamcrest asserts (check the...
@dwkielman If Maven is integrated in your IDE, then you should be able to run the build from there (somewhere it should ask you to type in the "goals", which...
@dwkielman One more point: there is Travis CI integrated in all the repos and also rultor is used when merging, so basically any build failure will be caught and I'll...
@dwkielman i'll answer in about 1-2h, when I get to a laptop :)
@dwkielman sure, no worries
@dwkielman To answer the first question: > Failed tests: structuresPagesCorrectly **Answer** The problem is that, right now, the file ``src/test/resources/bulkIndexStructure.txt`` has Windows-style line endings, on your machine. That's why the...
@dwkielman To answer your second question: > struggling with the program's function for generating the Language or Command objects Why are you struggling with that? :D You don't have to...
@g4s8 I thought of that too, but realised most of the times it would be a useless operation: * how often would a complete reindex be needed? * how do...