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

Better tracing for Oil #583

Closed
andychu opened this issue Jan 20, 2020 · 3 comments
Closed

Better tracing for Oil #583

andychu opened this issue Jan 20, 2020 · 3 comments

Comments

@andychu
Copy link
Contributor

andychu commented Jan 20, 2020

from #577

@andychu andychu added the carrot label Jan 20, 2020
@andychu
Copy link
Contributor Author

andychu commented Jan 22, 2020

Idea: this could be replaced by "advice" around each command?

proc before-command (@argv) {
}

proc after-command (status, times Float) {   # ?
  # can record to file?
  # or maybe just pass a TSV row?
}

@andychu
Copy link
Contributor Author

andychu commented Jan 12, 2021

Features

  • parsable so we can display an HTML version
  • PID indication (SHLVL and +++ don't do this; they're confusing)
    • pipelines, subshells, processes
  • Shell function stack indication

@andychu
Copy link
Contributor Author

andychu commented Jan 25, 2021

@andychu andychu closed this as completed Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant