-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
:info:test ------- STARTING Testing: NJSON/TESTS
:info:test Starting: NJSON/TESTS::JSON-LITERALS
:info:test NJSON/TESTS::JSON-LITERALS - ERRORS (0.04s) : 1 assertions passed
:info:test | ERRORS (3)
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {4BAC6B4B}>
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {7B61EBF8}>
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {735C2C07}>
:info:test |
:info:test | FAILED (2)
:info:test | Failed Form: (LISP-UNIT2:ASSERT-EQ :NULL (NJSON:DECODE "null"))
:info:test | Expected :NULL
:info:test | but saw NIL
:info:test | Failed Form: (LISP-UNIT2:ASSERT-EQ T (NJSON:DECODE "true"))
:info:test | Expected T
:info:test | but saw NIL
:info:test |
:info:test |
:info:test Starting: NJSON/TESTS::JSON-ATOMS
:info:test NJSON/TESTS::JSON-ATOMS - ERRORS (0.05s) : 0 assertions passed
:info:test | ERRORS (5)
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {5C35D598}>
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {1A8875A2}>
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {47774009}>
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {4B7309F3}>
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {39189C10}>
:info:test |
:info:test | FAILED (5)
:info:test | Failed Form: (LISP-UNIT2:ASSERT-EQUAL 5 (NJSON:DECODE "5"))
:info:test | Expected 5
:info:test | but saw NIL
:info:test | Failed Form: ('LISP-UNIT2::EQUAL-RESULT 5.5 (NJSON:DECODE "5.5"))
:info:test | Expected 5.5
:info:test | but saw NIL
:info:test | Failed Form: ('LISP-UNIT2::EQUAL-RESULT -885.5
:info:test | (NJSON:DECODE "-885.5"))
:info:test | Expected -885.5
:info:test | but saw NIL
:info:test | Failed Form: (LISP-UNIT2:ASSERT-EQUAL "foo32348hjvn"
:info:test | (NJSON:DECODE "\"foo32348hjvn\""))
:info:test | Expected "foo32348hjvn"
:info:test | but saw NIL
:info:test | Failed Form: (LISP-UNIT2:ASSERT-EQUAL "" (NJSON:DECODE "\"\""))
:info:test | Expected ""
:info:test | but saw NIL
:info:test |
:info:test |
:info:test Starting: NJSON/TESTS::TRICKY-VALUES
:info:test NJSON/TESTS::TRICKY-VALUES - ERRORS (0.05s) : 0 assertions passed
:info:test | ERRORS (3)
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {4834686F}>
:info:test | ERROR: DECODE-FROM-STREAM is not specialized.
:info:test | You need to specialize it to use NJSON. Example:
:info:test |
:info:test | (defmethod njson:decode-from-stream ((stream stream))
:info:test | (some-json-parsing-library:decode-json-from-stream stream))
:info:test |
:info:test | Alternatively, load a system with this method already defined, like :njson/cl-json.
:info:test | #<NJSON:DECODE-FROM-STREAM-NOT-IMPLEMENTED {415AF4B6}>
:info:test | ERROR: The value NIL is not of type HASH-TABLE.
:info:test | #<TYPE-ERROR {6F7345C1}>
:info:test |
:info:test | FAILED (1)
:info:test | Failed Form: (LISP-UNIT2:ASSERT-TYPEP 'HASH-TABLE
:info:test | (NJSON:DECODE "{}"))
:info:test | Expected HASH-TABLE
:info:test | but saw NIL
:info:test |
:info:test |
:info:test Test Summary for :NJSON/TESTS (12 tests 0.16 sec)
:info:test | 9 assertions total
:info:test | 1 passed
:info:test | 8 failed
:info:test | 3 execution errors
:info:test | 0 warnings
:info:test | 0 empty
:info:test | 0 missing tests
:info:test ------- ENDING Testing: NJSON/TESTS
:info:test ; Compilation unit finished
:info:test ; Caught 6 WARNING conditions
:info:test ; Caught 9 STYLE-WARNING conditions
:info:test Caught TYPE-ERROR while processing --eval option "(asdf:operate (quote asdf:test-op) (quote njson))":
:info:test The value NIL is not of type HASH-TABLE.
Metadata
Metadata
Assignees
Labels
No labels