unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56467: vala command compiles files instead of running them
@ 2022-07-09 14:38 two--- via Bug reports for GNU Guix
  2022-07-15 19:31 ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: two--- via Bug reports for GNU Guix @ 2022-07-09 14:38 UTC (permalink / raw)
  To: 56467

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!




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-15 21:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 14:38 bug#56467: vala command compiles files instead of running them two--- via Bug reports for GNU Guix
2022-07-15 19:31 ` Maxim Cournoyer
2022-07-15 19:35   ` Maxim Cournoyer
2022-07-15 21:46     ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).