Git Product home page Git Product logo

Comments (4)

defaultxr avatar defaultxr commented on May 23, 2024

To be honest I'm a bit confused by this because find-class-slot is exported by mutility, which is :used by cl-patterns.

But I think this should now be corrected in commit fa5257b , which changes find-class-slot to be called with the package prefix.

from cl-patterns.

emenel avatar emenel commented on May 23, 2024

I'm getting an error after this update:

To load "cl-patterns":
  Load 1 ASDF system:
    cl-patterns
; Loading "cl-patterns"
.; 
; caught ERROR:
;   READ error during COMPILE-FILE:
;   
;     Symbol "FIND-CLASS-SLOT" not found in the MUTILITY package.
;   
;       Line: 47, Column: 80, File-Position: 2932
;   
;       Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /Users/emenel/quicklisp/local-projects/cl-patterns/src/backend.lisp" {70082FBD13}>
; 
; compilation unit aborted
;   caught 2 fatal ERROR conditions
;   caught 1 ERROR condition
Evaluation error: COMPILE-FILE-ERROR while
                  compiling #<CL-SOURCE-FILE "cl-patterns" "backend">

It looks like find-class-slot doesn't appear in mutility? ... according to my sbcl anyway

When I remove the mutility: from the call I get the original error in this thread.

from cl-patterns.

emenel avatar emenel commented on May 23, 2024

I just tried one more thing and it appears to work.

mutility has to be loaded from my local-projects clone of the git repo rather than from quicklisp. Once i cloned the repo myself and used the local version this all works again.

from cl-patterns.

defaultxr avatar defaultxr commented on May 23, 2024

Hmm, okay, then maybe 421fd7a will fix the problem since it just copypastes the function into cl-patterns instead. So in theory it should be impossible for the function not to be available if one has the current version of cl-patterns.

I'm assuming it's just needed for this version of the quicklisp dist, and once the next one is out the duplication can be undone.

from cl-patterns.

Related Issues (20)

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.