-
Notifications
You must be signed in to change notification settings - Fork 7
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
incorrect class definition string #17
Comments
ah ... I removed the inDictionary: arg from the actual messages and missed changing the template ... poor test coverage .. |
No problem. I'll pick the change up tomorrow. fyi - I'm not going to test your new readme instructions tonight. I'll test it tomorrow. |
dalehenrich
added a commit
that referenced
this issue
Mar 22, 2018
Remove `inDictionary:` from the class creation templates. Add 2 new tests: RwHybridBrowserToolTest>>testHybridClassCreationWithClassCreationTemplateA RwHybridBrowserToolTest>>testHybridClassCreationWithClassCreationTemplateB to fill the gap in test coverage ... there were a few other tweaks needed for the templates to be correct ... mainly in the area of using hybrid naming when it's not appropriate and expand the options for creating templaces of variable and bytes classes. tests are green: 87 run, 86 passes, 1 expected defects, 0 failures, 0 errors, 0 unexpected passes
I'll be in the office tomorrow, so that'll be a good time to try out something new ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sending method classCreationTemplateForClass:hybridBrowser: to RowanDefinitionService results in this class definition string, however this method does not appear to be implemented in Rowan:
Object rwSubclass: 'RowanDefinitionService'
instVarNames: #( definition)
classVars: #()
classInstVars: #()
poolDictionaries: #()
inDictionary: ''
category: 'Rowan-Services'
options: #()
The text was updated successfully, but these errors were encountered: