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

Support Reline.dump to help investigate issues #555

Open
st0012 opened this issue Jun 16, 2023 · 0 comments
Open

Support Reline.dump to help investigate issues #555

st0012 opened this issue Jun 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@st0012
Copy link
Member

st0012 commented Jun 16, 2023

Description

When an input issue happens, users could type Reline.dump, and it will

  1. Collect important states (TBD)
  2. Serialises it to an easily-comparable format (json or yaml?)
  3. Dump the data to a pre-defined file path (so users won't need to copy it from a messed up output)

This will be similar to irb_info in IRB that should help us collect helpful information before we look into the issue, and speed up the investigation.

@st0012 st0012 added the enhancement New feature or request label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant