jeff-jenness / close

Automatically exported from code.google.com/p/close
0 stars 0 forks source link

Determine order-of-evaluation for global code #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like added?

"global" code, like initializations, should have a defined order. Ideally,
one which somehow accounts for class initialization.

How should it work?

extern Some::Class::Name;
pmc Class_handle = Some::Class::Name; # SHould not be null.

Please provide test cases, if possible.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by austin_h...@yahoo.com on 4 Jul 2009 at 9:39