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
add .map, .flat, .concise, and .summary for Backtrace #2797
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check out the comments I've made.
|
Let's see. Please, wait a little, I will build docs now and will write some explanations... |
|
Ok, so firstly I built docs using instructions at https://github.com/perl6/doc#building-the-html-documentation Then To improve the situation, we can: For example, one of methods after an edit looks this way: Note that for the text block, indentation is absent, because After another ^ results. With highlighting on the real site enabled, there will be a clear separation between the code and the result's listing. I have fixed this pull request committing the changes, so you can check them. Thanks a lot for your contribution! If there are any questions, don't hesitate to ask. I have sent a pull request with my changes and this PR can be merged now. |


add .map, .flat, .concise, and .summary for Backtrace as list missed in #2632