-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issues related to "add new object" #517
Comments
@sbertin-telular any comment regarding the implementation of the "disp" command? Not all objects implement the display_XXX_object() function and those that do are guarded by #ifdef WITH_LOGS. Is this a sound way forward
|
I hadn't thought much about the "disp" command before. I think removing the #ifdef WITH_LOGS for the display functions is good as those are always by request anyway. The check should remain for printing the contents of messages sent. The rest of what you proposed sounds good also. |
I think it's depends of what will be decide at : #487 About "providing a better abstraction/interface for a new user that wants to add a new object", maybe a dedicated issue could be created where we list what are problem of the current API and how a new one could help to solve it (or something like this). |
I agree, "new object API" is a separate issue that should have its own thread. |
Not needed, minor issue that can be fixed next time together with other "help text improvements" |
Listing observations/issues found while supporting #516
Any comments?
And then the bigger question about how to provide a better abstraction/interface for a new user that wants to add a new object. Any thoughts on this topic and the balance between improvements / "don't break legacy".
The text was updated successfully, but these errors were encountered: