Phoenix Himself
Phoenix Himself
True. I'll try to get my hands on this
Now we have to rewrite the installer script to better work with sudo.
I'd also want to add a WebAssembly target
One way we could solve this is by including an `fun_name: Option` in the struct of this syntax module and let the function invocation module set the function name. Then...
I'll try to get my hands on this pull request in a few days
I've improved on this error (it didn't highlight the function at all)
@Mte90 This one is about outputting AST as JSON, the other issue is about compiling Amber to web assembly target or exposing a library interface
We absolutely do
This has already been fixed in upstream. Code used to repro: ```js import { text_contains } from "std/text" import { echo_success } from "std/env" let merge_output = "Already up to...
@lens0021 thanks for clarifying this issue. We cannot replace the entire stack trace with just the line where the faulty function is called. I propose it to produce this stack...