GithubHelp home page GithubHelp logo

conduit-packages's People

Contributors

tfeb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

conduit-packages's Issues

Compile error on fresh checkout

Code from 31/8, on SBCL 2.1.6

; compiling file "s:/src/third-party/conduit-packages/pkg.lisp" (written 31 AUG 2023 04:53:49 PM):
; processing (IN-PACKAGE :CL-USER)
; processing (DEFPACKAGE :ORG.TFEB.CONDUIT-PACKAGES ...)

; file: s:/src/third-party/conduit-packages/pkg.lisp
; in: DEFPACKAGE :ORG.TFEB.CONDUIT-PACKAGES
;     (DEFPACKAGE :ORG.TFEB.CONDUIT-PACKAGES
;       (:SIZE 50)
;       (:USE :CL)
;       (:SHADOW #:EXPORT #:UNEXPORT #:DEFPACKAGE #:DELETE-PACKAGE #:RENAME-PACKAGE)
;       (:EXPORT #:EXPORT #:UNEXPORT #:DEFPACKAGE #:DELETE-PACKAGE #:RENAME-PACKAGE)
;       (:EXPORT #:RECOMPUTE-CONDUITS #:*UNDERLYING-PACKAGE-IMPLEMENTATIONS*)
;       (:EXPORT #:DEFINE-PACKAGE
;                #:*DEFINE-PACKAGE-MECHANISMS*
;                #:*EXTENDED-CL-DEFINE-PACKAGE-CLAUSE-KEYS*
;                #:INITIAL-DEFINE-PACKAGE-STATE
;                #:PROCESS-DEFINE-PACKAGE-CLAUSE
;                #:COMPUTE-DEFINE-PACKAGE-FORMS))
; --> EVAL-WHEN 
; ==>
;   (SB-IMPL::%DEFPACKAGE "ORG.TFEB.CONDUIT-PACKAGES" 'NIL '50
;                         '("EXPORT" "UNEXPORT" "DEFPACKAGE" "DELETE-PACKAGE"
;                           "RENAME-PACKAGE")
;                         'NIL '("CL") 'NIL 'NIL
;                         '("EXPORT" "UNEXPORT" "DEFPACKAGE" "DELETE-PACKAGE"
;                           "RENAME-PACKAGE" "RECOMPUTE-CONDUITS"
;                           "*UNDERLYING-PACKAGE-IMPLEMENTATIONS*"
;                           "DEFINE-PACKAGE" "*DEFINE-PACKAGE-MECHANISMS*"
;                           "*EXTENDED-CL-DEFINE-PACKAGE-CLAUSE-KEYS*"
;                           "INITIAL-DEFINE-PACKAGE-STATE"
;                           "PROCESS-DEFINE-PACKAGE-CLAUSE" ...)
;                         '("ORG.TFEB.CONDUIT-PACKAGES") 'NIL ...)
; 
; caught WARNING:
;   ORG.TFEB.CONDUIT-PACKAGES also exports the following symbols:
;     (ORG.TFEB.CONDUIT-PACKAGES:*UNDERLYING-IMPLEMENTATION-MAP*)
;   See also:
;     The ANSI Standard, Macro DEFPACKAGE
;     The SBCL Manual, Variable *ON-PACKAGE-VARIANCE*


; wrote C:/Users/nunez/AppData/Local/cache/common-lisp/sbcl-2.1.6-win-x64/s/src/third-party/conduit-packages/pkg-tmp4WZVROCX.fasl
; compilation finished in 0:00:00.033
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition
;   caught 1 WARNING condition
(:COMPILATION-RESULT ((:MESSAGE "ORG.TFEB.CONDUIT-PACKAGES also exports the following symbols:
  (ORG.TFEB.CONDUIT-PACKAGES:*UNDERLYING-IMPLEMENTATION-MAP*)" :SEVERITY :WARNING :LOCATION (:LOCATION (:FILE "s:/src/third-party/conduit-packages/pkg.lisp") (:POSITION 4793) NIL) :REFERENCES ((:ANSI-CL :MACRO "DEFPACKAGE") (:SBCL :VARIABLE "*ON-PACKAGE-VARIANCE*")) :SOURCE-CONTEXT "--> EVAL-WHEN 
==>
  (SB-IMPL::%DEFPACKAGE \"ORG.TFEB.CONDUIT-PACKAGES\" 'NIL '50
                        '(\"EXPORT\" \"UNEXPORT\" \"DEFPACKAGE\" \"DELETE-PACKAGE\"
                          \"RENAME-PACKAGE\")
                        'NIL '(\"CL\") 'NIL 'NIL
                        '(\"EXPORT\" \"UNEXPORT\" \"DEFPACKAGE\" \"DELETE-PACKAGE\"
                          \"RENAME-PACKAGE\" \"RECOMPUTE-CONDUITS\"
                          \"*UNDERLYING-PACKAGE-IMPLEMENTATIONS*\"
                          \"DEFINE-PACKAGE\" \"*DEFINE-PACKAGE-MECHANISMS*\"
                          \"*EXTENDED-CL-DEFINE-PACKAGE-CLAUSE-KEYS*\"
                          \"INITIAL-DEFINE-PACKAGE-STATE\"
                          \"PROCESS-DEFINE-PACKAGE-CLAUSE\" ...)
                        '(\"ORG.TFEB.CONDUIT-PACKAGES\") 'NIL ...)
") (:MESSAGE "COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE \"org.tfeb.conduit-packages\" \"pkg\">" :SEVERITY :ERROR :LOCATION (:ERROR "No error location available") :REFERENCES NIL)) NIL 51.29424 NIL NIL)

README.md typo?

Should:

Or perhaps I only want to burn petrol:

(defpackage :com.cley.my-great-prog
  (:use)
  (:extends/excluding :com.cley.my-great-prog.clever-hacks
   #:burn-petrol)
 ...)

actually be:
(:extends/including ...)

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.