Evan Huus
changed
bug 8496
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
CC |
|
[email protected]
|
Version |
1.9.x (Experimental)
|
SVN
|
Ever confirmed |
|
1
|
Comment # 2
on bug 8496
from Evan Huus
It appears that proto_register_field_init was designed to behave that way
simply so that we only have to do one walk of the gpa_name_tree. To do it any
other way would, I believe, require walking the tree twice (once to search, and
once to insert).
I'm not too attached to the current behaviour, but I do believe it was
intentional and I don't know what else might depend on it. So my vote is to
change the lua bindings, and leave proto_register_field_init.
Open to other opinions.
You are receiving this mail because:
- You are watching all bug changes.