-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block-style Initializer and properties: Allow injection of primitive #100
Comments
Are you thinking about something inline with this? [initializer injectWithInt:10];
...
[definition injectProperty:@selector(prop) withLong:1.0];
[definition injectProperty:@selector(prop) withBoolean:YES];
...
|
Yup, in the block-style the text-conversion looks weird as it is now. . . If I want to inject an enum I have to jump through some hoops. |
Agree. Ran into the enum scenario just a few days ago. I can take a pass on this issue, have some time in the coming days to look at it. |
Great! |
I'm not able to run the tests from command line at the moment .. missing the 6.1 environment used. |
I was using 6.1 so that we can produce test coverage reports. 7.0 had a bug. . . However the class VATestObserver now fixes this, and flushes the coverage data before closing. Therefore we can now shift to 7.0 is the main test platform. In any case the build server should be back today. . |
Thanks for the background info on that. Good to hear the build server is on the road to recovery! |
No description provided.
The text was updated successfully, but these errors were encountered: