Skip to content
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

Nicknaming API for improved debugging #350

Open
dphfox opened this issue Jun 20, 2024 · 0 comments
Open

Nicknaming API for improved debugging #350

dphfox opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request not ready - evaluating Currently gauging feedback

Comments

@dphfox
Copy link
Owner

dphfox commented Jun 20, 2024

#323 introduces an internal nicknames table which is used to annotate various values with human-readable descriptions for the purposes of improved debugging. For example, objects can label the tasks they add to scopes, so that error messages can understandably report which objects are involved in the message in a way that allows developers to rediscover the root cause.

There could be value in exposing a function that allows public users to set nicknames. It's unclear whether this should be part of debugging protocol as in #306 or a standalone API that doesn't require debugging tools.

@dphfox dphfox added enhancement New feature or request not ready - evaluating Currently gauging feedback labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request not ready - evaluating Currently gauging feedback
Projects
None yet
Development

No branches or pull requests

1 participant