1
0
mirror of https://github.com/kepler155c/opus synced 2024-12-31 19:00:27 +00:00
opus/.opus_version
github-actions[bot] 2629f2a172
Update version date
2020-05-11 23:26:37 +00:00

12 lines
610 B
Plaintext

Mon May 11 23:26:36 UTC 2020
commit 8279c1ae12b1417380c348f39f735a47395d12a9
Author: kepler155c@gmail.com <kepler155c@gmail.com>
Date: Mon May 11 17:25:58 2020 -0600
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.