Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048532
D12256.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
981 B
Referenced Files
None
Subscribers
None
D12256.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 4:40 PM (2 h, 58 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806750
Default Alt Text
D12256.id.diff (981 B)
Attached To
Mode
D12256: yabi: Ignore ELF files with .go suffix built by Guile >=2.2 JIT
Attached
Detach File
Event Timeline
Log In to Comment