Meinrad Recheis
Meinrad Recheis
Yeah, but using int or double in the first place was a design error so it is more than justified to break. It is the type of break users will...
> Idk if we want this in v7 or v8 If it isn't breaking we can do it anytime after v7 has stabilized.
Maybe we should also make EvaluateForm and Update async and rename
@ScarletKuro I made every method async and eliminated async Task discarding where possible except IForm.Update. Here is my reasoning embedded in a code comment in the method itself: ```c# ///...
This is a mega-project. Scheduling it for v8
Thanks for the review @jperson2000, lots of good comments. This PR is on hold for now though.
@Eddie-Hartman There is no particular reason why the default is `numeric`. We just didn't know about this problem. You can PR the default change, but like @ScarletKuro said, it'll only...
v8 will come out this year, in november or december. We are already working on it.
> Since it's considered a feature, is 7.X appropriate? Changing the default value will have to be released in v8. Otherwise scores of other users will riot and burn down...
Is this ready to merge or do we need to make some decision first?