Results 9 comments of Elliot Swart

I was unable to find any docs in this repo for official go version support, but if the CI/CD testing matrix reflects reality it looks like 1.16.x versions are now...

@myitcv, would the pull request above represents a reasonable first step per your comment? Use of the Overlay is so deeply embedded in tests throughout the project, so removing it...

@verdverm The io/fs.FS interface is read only which prevents using it for export. However from what I can tell (though I'm relatively new to the codebase) virtualizing the writes is...

@verdverm So for this to be a good fix (and not require two largely parallel implementations), the fs.FS interface needs to be used everywhere since a lot of the reads...

Thanks so much! I'll fix that up. Really all the changes here are just what is necessary to handle all import / decoder reads from a virtual file system. I...

@yassinm Currently there are comments being added to the gerrit link above, with lots of housekeeping stuff since I'm new to the codebase, gerrit, etc. Happy to let you know...

@verdverm @yassinm just uploaded the next patch set. @verdverm, your test script now works (at least on my machine). https://review.gerrithub.io/c/cue-lang/cue/+/533307

Here is the best resource I've found so far detailing [past xml/json conversion schemes](http://wiki.open311.org/JSON_and_XML_Conversion/). A decent bit of work has been done on the topic, especially back when XML was...

Thanks so much for helping spread the word, and for writing so much great learning material yourself. I bought your book when I started my learning process, and I use...