Add ability to include methods from independent files#74
Conversation
|
To be honest, this code looks like pure magic to me and I don't have time right now to build deep understanding of how it actually works. I don't see any obvious problems, and considering that @ritch hasn't responded in the last two weeks, I think it's ok to land this patch as it is. @hacksparrow I have one question only, the comment for assigning a file to a class, should it start with |
|
Both |
|
@rmg any idea why those two are failing? |
|
The downstream failure appears to be the old job for deploying the apidocs site. I'll take a closer look later. |
|
@hacksparrow fair enough. |
|
@rmg yo! |
|
@hacksparrow I've removed the dependency trigger, but you'll need to rebase in order to clear the failure status for the PR since statuses are set directly on the commits. |
|
@rmg still the same. |
|
@hacksparrow I had to dig a little deeper than expected, but it should be fixed now. You can either rebase to clear the status or you can just ignore the failure. |
The methods of a classs need not be defined in the same file as the class file. They can be included from independent files by adding `/* @Class <Name of the class> */` at the top of the file to be included.
The methods of a classs need not be defined in the same file as
the class file. They can be included from independent files by
adding
/* @class <Name of the class> */at the top of thefile to be included.