GNU bug report logs - #56467
vala command compiles files instead of running them

Previous Next

Package: guix;

Reported by: two <at> envs.net

Date: Sat, 9 Jul 2022 16:53:02 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: two <at> envs.net
To: 56467 <at> debbugs.gnu.org
Subject: bug#56467: vala command compiles files instead of running them
Date: Sat, 09 Jul 2022 14:38:48 -0000
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!




This bug report was last modified 2 years and 309 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.