so with this whole `'RGlobs' object is not iterabl...
# development
r
so with this whole
'RGlobs' object is not iterable
thing where folks are casting rglobs to a list and operating on the values (e.g.
sorted(list(rglobs(‘*Test.java’)))[0::2])
) - iiuc, that’s because
BaseGlobs
derived types are lazy hence can’t actually iterate over their values at parse time?