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
Compiling Coordinator...
Running:
/usr/lib64/openjdk-11/bin/java -cp /home/kenta/Documents/Repositories/Vale/BootstrappingValeCompiler/Frontend.jar dev.vale.passmanager.PassManager build --output_dir build --sanity_check true stdlib=/home/kenta/Documents/Repositories/Vale/BootstrappingValeCompiler/stdlib/src coordinator=/home/kenta/Documents/Repositories/Vale/Coordinator/src valecutils=/home/kenta/Documents/Repositories/Vale/Utils/src
Error: stdlib.command:/home/kenta/Documents/Repositories/Vale/BootstrappingValeCompiler/stdlib/src/command/command.vale:65:50 error T
handle = launch_command(cmd_array, maybe_cwd.or(""));
Couldn't find a suitable function or(&Opt<str>, str). Rejected candidates:
stdlib:/home/kenta/Documents/Repositories/Vale/BootstrappingValeCompiler/stdlib/src/logic.vale:7:1:
func or(a bool, b bool) bool { a or b }
Index 0 argument &Opt<str> can't be given to expected parameter bool
Frontend returned error code 22, aborting.
(panic)
Coordinator build failed.
This is as far as I could get building Vale from source on Solus linux.
Could you please rectify those errors? It's impossible to build Vale from source due to this!
The text was updated successfully, but these errors were encountered:
Multiple errors when attempting to build compiler from source using Bootstrapping Vale ver 2.0.15:
Coordinator/src/main.vale:
https://github.com/ValeLang/Vale/blob/master/Coordinator/src/main.vale <- mut keyword is still present here?? I believe that was change to set as changing mut to set fixes the problem but then again in Coordinator:
This is as far as I could get building Vale from source on Solus linux.
Could you please rectify those errors? It's impossible to build Vale from source due to this!
The text was updated successfully, but these errors were encountered: