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

setup toString implementation so that printing schemas gives more information. #259

Open
github-actions bot opened this issue Nov 22, 2023 · 0 comments
Labels
code:todo A TODO/FIXME comment in code.

Comments

@github-actions
Copy link

}
// TODO: setup `toString` implementation so that printing schemas gives more information.
let schema = AnyUserData::new_static(&ctx, next_match);
schema.set_metatable(&ctx, Some(schema_metatable));
stack.push_front(schema.into());
} else {
return Err(anyhow::format_err!("Schema not found: {schema_name}").into());


This issue was generated by todo-issue based on a TODO comment in b865f8f.
@github-actions github-actions bot added the code:todo A TODO/FIXME comment in code. label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code:todo A TODO/FIXME comment in code.
Projects
None yet
Development

No branches or pull requests

0 participants