|
Bugzilla – Full Text Bug Listing |
| Summary: | Sorting order of "Summary of optional NS-3 features" | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Vedran Miletić <vedran> |
| Component: | build system | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Vedran Miletić
2011-09-23 09:52:12 UTC
The features are reported in the order they are declared, and they are declared in the order that ns-3 modules are configured, which in turn is derived by listing src/* and alphabetical sorting of the result. I am no sure what sorting algorithm you propose? I don't think a hardcoded order is a good idea; we need to keep ns-3 scalable and modular... Absolutely agree, I haven't figured out it was alphabetical. That makes sense indeed. Well, the idea was to group similar things together (I have no particular algorithm), but this is better. Thanks for explaining. |