Skip to content
Snippets Groups Projects
  1. Jun 10, 2017
  2. Jun 03, 2017
  3. May 27, 2017
  4. May 14, 2017
  5. May 13, 2017
  6. May 07, 2017
  7. May 06, 2017
    • Jacek Złydach's avatar
      Working towards making a demo run. · a23c3f75
      Jacek Złydach authored
      - improved the code around sequence preentation type
      - placeholder implementation of #'silica::mapping-table-initform
        and #'silica::mapping-cache-initform
      a23c3f75
    • Jacek Złydach's avatar
      Core CLIM2 loads on SBCL. · cd186519
      Jacek Złydach authored
      On CCL, there are still some MOP issues to sort out.
      
      - fixed filename typo in ASD
      - added cl-streams.lisp to utils in ASD
      - dropped a lot of spurious (declare (values ...))
      - also dropped some spurious (declare (arglist ....))
      - in cl-streams, replaced :lisp package designator with :cl
      - added a workaround #'compile-file-environment-p in utils/clos-patches.lisp
      - some more constants turned into defparameters
      - defgeneric*, defmethod* -> defgeneric, defmethod
      - atomic-incf fix for *generation-tick*
      - closer-mop:validate-superclass for presentation-type-class
      vs. standard-class for CCL and SBCL
      - package-prefixed MOP calls
      - FIXME dropped a (setf (class-name) ...) in clim/ptypes1.lisp
      cd186519
    • Jacek Złydach's avatar
      Silica should now build on SBCL and CCL. · d8a69e1e
      Jacek Złydach authored
      - added clim-streams.lisp to utils ASD
      d8a69e1e
    • Jacek Złydach's avatar
      Made silica _almost_ compile on SBCL and CCL. · e4035386
      Jacek Złydach authored
      - added dependency on closer-mop and removed implementation-specific MOP
        calls
      - for SBCL, replaced *event-timestamp* defvar with sb-ext:defglobal and
        added a type proclamation to make atomic-incf compile
      - replaced more defconstants with defparameters
      - dropped some more invalid declarations (those in defgeneric and
        arglist in particular)
      e4035386
Loading