Filip Schouwenaars
Filip Schouwenaars
@martijnsublime isn't this part of the feedback systems that I would be working on again soon, i.e. Content Engineering?
I would keep this stuff inside `pythonwhat` then, so I don't lose track of it.
@sumedh10 Some thoughts I completely understand the reasoning: you don't want to give away the solution. On the other hand, we also have to make sure that people don't get...
@sumedh10 I can also include an extra option in `has_equal_value()`, e.g. `include_expect` or something, that specifies whether or not to append the `expected x got y` append. Anyways, I won't...
Not as easy as it sounds, because of the probe-functionality that is in there.
@machow yep, agree, it should follow the same rules as a list comprehension; it's time to clean these 'rules' up a bit.
@machow +1!
@sumedh10 Can you give an indication of urgency, where this is needed, by what time this is needed, etc?
After investigating this, I found the underlying issue: - When doing `check_function("sum")`, you're looking for all usages of `sum()` through the parse data. In addition, `standardize_call()` will use `match.call()` to...
Kind-of duplicate of #161