This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (void-variable level) | |
(member level '("" nil)) | |
(if (member level '("" nil)) "" (concat level "" (get-text-property 0 'extra-space level))) | |
(format "%s" (if (member level '("" nil)) "" (concat level "" (get-text-property 0 'extra-space level)))) | |
(format " %s %s%s" (format "%s" (if (member category-icon '("" nil)) "" (concat category-icon "" (get-text-property 0 'extra-space category-icon)))) (format "%-12s" (if (member category '("" nil)) "" (concat category ":" (get-text-property 0 'extra-space category)))) (format "%s" (if (member level '("" nil)) "" (concat level "" (get-text-property 0 'extra-space level))))) | |
eval((format " %s %s%s" (format "%s" (if (member category-icon '("" nil)) "" (concat category-icon "" (get-text-property 0 'extra-space category-icon)))) (format "%-12s" (if (member category '("" nil)) "" (concat category ":" (get-text-property 0 'extra-space category)))) (format "%s" (if (member level '("" nil)) "" (concat level "" (get-text-property 0 'extra-s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~]─> cat tmp/data.lst | read-gangs | |
▶ ['389 329' '341 336' '534 324' '151 370' '196 399' '236 338' '364 342' '270 195' '247 459' '280 230' '337 414' '406 444' '150 287'] | |
▶ ['195 290' '163 326' '277 275' '171 215' '292 284' '153 247' '162 173' '221 209' '286 304' '179 287' '219 258' '234 200'] | |
▶ ['334 296' '199 249' '347 226' '334 161' '265 423' '245 375' '306 389' '243 226' '364 158' '131 210' '179 361' '280 514' '165 394' '145 161'] | |
▶ ['222 338' '529 190' '165 192' '193 545' '517 484' '425 538' '395 541' '214 480' '543 268' '381 459' '964 465' '517 527' '505 174'] | |
▶ ['248 219' '231 439' '210 482' '127 213' '144 289' '174 276' '409 149' '400 226' '432 293' '408 484' '255 358' '148 376' '436 310' '237 291' '349 405' '230 493'] | |
▶ ['493 312' '411 546' '381 238' '161 447' '357 554' '573 229' '464 662' '522 412' '594 574' '568 531' '395 175' '448 225'] | |
▶ ['187 244' '442 413' '176 410' '226 315' '313 192' '137 159' '192 363' '162 406' '325 402' '259 323' '328 300' '185 413' '387 375' '264 289'] | |
▶ ['214 172' '274 24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- lisp-interaction -*- | |
# vim: set ft=lisp: | |
(void-variable comp-ctxt) | |
(type-of comp-ctxt) | |
(memq (type-of comp-ctxt) cl-struct-comp-cstr-ctxt-tags) | |
(and (memq (type-of comp-ctxt) cl-struct-comp-cstr-ctxt-tags) t) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/D/P/d/g/s/g/e/elvish]─[⎇ master]|> make get | |
CGO_ENABLED=0 go get -buildmode=pie -trimpath -ldflags \ | |
"-X src.elv.sh/pkg/buildinfo.VersionSuffix=-dev.$(git rev-parse HEAD)$(git diff --quiet || { echo -n '+'; uname -n; }) \ | |
-X src.elv.sh/pkg/buildinfo.Reproducible=true" ./cmd/elvish | |
# src.elv.sh/cmd/elvish | |
/usr/local/Cellar/go/1.15.7/libexec/pkg/tool/darwin_amd64/link: running clang failed: exit status 1 | |
Undefined symbols for architecture x86_64: | |
"_CFArrayGetCount", referenced from: | |
_crypto/x509/internal/macos.x509_CFArrayGetCount_trampoline in go.o | |
"_CFArrayGetValueAtIndex", referenced from: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go get -buildmode=pie -trimpath -ldflags \ | |
"-X src.elv.sh/pkg/buildinfo.VersionSuffix=-dev.$(git rev-parse HEAD)$(git diff --quiet || { echo -n '+'; uname -n; }) \ | |
-X src.elv.sh/pkg/buildinfo.Reproducible=true" ./cmd/elvish | |
# src.elv.sh/cmd/elvish | |
usage: link [options] main.o | |
-B note | |
add an ELF NT_GNU_BUILD_ID note when using ELF | |
-E entry | |
set entry symbol name | |
-H type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go get -buildmode=pie -trimpath -ldflags \ | |
"-X src.elv.sh/pkg/buildinfo.VersionSuffix=-dev.$(git rev-parse HEAD)$(git diff --quiet || { echo -n '+'; uname -n; }) \ | |
-X src.elv.sh/pkg/buildinfo.Reproducible=true" ./cmd/elvish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/D/P/d/g/s/g/e/elvish]─[⎇ master]─[●]|> make get | |
CGO_ENABLED=0 go get -buildmode=pie -trimpath -ldflags \ | |
"-X src.elv.sh/pkg/buildinfo.VersionSuffix=-dev.$(git rev-parse HEAD)$(git diff --quiet || { echo -n '+'; uname -n; }) \ | |
-X src.elv.sh/pkg/buildinfo.Reproducible=true" ./cmd/elvish | |
# src.elv.sh/cmd/elvish | |
usage: link [options] main.o | |
-B note | |
add an ELF NT_GNU_BUILD_ID note when using ELF | |
-E entry | |
set entry symbol name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/D/P/d/g/s/g/e/elvish]─[⎇ master]|> make get | |
CGO_ENABLED=0 go get -buildmode=pie -trimpath -ldflags \ | |
"-X src.elv.sh/pkg/buildinfo.VersionSuffix=-dev.$(git rev-parse HEAD)$(git diff --quiet || { echo -n '+'; uname -n; }) \ | |
-X src.elv.sh/pkg/buildinfo.Reproducible=true" ./cmd/elvish | |
# src.elv.sh/cmd/elvish | |
/usr/local/Cellar/go/1.15.7/libexec/pkg/tool/darwin_amd64/link: running clang failed: exit status 1 | |
Undefined symbols for architecture x86_64: | |
"_CFArrayGetCount", referenced from: | |
_crypto/x509/internal/macos.x509_CFArrayGetCount_trampoline in go.o | |
"_CFArrayGetValueAtIndex", referenced from: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- lisp-interaction -*- | |
# vim: set ft=lisp: | |
(void-function comp-trampoline-compile) | |
(comp-trampoline-compile f) | |
(if (doom--find-eln-file (concat comp-native-version-dir "/" (comp-trampoline-filename f))) nil (doom--print (doom--format (format "Compiling trampoline for %s" f))) (comp-trampoline-compile f) (setq restart t)) | |
(while --dolist-tail-- (setq f (car --dolist-tail--)) (if (doom--find-eln-file (concat comp-native-version-dir "/" (comp-trampoline-filename f))) nil (doom--print (doom--format (format "Compiling trampoline for %s" f))) (comp-trampoline-compile f) (setq restart t)) (setq --dolist-tail-- (cdr --dolist-tail--))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p "Abort trap: 6") | |
pdf-info-check-epdfinfo() | |
pdf-info-process-assert-running() | |
pdf-info-query(features) | |
pdf-info-features() | |
pdf-info-markup-annotations-p() | |
(if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file)) | |
(closure (t) nil (if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file)))() | |
funcall((closure (t) nil (if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file)))) | |
eval((funcall #'(closure (t) nil (if (pdf-info-markup-annotations-p) (list 'text 'file 'squiggly 'highlight 'underline 'strike-out) (list 'text 'file))))) |
NewerOlder