Giter VIP home page Giter VIP logo

Comments (3)

uint avatar uint commented on August 17, 2024

The demo and test files don't seem to be loaded automatically. As far as I can tell, the problem is that demo/zoid.lisp expands the define-gcontext-accessor macro during compilation, like so:

(define-gcontext-accessor trapezoid-alignment :default :x
  :set-function set-trapezoid-alignment)

The define-gcontext-accessor macro definition (in gcontext.lisp) has this eval-when block:

(eval-when (:compile-toplevel :load-toplevel :execute)
	 (defparameter ,internal-state-index
		       (add-gcontext-extension ',key-name ,default ',internal-set-function
					       ',internal-copy-function))
	 ) ;; end eval-when

I have no idea what to do with this, though. Just removing :compile-toplevel makes the whole thing fail to build.

from clx.

TeMPOraL avatar TeMPOraL commented on August 17, 2024

My vote is to move demos and tests into separate systems (the latter probably depending on the former) - this way demos and tests will never unexpectedly pollute the Lisp image used to compile the CLX proper.

from clx.

dkochmanski avatar dkochmanski commented on August 17, 2024

fixed.

from clx.

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.