DDMAL / Rodan

:dragon_face: A web-based workflow engine.
https://rodan2.simssa.ca/
46 stars 13 forks source link

Warnings in the web console while running Rodan #281

Closed WeiToGo closed 9 years ago

WeiToGo commented 10 years ago

Got these warnings while running Rodan.

mrbannon commented 10 years ago

As discussed, I think this has to do with one of Laurier's last commits.

Wei, what you could try to do (when you're finished reading up on Rodan and REST):

OR

Regardless, it's probably best to finish your reading first. This bug is just inconvenient for now, and is not in the prod environment.

On Sat, Jan 11, 2014 at 2:26 PM, WeiToGo notifications@github.com wrote:

Got these warnings while running Rodan.

-

(void)init ^ WARNING line 115 in http://localhost:8000/static/Rodan/Frameworks/Ratatosk/WLRemoteLink.j: Conflicting return type in implementation of 'init': 'id' vs 'void' Objective-J.js:6590

(void)initWithFrame:(CGRect)aFrame ^ WARNING line 157 in http://localhost:8000/static/Rodan/Frameworks/TNKit/TNMessageView.j: Conflicting return type in implementation of 'initWithFrame:': 'id' vs 'void' Objective-J.js:6590

(void)setThemeState:(id)aThemeState ^ WARNING line 142 in http://localhost:8000/static/Rodan/Frameworks/TNKit/TNTabView.j: Conflicting return type in implementation of 'setThemeState:': 'BOOL' vs 'void' Objective-J.js:6590

(void)setThemeState:(id)aThemeState ^ WARNING line 142 in http://localhost:8000/static/Rodan/Frameworks/TNKit/TNTabView.j: Conflicting parameter types in implementation of 'setThemeState:': 'CPThemeState' vs 'id' Objective-J.js:6590

(void)unsetThemeState:(id)aThemeState ^ WARNING line 150 in http://localhost:8000/static/Rodan/Frameworks/TNKit/TNTabView.j: Conflicting return type in implementation of 'unsetThemeState:': 'BOOL' vs 'void' Objective-J.js:6590

(void)unsetThemeState:(id)aThemeState ^ WARNING line 150 in http://localhost:8000/static/Rodan/Frameworks/TNKit/TNTabView.j: Conflicting parameter types in implementation of 'unsetThemeState:': 'CPThemeState' vs 'id' Objective-J.js:6590

(id)setAction:(SEL)aSelector ^ WARNING line 142 in http://localhost:8000/static/Rodan/Frameworks/TNKit/TNTextFieldStepper.j: Conflicting return type in implementation of 'setAction:': 'void' vs 'id' Objective-J.js:6590

(void)initWithFrame:(CGRect)aRect ^ WARNING line 26 in http://localhost:8000/static/Rodan/Frameworks/TNKit/TNUIKitScrollView.j: Conflicting return type in implementation of 'initWithFrame:': 'id' vs 'void' Objective-J.js:6590

(CPString)version ^ WARNING line 6 in http://localhost:8000/static/Rodan/Frameworks/RodanKit/RodanKit.j: Conflicting return type in implementation of 'version': 'int' vs 'CPString' Objective-J.js:6590

(void)

_setStringValue:(id)aValue ^ WARNING line 302 in http://localhost:8000/static/Rodan/Frameworks/LPKit/LPMultiLineTextField.j http://localhost:8000/static/Rodan/Frameworks/LPKit/LPMultiLineTextField.j: Conflicting return type in implementation of '_setStringValue:': 'BOOL' vs 'void' Objective-J.js:6590

(void)

_setStringValue:(id)aValue ^ WARNING line 302 in http://localhost:8000/static/Rodan/Frameworks/LPKit/LPMultiLineTextField.j http://localhost:8000/static/Rodan/Frameworks/LPKit/LPMultiLineTextField.j: Conflicting parameter types in implementation of '_setStringValue:': 'CPString' vs 'id' Objective-J.js:6590

(id)awakeFromCib ^ WARNING line 37 in http://localhost:8000/static/Rodan/Controllers/ProjectController.j: Conflicting return type in implementation of 'awakeFromCib': 'void' vs 'id' Objective-J.js:6590

(void)init ^ WARNING line 14 in http://localhost:8000/static/Rodan/Delegates/GlyphsTableViewDelegate.j: Conflicting return type in implementation of 'init': 'id' vs 'void' Objective-J.js:6590

(void)writeSymbolName:(CPString)newName ^ WARNING line 25 in http://localhost:8000/static/Rodan/Delegates/ClassifierTableViewDelegate.j: Conflicting return type in implementation of 'writeSymbolName:': 'CPMutableArray' vs 'void' Objective-J.js:6590

(void)writeSymbolName:(CPString)newName ^ WARNING line 9 in http://localhost:8000/static/Rodan/Delegates/PageGlyphsTableViewDelegate.j: Conflicting return type in implementation of 'writeSymbolName:': 'CPMutableArray' vs 'void' Objective-J.js:6590

(id)awakeFromCib ^ WARNING line 41 in http://localhost:8000/static/Rodan/Controllers/UploadWindowController.j: Conflicting return type in implementation of 'awakeFromCib': 'void' vs 'id' Objective-J.js:6590

(id)awakeFromCib ^ WARNING line 211 in http://localhost:8000/static/Rodan/AppController.j: Conflicting return type in implementation of 'awakeFromCib': 'void' vs 'id' Objective-J.js:6590

— Reply to this email directly or view it on GitHubhttps://github.com/DDMAL/Rodan/issues/281 .

WeiToGo commented 10 years ago

Sure, I'll try to do that next.

ahankinson commented 9 years ago

Fixed.