Balazs Scheidler

Results 182 comments of Balazs Scheidler

hmm... I concentrated so much on JavaScript behavior when the types are NOT the same that I missed that if they are the same, the behaviour is not useful at...

I've implemented the imrovements that we discussed on the team call, at the moment it is a separate commit for easier review. If you agree with the changes, I'd squash...

I have now pushed another iteration, this time squashing commits closer to how they should have looked like initially. I am resolving comments I have answered, please do check your...

pushed a commit to fix the clang warning.

I have one last doubt as indicated on the wonderful truth table prepared by @alltilla ![truth-table-type-aware](https://user-images.githubusercontent.com/714102/186356397-cf8fa9bd-d179-4eb0-97da-c14697f51440.png) . In JavaScript Number(null) is indeed zero, but `null` is not automatically converted to...

> I just realized this means we don't have exact null checks. A null-value that behaves the "usual way" would be useful IMHO, it could represent unset values too in...

I have added a last commit to fix the null cases: commit 3ab47a3e1b67edcba2f562431655a51e059d903b (HEAD -> type-aware-comparison-operators, origin/type-aware-comparison-operators) Author: Balazs Scheidler Date: Wed Aug 24 11:55:03 2022 +0200 filter-cmp: change the...

Let me know if you want me to split the last bit.

\o/ Type aware operators are IN! The rest is just a piece of cake. Thanks for all the good feedbacks and your help to get this in a shape where...

I think the solution here is not to add more locks, but to run tags_reinit() at the right moment. With dedicated worker threads now common, the app_config_changed hook is not...