farg icon indicating copy to clipboard operation
farg copied to clipboard

Use (ice-9 format) instead?

Open jgarte opened this issue 1 year ago • 2 comments

Hi,

Did you also get this error recently?

(repl-version 0 1 1)
farg/colors.scm:75:19: warning: "~2,'0x": unsupported format option ~2, use (ice-9 format) instead
farg/colors.scm:132:6: warning: "~2,'0x": unsupported format option ~2, use (ice-9 format) instead
farg/reload.scm:12:2: warning: "\x1b]~d;~a\x1b\\": unsupported format option ~d, use (ice-9 format) instead
farg/reload.scm:15:2: warning: "\x1b]4;~d;~a\x1b\\": unsupported format option ~d, use (ice-9 format) instead

error: failed to compile '/gnu/store/vrx9zh3fglv677s1db2wyqs1wlrc1170-farg-2ac3d59//farg/home-service.scm':

In ice-9/boot-9.scm:
   222:29 19 (map1 (#<syntax:home-service.scm:71:18 (#<syntax val?> ?))
   222:17 18 (map1 (#<syntax:home-service.scm:71:18 (#<syntax val?> ?))
In ice-9/psyntax.scm:
  1403:12 17 (_ _ _ _)
  1478:23 16 (_ _ _)
In ice-9/boot-9.scm:
   222:17 15 (map1 (#<syntax:home-service.scm:71:18 (#<syntax:con?> ?))
In ice-9/psyntax.scm:
  1478:23 14 (_ _ _)
In ice-9/boot-9.scm:
   222:17 13 (map1 (#<syntax:home-service.scm:71:18 (#<syntax quo?> ?))
In ice-9/psyntax.scm:
  1401:23 12 (_ _)
  1327:27 11 (syntax-type (#<syntax quote> #<syntax ((filename . ?>) ?)
  1311:39 10 (syntax-type quote (("placeholder" placeholder) (# ?) ?) ?)
   906:15  9 (resolve-identifier quote ((m-12f4514f60cda869-ed2 ?) ?) ?)
   775:21  8 (id-var-name quote _ _)
   757:39  7 (search quote (#(ribcage (farg-theme # # # # # ?) ?) ?) ?)
In ice-9/boot-9.scm:
  1685:16  6 (raise-exception _ #:continuable? _)
  1685:16  5 (raise-exception _ #:continuable? _)
  1780:13  4 (_ #<&compound-exception components: (#<&assertion-fail?>)
In guix/build/compile.scm:
    191:6  3 (_ _ . _)
In ice-9/boot-9.scm:
  1747:15  2 (with-exception-handler #<procedure 7fffddc46480 at ic?> ?)
In guix/build/compile.scm:
   194:22  1 (_)
In unknown file:
           0 (make-stack #t)
guix/build/compile.scm:194:22: In procedure cdr: Wrong type argument in position 1 (expecting pair): ()
Backtrace:
           1 (primitive-load "/gnu/store/m9l6l663v0mic4fq4g95vm7bk1f?")
In ice-9/boot-9.scm:
   2007:7  0 (error _ . _)

ice-9/boot-9.scm:2007:7: In procedure error:
inferior failed "/gnu/store/lyw4gyr6pw190hkfs0ci8bipwd48qwq0-guix-db803cce1"

jgarte avatar Jul 06 '23 05:07 jgarte