Giter Club home page Giter Club logo

cl-xmpp's Introduction

O, GitHub, your README.md template irks me.

I imagine that in the future, more information will adorn this file.

In the meantime, I will state that I value correctness, elegance, and good documentation, that I generally use Haskell, and that if you use permissive licenses, then you can request my help. I might surprise you.

Also, I am at least somewhat active with this account. The contribution graph is just not terribly accurate; I use a nonsense e-mail address for some of my commits.

Anyone who has questions about my work is free to create an issue or send a message via XMPP to [email protected]. Also, as indicated by some of my more recent commits, I can also be reached via e-mail at [email protected].

cl-xmpp's People

Contributors

aartaka avatar contrapunctus-1 avatar

cl-xmpp's Issues

Testing is broken.

Attempting to run the current version of the test package yields the following beauty:

etchasketch$ rlwrap sbcl --load cl-xmpp-test.asd --eval "(asdf:load-system :cl-xmpp-test)"                                    
This is SBCL 2.3.8.openbsd.sbcl-2.3.8, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
 yes, using code points.
;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
 yes, using code points.
;;; Building Closure with CHARACTER RUNES
WARNING: redefining IRONCLAD:BLOCK-LENGTH in DEFGENERIC
; compiling file "/home/ach/prog-ram/cl-xmpp/test/package.lisp" (written 08 NOV 2023 09:24:04 AM):

debugger invoked on a PACKAGE-DOES-NOT-EXIST in thread
#<THREAD "main thread" RUNNING {10013C0003}>:
  The name "RTEST" does not designate any package.

I disabled the RTEST requirement and was met with the following problem:

etchasketch$ rlwrap sbcl --load cl-xmpp-test.asd --eval "(asdf:load-system :cl-xmpp-test)" 
This is SBCL 2.3.8.openbsd.sbcl-2.3.8, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
 yes, using code points.
;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
 yes, using code points.
;;; Building Closure with CHARACTER RUNES
WARNING: redefining IRONCLAD:BLOCK-LENGTH in DEFGENERIC
; compiling file "/home/ach/prog-ram/cl-xmpp/test/package.lisp" (written 08 NOV 2023 09:26:13 AM):

; wrote /home/ach/.cache/common-lisp/sbcl-2.3.8.openbsd.sbcl-2.3.8-bsd-x64/home/ach/prog-ram/cl-xmpp/test/package-tmpGHU3ALSV.fasl
; compilation finished in 0:00:00.002
; compiling file "/home/ach/prog-ram/cl-xmpp/test/utility-test.lisp" (written 08 NOV 2023 09:26:13 AM):

; file: /home/ach/prog-ram/cl-xmpp/test/utility-test.lisp
; in: DEFTEST FLATTEN.1
;     (1 2 3)
; 
; caught ERROR:
;   illegal function call

; in: DEFTEST FLATTEN.2
;     (1 2 3 4)
; 
; caught ERROR:
;   illegal function call

; in: DEFUN ARRAY1-TO-VECTOR
;     (MAPCAR (LAMBDA (CL-XMPP-TEST::DIM1) (AREF ARRAY CL-XMPP-TEST::DIM1)))
; 
; caught WARNING:
;   The function MAPCAR is called with one argument, but wants at least two.

; in: DEFTEST FLATTEN.1
;     (CL-XMPP-TEST::DEFTEST CL-XMPP-TEST::FLATTEN.1 (CL-XMPP::FLATTEN '(1 2 3))
;      (1 2 3))
; 
; note: deleting unreachable code

; in: DEFTEST FLATTEN.2
;     (CL-XMPP-TEST::DEFTEST CL-XMPP-TEST::FLATTEN.2
;      (CL-XMPP::FLATTEN '(1 (2 3) 4)) (1 2 3 4)); 
; note: deleting unreachable code
; 
; note: deleting unreachable code

; in: DEFTEST DIGESTIFY-STRING.1
;     (CL-XMPP-TEST::DEFTEST CL-XMPP-TEST::DIGESTIFY-STRING.1
;      (CL-XMPP::DIGESTIFY-STRING "test")
;      "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3")
; 
; note: deleting unreachable code

; in: DEFTEST VECTOR-TO-ARRAY.1
;     (CL-XMPP-TEST::DEFTEST CL-XMPP-TEST::VECTOR-TO-ARRAY.1
;      (LET ((CL-XMPP-TEST::V (MAKE-ARRAY 6 :INITIAL-ELEMENT 1)))
;        (CL-XMPP-TEST::ARRAY1-TO-VECTOR CL-XMPP-TEST::V)
;        (LIST 1 1 1 1 1 1)))
; 
; note: deleting unreachable code


; wrote /home/ach/.cache/common-lisp/sbcl-2.3.8.openbsd.sbcl-2.3.8-bsd-x64/home/ach/prog-ram/cl-xmpp/test/utility-test-tmpAAURSO1.fasl
; compilation finished in 0:00:00.003

debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
#<THREAD "main thread" RUNNING {10013C0003}>:
  COMPILE-FILE-ERROR while
  compiling #<CL-SOURCE-FILE "cl-xmpp-test" "utility-test">

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [RETRY                        ] Retry
                                     compiling #<CL-SOURCE-FILE "cl-xmpp-test" "utility-test">.
  1: [ACCEPT                       ] Continue, treating
                                     compiling #<CL-SOURCE-FILE "cl-xmpp-test" "utility-test">
                                     as having been successful.
  2:                                 Retry ASDF operation.
  3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
                                     configuration.
  4:                                 Retry ASDF operation.
  5:                                 Retry ASDF operation after resetting the
                                     configuration.
  6: [CONTINUE                     ] Ignore runtime option --eval "(asdf:load-system :cl-xmpp-test)".
  7: [ABORT                        ] Skip rest of --eval and --load options.
  8:                                 Skip to toplevel READ/EVAL/PRINT loop.
  9: [EXIT                         ] Exit SBCL (calling #'EXIT, killing the process).

(UIOP/LISP-BUILD:CHECK-LISP-COMPILE-RESULTS NIL T T "~/asdf-action::format-action/" ((#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cl-xmpp-test" "utility-test">)))
   error finding frame source: Bogus form-number: the source file has probably
                               changed too much to cope with.
   source: NIL

The DEFTEST errors demand no explanation, but I am uncertain about the "frame source" error.

In the meantime, I will probably just add the test crap to some other -- hopefully temporary -- file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.