v0.8.1
OhMyThreads v0.8.1
Version 0.8.1
Added a
@localize
macro which turns@localize x y expr
intolet x=x, y=y; expr end
(#142)The error messafe for captured variables now has a longer error hint that displays when the
Markdown
package is loaded (e.g. in the REPL.) (#142)
Merged pull requests:
- Try to improve UX with the variable boxing errors (#142) (@MasonProtter)