Differences From Artifact [04e1a3fbb9]:
- File parsav.t — part of check-in [8398fcda5a] at 2021-01-10 16:44:33 on branch trunk — add avatar panel (user: lexi, size: 19141) [annotate] [blame] [check-ins using]
To Artifact [392d24dbd5]:
- File parsav.t — part of check-in [0d10a378e9] at 2021-01-11 01:53:23 on branch trunk — add auth docs and rsa auth (user: lexi, size: 19145) [annotate] [blame] [check-ins using]
312 312 end 313 313 set.bits = {} 314 314 set.idvmap = {} 315 315 for i,v in ipairs(tbl) do 316 316 set.idvmap[v] = i 317 - set.bits[v] = quote var b: set b:clear() b:setbit(i, true) in b end 317 + set.bits[v] = quote var b: set b:clear() b:setbit([i-1], true) in b end 318 318 end 319 319 set.metamethods.__add = macro(function(self,other) 320 320 local new = symbol(set) 321 321 local q = quote var [new] new:clear() end 322 322 for i = 0, bytes - 1 do