Commit
Ř
087ba59 Fix is.vector (#1125) * Fix is.vector If the argument only has the `dim` at...
4b26125 Fix null subassign (#1127) * NULL goes to slowcase * fix lapply * fix veri...
154cced Merge pull request #1126 from reactorlabs/fixScalarTypecheck fix type checks...
55743a0 fix type checks for scalars plus adding support for non-na checks
522bc27 Merge pull request #1124 from reactorlabs/optimizedTypetestAssumptions Optim...
c5f739a Fix typetest of simple scalars, only depromise if expected
c3bf96c Revert "another, probably worse, fix" This reverts commit e17112180234b86032...
4dbb590 type test needs to guard against wrapped missings if a promise wrapped type ...
e171121 another, probably worse, fix
d1baed6 fix assume hoisting
bc9023c fix some o/u fcmp confusion
8afcb91 Revert "Assume(NA) must trigger deopt" This reverts commit 082374fa6137a889e...
82a3a4b Revert "why?" This reverts commit 4e63af126b31e9705a16e32baf8e7da2412c4af1.
f06ec5a fix wrong type of casted
4e63af1 why?
082374f Assume(NA) must trigger deopt The branch compares against "false", therefore...
d786542 typo
86185fc prevent this opt from overriding more precise typefeedback
540a42d fix void type issue
f7b7b50 optimize force of typetested sometimes we end up type-testing a forced value...