Broken variable assignation
Hi all, for some reason, vars with typed are being assigned to more than one at the same time, well is confused to explain, better the example:
typed::Integer() ? a
typed::Integer() ? b
a <- 1:1
b <- 2:2
> a
[1] 2
> b
[1] 2
Thx!
@moodymudskipper Hi, is possible to fix this? thx!
Ouch, the CRAN version didn't do that, I must have messed something up
@moodymudskipper don't worry, I'm using the dev one, the CRAN version needs a lot of fixes that are here, is not very usable for libs u.u
While the only two remaining bugs in the dev are mainly this one and https://github.com/moodymudskipper/typed/issues/61
If both are fixed and check with a lot of codes I have with typed :3