elvish/pkg/shell
Qi Xiao e9b4035896 pkg/eval: Move the show command into the builtin namespace.
This will likely become a basic operation in future that can support more types
than exceptions, so putting it in the builtin namespace is appropriate.

Also remove the exc: module altogether as it contains nothing now. All the
introspection features are now implemented as fields of the exception values and
the reason values.
2020-06-30 22:36:27 +01:00
..
editor.go pkg/eval: Use eval.ChopLineEnding everywhere for removing line ending. 2020-05-06 23:10:57 +01:00
errors_to_json_test.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
errors_to_json.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
interact_test.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
interact.go Support compile-time deprecation. 2020-04-26 13:14:51 +01:00
paths_test.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
paths_unix_test.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
paths_unix.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
paths_windows.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
paths.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
runtime.go pkg/eval: Move the show command into the builtin namespace. 2020-06-30 22:36:27 +01:00
script_test.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
script.go Support compile-time deprecation. 2020-04-26 13:14:51 +01:00
shell_test.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
shell_unix_test.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
shell.go pkg/shell: Use fmt.Println to print the recovered value. 2020-05-02 19:28:46 +01:00
signal_unix.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00
signal_windows.go pkg/prog/{shell,web} -> pkg/{shell,web}. 2020-04-25 00:12:18 +01:00