Patrick Stephen
Patrick Stephen
#189 Finishes the first step of this refactor. Step two points to #25 as a (possible) prerequisite, which itself points to #36 as a prerequisite, so following that chain is...
We tested on a mac if `availability(macosx, (introduced = 10.6))` would run, and it did not, meaning that just removing parens from `declRefExpr` wouldn't be a fix, unfortunately.
I can't find an attribute that isn't obscure-platform specific outside of clang's attributes that ableC currently fails to parse, so its fair to call this a mac issue and wait...
If adding defaults for annotations is still something we want to implement, I'd be interested in taking a look at putting it together.
I've got default annotations for productions working in the `feature/defaultAnnos` branch, but it involved a lot of disparate code being changed, so it could do for refactoring. The gist of...
I'll give it a look later tonight, sorry for not pushing the branch. I may need to dig out an old laptop.
It is in `feature/bidirectionalTransformation`, but there's a lot of commits in there that are completely unrelated to the default annotationss, so it might be hard to isolate from that.
I don't know. Similar work was taken on with a recent origin tracking PR.
Alright, I was able to find the old repo on my laptop and push up that branch. That repo thought that it was up to date with the remote so...
A few thoughts: a. The value add would be mostly for OSX, trusting it works, as that's the only current platform that relies on objective C code. b. I doubt...