typed icon indicating copy to clipboard operation
typed copied to clipboard

Broken variable assignation

Open latot opened this issue 1 year ago • 3 comments

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!

latot avatar Jan 09 '24 19:01 latot

@moodymudskipper Hi, is possible to fix this? thx!

latot avatar Mar 27 '24 12:03 latot

Ouch, the CRAN version didn't do that, I must have messed something up

moodymudskipper avatar Mar 27 '24 14:03 moodymudskipper

@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

latot avatar Mar 27 '24 14:03 latot