4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Julia5,773 forks (5,773 forks)batch import
REPLfeaturegood first issue
Repository metrics
- Stars
- 48,709 stars (48,709 stars)
- PR merge metrics
- Avg merge 20d 6h (Avg merge 20d 6h)157 merged PRs in 30d (157 merged PRs in 30d)
Description
I would like to replay a previous session but I don't know where it starts/ends. It would be helpful to have a repl session uuid in the log.
Contributor guide
- Research direction
- Add a UUID generation at the start of each REPL session and display it in the log. Refer to Julia's REPL code in base/REPL.jl for integration.
- Tech stack
- None
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- None