You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Premature expansion of some dynamic code when generating .kl files so that it doesn't have to be evaluated during startup. Some ports should see a huge speedup in startup times from this change.
Extensions (see doc/extensions.md).
New document with instructions for porters on how to upgrade to new kernel releases (see doc/port-upgrade.md).
Changed
shen.shen has been renamed to shen.repl.
A new file init.kl has been added and it needs to be included along the other .kl files.
A new shen.initialise function has been added. This function has to be called before anything else.