Brandon Whitchurch
Brandon Whitchurch
This change does affect a couple places in sst-elements. I have a [branch](https://github.com/bwhitchurch/sst-elements/tree/fix-stdMem) with the required changes ready to go, assuming this PR is successful.
It does not. There are a couple lines of code in Miranda and MemHierarchy that use `data` directly.
Cool, I understand that the breaking change is undesirable. We caught this in our codebase and the giving responsibility to CustomRequest/Response ended up being a simpler matter than following the...
I have given this a little bit of thought and I think the following steps comprise a roadmap that doesn't break anything along the way. First, we can try deleting...
Okay, thank you very much. I had tried adding the entry to our local `settings.yml` as an option under both `os_build` and `os_target`. This works when we call `conan` and...
> customizing your own settings.yml would be enough. So where should I add a new supported OS if entries under `os_build`, `os_target`, and `os` sections aren't getting picked up? I...