Alexandre Mutel
Alexandre Mutel
This library was not meant to support C++ and templates, also because libclang is sometimes not exposing everything, which is bringing more complications because we need to re-parse things CppAst....
I don't think that we are parsing attributes for C++ class so they are not reported. They are parsed for methods and arguments afair. I have no personal time to...
afair it is that clang doesn't return them (in some cases)
> Would this be an easy fix, or should I just turn off auto-squashing and parse the typedefs? order is going to be a problem because I don't maintain the...
I'm not using GitLab, so little interest for developing this myself, but PR welcome.
I don't know, don't remember I ever tried to look for their sourcecode... I haven't tried to implement rc-immix - as I haven't really completed immix here 😅
Oops, re-discovering your question just now, that was at a time where I was in holidays for several weeks, so completely forgot to come back to all notifications I received...
Hi Samuel, I'm supposed to write a blog post about it, but don't know when I will have the spare time to do it 😅 , so here are a...
Just wondering, but shouldn't the request be: ```json { "equipment": { "name": "test equipment", "fields": [ { "values": { "hull_color": "white" } }, { "values": { "beam": "29" } }...
hm, thanks for this test... I still don't understand why KeyValuePair is involved... but definitely looks like map is not handled correctly.