theos / logos

Preprocessor that simplifies Objective-C hooking.
https://theos.dev/docs/logos
Other
206 stars 34 forks source link

%init should just call a static function generated at the end #19

Closed DHowett closed 6 years ago

DHowett commented 11 years ago
17:22 <@DHowett> that should be being done anyway, come to think of 
             it. however, it complicates custom class expressions
17:22 <@DHowett> as init can wrap scope
17:22 <@DHowett> (the function cannot be variadic, and i do not know 
             what classes the user will want to change
17:22 <@DHowett> actually, that's tractable. i think it can be done)
17:23 <@DHowett> (the static function gets generated at the end, after 
             all. the call can contain all overridden classes)
17:23 <@DHowett> and the prototype and final function as well
DHowett commented 11 years ago

Wrapped into #60.