bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56467: vala command compiles files instead of running them


From: two
Subject: bug#56467: vala command compiles files instead of running them
Date: Sat, 09 Jul 2022 14:38:48 -0000
User-agent: Modoboa 1.14.0

the bin/vala-0.54 shell script executes bin/valac-0.54 which executes 
bin/.valac-0.54-real.
it should execute bin/.vala-0.54-real instead.

expected (was the case before guix's update):
$ vala hello.vala
Hello, World!
$ ls
hello.vala

actual:
$ vala hello.vala
$ ls 
hello hello.vala
$ ./hello
Hello, World!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]