Coder Social home page Coder Social logo

Comments (3)

tgutu avatar tgutu commented on August 27, 2024

I have a definition of it in the utility-macros file. It seems the :serial t option does not always work the way I think when loading the asdf on some systems but not all.

Did you by any chance edit one of the files and tried reloading? That might be the cause. I sometimes got the error if I modified one of the 'macro' files because the with-gensyms definition was not reloaded. I will move the definition into the main macro file if that was not the cause.

Thanks.

from clunit.

orthecreedence avatar orthecreedence commented on August 27, 2024

I didn't edit any of the files, just cloned the git repo and started playing with it. Thanks for checking it out.

from clunit.

tgutu avatar tgutu commented on August 27, 2024

Made the following change to the ASDF:

        (:module "macros"
            :serial t
            :components
                ((:file "utility-macros")
                 (:file "assertion-macros")
                 (:file "defmacros")))

I think the :serial t option at the top only affected the order of the :components at that given level. I thought it filtered all the way down. Hopefully this will solve the problem.

from clunit.

Related Issues (14)

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.