unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#32164: guile --language=xxx fails with outdated go file
@ 2018-07-15 16:03 Matt Wette
  2018-07-15 16:05 ` bug#32164: guile --language=xxx Matt Wette
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Wette @ 2018-07-15 16:03 UTC (permalink / raw)
  To: 32164

If using ``--language='' option with `guile' and one of the language source
files is newer than the .go file, guile will fail with "no such language".
See below.  Apparently the file is compiled.  I'm guessing this could be an
issue a circular dependency.

mwette$ guile --language=javascript ,zz.js
mwette$ touch separser.scm
mwette$ guile --language=javascript ,zz.js
;;; note: source file /home/mwette/repo/sv/nyacc-modev/examples/nyacc/lang/javascript/separser.scm
;;;       newer than compiled /home/mwette/.cache/guile/ccache/2.2-LE-8-3.A/home/mwette/repo/sv/nyacc-modev/examples/nyacc/lang/javascript/separser.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/mwette/repo/sv/nyacc-modev/examples/nyacc/lang/javascript/separser.scm
;;; WARNING: compilation of /home/mwette/repo/sv/nyacc-modev/examples/nyacc/lang/javascript/separser.scm failed:
;;; no such language javascript
mwette$ guild compile separser.scm
wrote `/home/mwette/.cache/guile/ccache/2.2-LE-8-3.A/home/mwette/repo/sv/nyacc-modev/examples/nyacc/lang/javascript/separser.scm.go'
mwette$ guile --language=javascript ,zz.js
mwette$






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

* bug#32164: guile --language=xxx
  2018-07-15 16:03 bug#32164: guile --language=xxx fails with outdated go file Matt Wette
@ 2018-07-15 16:05 ` Matt Wette
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Wette @ 2018-07-15 16:05 UTC (permalink / raw)
  To: 32164

This bug applies to version 2.2.3.






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

end of thread, other threads:[~2018-07-15 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-15 16:03 bug#32164: guile --language=xxx fails with outdated go file Matt Wette
2018-07-15 16:05 ` bug#32164: guile --language=xxx Matt Wette

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).