Page MenuHomeSolus

D12256.diff
No OneTemporary

D12256.diff

diff --git a/Go/yabi/yabi b/Go/yabi/yabi
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/Go/yabi/yabi.go b/Go/yabi/yabi.go
--- a/Go/yabi/yabi.go
+++ b/Go/yabi/yabi.go
@@ -71,8 +71,8 @@
h, err = files.Next()
continue
}
- // ignore statically linked archives or debug symbols
- if strings.HasSuffix(h.Name, ".o") ||strings.HasSuffix(h.Name, ".la") || strings.HasSuffix(h.Name, ".a") || strings.HasSuffix(h.Name, ".debug") || strings.HasSuffix(h.Name, ".debuginfo") {
+ // ignore statically linked archives, debug symbols and Guile 3.x JIT .go files compiled to native ELF-format
+ if strings.HasSuffix(h.Name, ".o") ||strings.HasSuffix(h.Name, ".la") || strings.HasSuffix(h.Name, ".a") || strings.HasSuffix(h.Name, ".debug") || strings.HasSuffix(h.Name, ".debuginfo") || strings.HasSuffix(h.Name, ".go") {
h, err = files.Next()
continue
}

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 4:28 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806750
Default Alt Text
D12256.diff (981 B)

Event Timeline