Jonathan Dorn
Jonathan Dorn
These changes were merged in our internal repo (the GitHub repo is a mirror of the internal one) on August 23. You can see the diff that merged here: https://github.com/GrammaTech/gtirb/compare/4ff067e..3b5766f
The mechanism for checking the type of a CFG node at runtime depends on whether you are using C++ or Python. In C++, you would use `gtirb::dyn_cast`: ```c++ for (auto&...
Thanks for the report. I'll put together a fix. Should be up in the next couple days.
Yes. Sorry I forgot to post an update here when it merged.