Git Product home page Git Product logo

cl-neo4j's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cl-neo4j's Issues

Error when loading cl-neo4j

If I call slime (using SBCL and Emacs) and a simple quicklisp`s load command reports an error:

M-x slime

(ql:quickload :cl-neo4j)

There is no class named CL-NEO4J::CYPHER-QUERY.
[Condition of type SIMPLE-ERROR]

Backtrace:
0: (SB-PCL::FIND-CLASS-FROM-CELL CL-NEO4J::CYPHER-QUERY #<SB-KERNEL::CLASSOID-CELL CL-NEO4J::CYPHER-QUERY> T)
1: ((SB-C::TOP-LEVEL-FORM (SB-PCL::LOAD-DEFMETHOD (QUOTE STANDARD-METHOD) (QUOTE CL-NEO4J::ENCODE-NEO4J-JSON-PAYLOAD) (QUOTE NIL) (LIST (FIND-CLASS (QUOTE CL-NEO4J::CYPHER-QUERY)) (SB-MOP:INTERN-EQL-SPEC..
2: (SB-FASL::LOAD-FASL-GROUP #S(SB-FASL::FASL-INPUT :STREAM #<SB-SYS:FD-STREAM for "file /Users/dcguim/.cache/common-lisp/sbcl-1.2.11-macosx-x64/Users/dcguim/common-lisp/cl-neo4j/src/utilities..
3: (SB-FASL::LOAD-AS-FASL #<SB-SYS:FD-STREAM for "file /Users/dcguim/.cache/common-lisp/sbcl-1.2.11-macosx-x64/Users/dcguim/common-lisp/cl-neo4j/src/utilities.fasl" {1006950C93}> NIL NIL)
...

I believe this will be reproducible by just trying to load cl-neo4j with quicklisp

Running cl-neo4j.tests fails 100%

Please check the gist bellow which contain status information retrieved:
https://gist.github.com/dcguim/acd7f7946e488e1ddc9191f691eaf4c6

I have set the configuration under src/globals.lisp so I don`t think is an
authentication problem. I wonder if data type mapping should provided
before start creating simple nodes.

If I simply:

(create-node :properties '((:name . "Dan") (:email . "[email protected]")))
Unknown status 401 returned for node
   [Condition of type UNKNOWN-RETURN-TYPE-ERROR]

Backtrace:
  0: ((:METHOD HANDLE-REQUEST (BASIC-HANDLER T T)) #<BASIC-HANDLER {1008834613}> #S(NEO4J-REQUEST :METHOD :POST :URI "node" :PAYLOAD "{\"name\":\"Dan\",\"email\":\"[email protected]\"}")  
  ((201 #<FUNCTION (LAMBDA # :IN CREATE-NODE) {1002EA594B}>) (400 #<FUNCTION (LAMBDA # :IN CREATE-NODE) {1002EA589B}>))
  1: (SB-INT:SIMPLE-EVAL-IN-LEXENV (CREATE-NODE :PROPERTIES (QUOTE (# #))) #<NULL-LEXENV>)
  2: (EVAL (CREATE-NODE :PROPERTIES (QUOTE (# #))))

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.