Coder Social home page Coder Social logo

Comments (10)

quicklisp avatar quicklisp commented on August 20, 2024

Getting this now:

; caught ERROR:
;   READ error during COMPILE-FILE: Symbol "ISO 4217 Currency codes" not found in the PEPPOL/CODE-LISTS package. Line: 75, Column: 63, File-Position: 2666 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/cl-forms/9d24559d3984b60d0b534a34d354939dc2d855a2/cl-forms-20201009-git/src/peppol.lisp" {10094185D3}>

from cl-forms.

mmontone avatar mmontone commented on August 20, 2024

Oh. Mm. Sorry. Will check.

from cl-forms.

mmontone avatar mmontone commented on August 20, 2024

It's odd it compiles fine locally. Checking ...

from cl-forms.

mmontone avatar mmontone commented on August 20, 2024

It must be the fasl cache.

from cl-forms.

mmontone avatar mmontone commented on August 20, 2024

I don't have that error, compiles fine.

But changed things so that I'm accessing the symbol with '::', not assuming it is exported, although it should.

Compiles now? Can you try again?

from cl-forms.

quicklisp avatar quicklisp commented on August 20, 2024

Still failed for me. Here's how I reproduced the warning locally:

  • Clone cl-forms and cl-peppol into ~/quicklisp/local-projects/
  • rm -rf ~/.cache/common-lisp/
  • restart Lisp and evaluate (asdf:load-system "cl-forms.peppol")

At the tail end I see the warnings. Do you?

Could it be related to how you load those extra files?

from cl-forms.

mmontone avatar mmontone commented on August 20, 2024

No. I'm not being able to make it fail, and no warnings show up for me :)

Yes, it must be the way I'm loading the code lists.

:perform (asdf:compile-op
            :after (o c)
            (dolist (code-list-file (uiop:directory-files (asdf:system-relative-pathname :peppol "code-lists/*.lisp")))
              (load code-list-file))))

I think I'm just going to hard code them in the asdf.

from cl-forms.

mmontone avatar mmontone commented on August 20, 2024

Although I see I'm calling load there, instead of compile-file.

from cl-forms.

mmontone avatar mmontone commented on August 20, 2024

I've hardcoded the code lists in the ASDF definition. Can you try again after pulling from cl-peppol?

from cl-forms.

quicklisp avatar quicklisp commented on August 20, 2024

All is good now, thanks!

from cl-forms.

Related Issues (12)

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.