Patrick Armstrong
Patrick Armstrong
Seconding this, with the caveat that it's still quite buggy, with some functionality not working at all, and others producing huge amounts of lag. So it might be worth waiting...
Has there been any update to this, is there a better way of dealing with this issue?
As the writer of that ~abomination~ clever piece of code, I think a generic way to tie code in to certain entry points would be very cool. However I found...
Ahh, sorry I didn't see that. I'll look into a PR :)
Re-implemented into julia-base (https://github.com/JuliaLang/julia/pull/48964)
Could you do this by changing: ``` mutable struct Parser ... root::AbstractDict ... end ``` So that you could do, for instance: ``` parser = TOML.Parser() parser.root = OrderedDict{String, Any}()...
It's a bit more complicated then I suspected, but I think I got it working in the above pull request
I'd expect this to return an empty dictionary, rather than crashing
Note that this allows users to get around #63 (albeit with a good chunk of effort on their part)
Cool, I had browsed those issues previously but wasn't certain if the state had changed. I will create a new issue for the segfault, so this one can be closed