Commits
Click on a commit to change the comparison rangerefactor(qc): move generator call parsing to a more appropriate place
Generator calls should only be parsed when we expect a scalar.
This change also adds some debug assertions to ensure that the return
types are correct. For performance and size reasons, we do not compile
these checks in release builds because generators do not come from user
input and cannot be represented in the JSON protocol.