unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#19540: minor: module path picking up ./././...
@ 2015-01-09  4:13 Matt Wette
  2015-01-10 22:45 ` bug#19540: repeated ./././ in compiled modules Matt Wette
  2015-01-18 16:09 ` bug#19540: also generates problem for debugger tracebacks Matt Wette
  0 siblings, 2 replies; 12+ messages in thread
From: Matt Wette @ 2015-01-09  4:13 UTC (permalink / raw)
  To: 19540

[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]

guile 2.0.11 on macos (darwin) 10.9.5.

This seems very minor to but I thought I'd report it.  If I ",reload" a module in the current directory it seems to pick up extra "./" parts in the path.

...
;;; compiling ././././././././././././lalr1.scm
;;; compiled /Users/mwette/.cache/guile/ccache/2.0-LE-8-2.0/Users/mwette/proj/scheme/myproj/lalr1/lalr1.scm.go
scheme@(guile-user)> (system "touch lalr1.scm")
$5 = 0
scheme@(guile-user)> ,reload (lalr1)
;;; note: source file ./././././././././././././lalr1.scm
;;;       newer than compiled /Users/mwette/.cache/guile/ccache/2.0-LE-8-2.0/Users/mwette/proj/scheme/myproj/lalr1/lalr1.scm.go
;;; compiling ./././././././././././././lalr1.scm
;;; compiled /Users/mwette/.cache/guile/ccache/2.0-LE-8-2.0/Users/mwette/proj/scheme/myproj/lalr1/lalr1.scm.go
scheme@(guile-user)> (system "touch lalr1.scm")
$6 = 0
scheme@(guile-user)> ,reload (lalr1)
;;; note: source file ././././././././././././././lalr1.scm
;;;       newer than compiled /Users/mwette/.cache/guile/ccache/2.0-LE-8-2.0/Users/mwette/proj/scheme/myproj/lalr1/lalr1.scm.go
;;; compiling ././././././././././././././lalr1.scm
;;; compiled /Users/mwette/.cache/guile/ccache/2.0-LE-8-2.0/Users/mwette/proj/scheme/myproj/lalr1/lalr1.scm.go
scheme@(guile-user)> 


[-- Attachment #2: Type: text/html, Size: 2819 bytes --]

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

end of thread, other threads:[~2016-06-24  9:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09  4:13 bug#19540: minor: module path picking up ./././ Matt Wette
2015-01-10 22:45 ` bug#19540: repeated ./././ in compiled modules Matt Wette
2015-01-19 20:28   ` Ludovic Courtès
2015-01-19 22:19     ` Matt Wette
2015-01-20 21:12       ` Ludovic Courtès
2016-06-23  8:36         ` Andy Wingo
2016-06-23 13:06           ` Ludovic Courtès
2016-06-23 16:03             ` Andy Wingo
2016-06-24  8:28               ` Ludovic Courtès
2016-06-24  8:49                 ` Andy Wingo
2016-06-24  9:41                   ` Ludovic Courtès
2015-01-18 16:09 ` bug#19540: also generates problem for debugger tracebacks 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).