
17 Oct
2014
17 Oct
'14
11:57 p.m.
Is this possible? If class A uses class B somewhere, and viceversa, how can I load them both from a third file? Cheers, Gonzalo

18 Oct
18 Oct
12:31 a.m.
You could break up those classes, reshuffling their members in some other way, so as not to have any mutual dependencies. (given that Chuck doesn't have some type of forward declaration or equivalent mechanism, for members of other classes, I don't see another way to do it). Hope this works for you. Daniel On Oct 17, 2014, at 8:57 PM, Gonzalo wrote:

12:45 p.m.
I've even run into this within the same file
https://github.com/spencersalazar/chuck/issues/31
michael
On Fri, Oct 17, 2014 at 11:52 PM, Gonzalo
3794
Age (days ago)
3794
Last active (days ago)
3 comments
3 participants
participants (3)
-
Daniel Chapiro
-
Gonzalo
-
Michael Heuer