Cosmic
Cosmic
Thanks for opening an issue. I remember seeing mention of `#include` and `#base`, but wasn't sure how to handle it at the time so I just ignored it. Now that...
So I've been looking into this issue and I've got a couple of questions if you don't mind --- So I downloaded all the free to play or already owned...
Thanks for linking the python tool and the extra info! I think I saw some `#include` directives onside some packed CSGO files, and from what I could tell it looks...
Thanks for all that information. Knowing how to unpack `.vpk` files got me over 20k more files to test out just from that `tf2_misc` pack alone. I've sifted through a...
Alright so with 0ea6be99eb372932344be6210ca519f143c3649b there is now very limited support for `#base` macros. Currently this is restricted to just parsing and doesn't yet have any documentation or ergonomics that I'm...
I'm no longer planning on adding the aforementioned ergonomics, so I'm going to close this as completed now :wave:
I believe on the latest version this should emit an error instead of panicking at least (unless you're the one panicking of course) Can you update your repro with the...
Ope, spoke too soon. I haven't released those changes yet, so that's only on `main` atm
Perfect, thanks! I'll try to figure out a fix sometime next week
Exactly two files (the same exact same contents) use some weird platform tag identifier thing like so ```vdf "Foo" { "Bar" [$WIN32] { } } ``` Handling this would probably...