toml icon indicating copy to clipboard operation
toml copied to clipboard

Remove check for homogeneous array

Open sethcall opened this issue 3 years ago • 2 comments

In conformance with latest TOML spec...

sethcall avatar May 26 '21 14:05 sethcall

My reading of the code indicates that with this change atype is not at all used anywhere and so the variable can simply be removed entirely (and then also ntype for that matter (i.e. doing nval, _ = self.load_value(a[i]) to indicate that the returned value is not used))

ksunden avatar May 26 '21 16:05 ksunden

ping @uiri

zoj613 avatar Oct 26 '22 12:10 zoj613