Janzert
Janzert
The two questions I always when updating a language during the contest. Will this effect already submitted bots? And how will this effect users already using the language? I think...
I don't think you need to bother checking that they will all still compile without any change. From what you said it sounds like it should be good and if...
You probably don't want to be filtering on the date client side, rather use the server side filtering. For example to get the games for iamtomcheng on new years day...
Sorry, so besides the obvious date typo it seems like when multiple filters of the same type are applied they get combined as `first_filter OR second_filter`. So the above query...
To be clear the OR'ing of multiple uses of a filter in the api is definitely intentional. I'm not sure when the capability is used, but it is special cased...
Can you check what version you have (`halite --version`)? This should have been fixed in 1.1.2. The latest version is 1.1.5 and is available from the [download page](https://halite.io/learn-programming-challenge/downloads)
Sorry thought I was looking at my div end tag PR #337, but I see @harikmenon just merged it.
Can confirm the problem exists with both Firefox beta 63.0 and nightly 64.0a1 (2018-10-19).
After some conversation on the mod discussion forum it's clear that the root problem of depending on the order of entities is what really needs to be fixed, so I've...
So I think this now has filters working for all cases, although there are a few internal and at least one user visible spot that could still use cleaning up....