Alex Denisov
Alex Denisov
I was missing the annotations due to the relative path in the logs (`../foo.cpp` didn't match `foo.cpp`). Now fixed https://github.com/mull-project/mull/pull/1028
@liangqi, good point. I want to subscribe.
Hi @nemesis-fw, thank you for feedback. Also, I've received email with the similar issue, so I will look at it.
Could you add breakpoint to `[fetcher where:...` and print description of `fetcher.whereStatement`? Seems that `whereStatement` is not a mutable string.
Wiki info outdated, this fields removed. Current version uses `@dynamic`
You should create your model and mark properties as `@dynamic`, other properties will be ignored. ``` objectivec @interface User : ActiveRecord @property (nonatomic, copy) NSString *email; @property (nonatomic, copy) NSString...
@valkjsaaa not sure what are you asking for, but I've found this issue when tried to figure out how-to marry ARC and bison. If you have a problem when your...
Hi @paulshapiro, You may try to apply `(__bridge_retained *)` before assigning to `$$`, e.g.: ``` $$ = (__bridge_retained void *)[PTNode functionNode:@"MINUS",$1,$3,nil]; ``` Both `$1/$3` should work just fine, because they...
Any guides on what needs to be done?
@questbeat, version number, e.g. '0.0.1', or '1.0.0'. Also, spec won't pass validation without tag. So, we can add pod only after you add a tag.