Some importer tests failing?

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Lemmer Webber
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Christopher Lemmer Webber
Severity
normal
C
C
Christopher Lemmer Webber wrote on 7 Aug 2019 22:05
(name . bug-guix)(address . bug-guix@gnu.org)
87y304oi60.fsf@dustycloud.org
A number of tests, including in cpan.scm, crate.scm, gem.scm are
failing for me. Not sure if it's just me or not...

Some example output:

actual-value: #f
actual-error:
+ (wrong-type-arg
+ "string-prefix?"
+ "Wrong type argument in position ~A (expecting ~A): ~S"
+ (2 "string" #f)
+ (#f))
result: FAIL

;;; (fail #f #f)
actual-value: #f
result: FAIL

actual-value: #f
actual-error:
+ (wrong-type-arg
+ "string-prefix?"
+ "Wrong type argument in position ~A (expecting ~A): ~S"
+ (2 "string" #f)
+ (#f))
result: FAIL

I'm guessing something changed in the general importer code?
R
R
Ricardo Wurmus wrote on 7 Aug 2019 22:24
(name . Christopher Lemmer Webber)(address . cwebber@dustycloud.org)(address . 36964-done@debbugs.gnu.org)
8736icyb94.fsf@elephly.net
Christopher Lemmer Webber <cwebber@dustycloud.org> writes:

Toggle quote (3 lines)
> A number of tests, including in cpan.scm, crate.scm, gem.scm are
> failing for me. Not sure if it's just me or not...

I think it’s just you. You’re probably doing this in “guix environment
guix”, which gives you guile-json@1. We have since switched to
guile-json@3.

(This has previously been reported.)

--
Ricardo
Closed
?