Edward J. Schwartz
Edward J. Schwartz
Good to know! Luckily the C++ code that was failing was a C++ interface that was not actually related to the code I was testing.
@lucaskjaero Sass supports nesting out of the box. I don't remember any issues with media queries. ``` diff --git a/gatsby-config.js b/gatsby-config.js index a30d21e..cfb5c1a 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -59,9...
I switched to sass
This branch apparently has some problems for virtual bases. Basically, when we install a vftable to a virtual base, the thisptr will not match ecx: ``` funcParameter(0x0040247E void __thiscall std::basic_char_ostream::`vbase...
It seems that we need a way for `possibleVFTableWrite` to describe vftables that are installed in a virtual base
I am sure I'll forget my progress by the time I get back from vacation, so I'll add some notes here. I added a new fact type, thisPtrDefinition, which expresses...
Just to update this, I did add a bunch of hashes for `new[]`. But I suspect it will still have the `Missing return value from new() call at 0x0040104F` problem...
Thanks, I clearly had not looked at your examples in enough detail. At least for virtual classes we should have enough information to do something meaningful. I may work on...
I'm thinking of rules we could add for this. Perhaps a sanity check that all factDerivedClass appear before factEmbeddedObject? That seems true for regular inheritance. Is it true for virtual...