Closed
Description
Feature description
The qenv article exposes the internal representation of objects like qenv@warnings
and qenv@messages
.
It is usually not recommended to expose the internal object slots to users: this gives more freedom to developers to later change internal representations or even classes without users experimenting friction.
There is a getter for qenv@warnings
: get_warnings()
but none for messages. An additional get_messages()
method could avoid this situation.
Code of Conduct
- I agree to follow this project's Code of Conduct.
Contribution Guidelines
- I agree to follow this project's Contribution Guidelines.
Security Policy
- I agree to follow this project's Security Policy.