2020-05-11 23:26:37 +00:00
|
|
|
Mon May 11 23:26:36 UTC 2020
|
|
|
|
commit 8279c1ae12b1417380c348f39f735a47395d12a9
|
2020-05-09 04:33:20 +00:00
|
|
|
Author: kepler155c@gmail.com <kepler155c@gmail.com>
|
2020-05-11 23:26:37 +00:00
|
|
|
Date: Mon May 11 17:25:58 2020 -0600
|
2020-05-02 04:40:52 +00:00
|
|
|
|
2020-05-11 23:26:37 +00:00
|
|
|
environments, error messages, and stack traces, oh my!
|
|
|
|
Changed the way processes are launched.
|
|
|
|
multishell.openTab and kernel.run now accept the current environment as a parameter.
|
|
|
|
That new process inherits a copy of the passed environment.
|
|
|
|
Reduces complexity as the calling process is not required to create a suitable env.
|
|
|
|
Stack traces have been greatly improved and now include the stack for coroutines that error.
|