Removed *.
h3rald h3rald@h3rald.com
Sun, 27 Oct 2024 11:03:47 +0100
2 files changed,
1 insertions(+),
4 deletions(-)
M
minpkg/lib/min_global.nim
→
minpkg/lib/min_global.nim
@@ -2451,9 +2451,6 @@
def.sigil("@") do (i: In): i.pushSym("bind") - def.sigil("*") do (i: In): - i.pushSym("invoke") - def.sigil("^") do (i: In): i.pushSym("lambda")
M
next-release.md
→
next-release.md
@@ -1,6 +1,6 @@
### BREAKING CHANGES -* Actually removed the `invoke` symbol that was supposed to be removed in v0.44.0 but didn't. +* Actually removed the `invoke` symbol and `*` sigil that were supposed to be removed in v0.44.0 but didn't. * Removed Dockerfile and Notepad++ highlighter (no longer maintained). ### Fixes and Improvements