Re: [asdf-devel] Failures due to deferred warnings

2013-02-21 Thread Dave Cooper
: http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-15.html ___ asdf-devel mailing list asdf-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel -- My Best, Dave Cooper, Genworks Support david.coo

Re: [asdf-devel] Failures due to deferred warnings

2013-02-22 Thread Dave Cooper
I must be missing something because I thought Quicklisp already rejects at least new dists if they throw warnings on compiling. Maybe they were/are some different class of warnings, but I remember clearly that Genworks got rejected for inclusion in Quicklisp (this was just over a year ago, and

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Dave Cooper
On Thu, Feb 28, 2013 at 8:46 PM, Dave Cooper david.coo...@genworks.comwrote: ACL shows new problem with portableaserve and via it with all genworks-gdl systems. The error: No defined method for ASDF/ACTION:PERFORM oncompiling #ORIGINAL-ASERVE aserve dummy By the way, what

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Dave Cooper
, Feb 28, 2013 at 8:46 PM, Dave Cooper david.coo...@genworks.comwrote: ACL shows new problem with portableaserve and via it with all genworks-gdl systems. The error: No defined method for ASDF/ACTION:PERFORM oncompiling #ORIGINAL-ASERVE aserve dummy This is a hack in aserve.asd to allow

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Dave Cooper
by Quicklisp). -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 ___ asdf-devel mailing list asdf-devel@common-lisp.net http://lists.common-lisp.net

Re: [asdf-devel] clearing output-translations for a dumped image

2013-03-01 Thread Dave Cooper
sources to new location and reload them by (load quicklisp/setup.lisp) (ql:quickload :my-application). Best regards, - Anton -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

Re: [asdf-devel] wert?

2013-03-02 Thread Dave Cooper
of the social group without being willing to pay — and claims a halo for his dishonesty. — Robert Heinlein ___ asdf-devel mailing list asdf-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel -- My Best, Dave Cooper

[asdf-devel] printing the symbol asdf:defsystem for .asd file

2013-03-02 Thread Dave Cooper
...) statement at the top of the .asd file, and use plain defsystem with no package prefix? Of course I think for the time being the .asd file should be compatible with all ASDF versions from recent history... -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype

Re: [asdf-devel] printing the symbol asdf:defsystem for .asd file

2013-03-03 Thread Dave Cooper
On Sun, Mar 3, 2013 at 8:32 AM, Faré fah...@gmail.com wrote: : Dave Cooper I have a little utility which emits the .asd files for me, with a form like: `(asdf:defsystem ,(something-to-make-my-system-name) :description blah … ) If you print that form while *package* is bound

Re: [asdf-devel] printing the symbol asdf:defsystem for .asd file

2013-03-03 Thread Dave Cooper
I'm not seeing any difference in SLIME's indentation between: (defsystem #:gdl-ent :description Auto-generated asdf defsys from Genworks GDL cl-lite. :author Genworks and Dave Cooper unless otherwise indicated :serial t :version 2013030200 :depends-on (:gdl-build) :components

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-03-05 Thread Dave Cooper
rpgold...@sift.info wrote: Is anyone running the tests on ACL any more? thanks, r ___ asdf-devel mailing list asdf-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel -- My Best, Dave Cooper, Genworks

Re: [asdf-devel] unnecessary recompilation of source files

2013-03-08 Thread Dave Cooper
://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 ___ asdf-devel mailing list asdf

[asdf-devel] uiop 2.32.4's uiop.asd has nonexistent (:static-file contrib/debug.lisp)

2013-03-08 Thread Dave Cooper
supposed to be moved around? -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 ___ asdf-devel mailing list asdf-devel@common-lisp.net http

[asdf-devel] adsf/bundle:monolithic-fasl sometimes puts dependent system first in list

2013-03-15 Thread Dave Cooper
come _last_. I tried to look into the asdf code behind this operation but am afraid it is currently far over my head. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

[asdf-devel] Workaround (was: adsf/bundle:monolithic-fasl sometimes puts dependent system first in list)

2013-03-16 Thread Dave Cooper
, 2013 at 7:06 PM, Dave Cooper david.coo...@genworks.comwrote: Try this: 1. git clone git://github.com/genworks/gendl.git 2. put it in your quicklisp/local-projects/ 3. (ql:register-local-projects) 4. (ql:quickload :gendl) 5. (ql:operate 'asdf/bundle:monolithic-fasl-op :gendl) 6. (first

Re: [asdf-devel] Workaround (was: adsf/bundle:monolithic-fasl sometimes puts dependent system first in list)

2013-03-17 Thread Dave Cooper
one at first glance. On Mon, Mar 18, 2013 at 12:45 AM, Dave Cooper david.coo...@genworks.comwrote: Dear Faré, * *Looks like there is a strange regression, at least on acl-9.0-linux-x86 and acl-9.0m-linux-x86: The --all-systems file is not being written at all! I get

[asdf-devel] Re: [Openmcl-devel] ASDF 3.0.2 released

2013-07-03 Thread Dave Cooper
http://clozure.com/mailman/listinfo/openmcl-devel -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

Re: [asdf-devel] defsystem :version (:read-file-line ...) fails because :at key isn't recognized

2013-08-16 Thread Dave Cooper
). On Fri, Aug 16, 2013 at 9:23 AM, Robert Goldman rpgold...@sift.info wrote: Faré wrote: 3- Does the test suite run on Windows at all? I've never tried. Dave Cooper had a whack at it, and it didn't work out of the box, but it didn't seem like it would be impossible, if a cygwin installation

trying some ASDF tests on Windows (was: Re: [asdf-devel] Volunteer for LispWorks testing?)

2013-09-04 Thread Dave Cooper
now. After the CCL issue is resolved I will return to trying to get the tests to run for Allegro on Windows. Regards, Dave P.S. I can see the Launchpad link you sent earlier. On Tue, Sep 3, 2013 at 8:41 PM, Robert P. Goldman rpgold...@sift.infowrote: Dave Cooper wrote: In the meantime do

[asdf-devel] CCL Windows: output from ccl:fasl-concatenate is not a FASL file

2013-09-04 Thread Dave Cooper
.wx64fsl)) (load .../try.wx64fsl) ERROR: Not a FASL file. Does anyone recognize what might be going on? -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

Re: trying some ASuDF tests on Windows (was: Re: [asdf-devel] Volunteer for LispWorks testing?)

2013-09-05 Thread Dave Cooper
, 2013 at 5:07 PM, Robert P. Goldman rpgold...@sift.infowrote: Dave Cooper wrote: Hi Robert, [also cc'ing this to asdf-devel in case anyone else has feedback] Ok, shifting gears a little bit here first... I'm trying a few test runs of the ASDF test suite on Windows. Platforms

Re: trying some ASuDF tests on Windows (was: Re: [asdf-devel] Volunteer for LispWorks testing?)

2013-09-05 Thread Dave Cooper
/ccl.text -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

Re: trying some ASuDF tests on Windows (was: Re: [asdf-devel] Volunteer for LispWorks testing?)

2013-09-07 Thread Dave Cooper
On Fri, Sep 6, 2013 at 9:57 PM, Faré fah...@gmail.com wrote: How does the test work on Allegro if you remove the prepending of cmd /c ? I will check into this and report back...

Re: [asdf-devel] Pushed update

2013-09-08 Thread Dave Cooper
P. Goldman Principal Scientist Smart Information Flow Technologies (d/b/a SIFT, LLC) 211 N. First St., Suite 300 Minneapolis, MN 55401 Voice:(612) 326-3934 Email:rpgold...@sift.net -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype

Re: [asdf-devel] Quick question about the bundle op

2013-09-08 Thread Dave Cooper
On Sun, Sep 8, 2013 at 5:58 PM, Robert P. Goldman rpgold...@sift.infowrote: I see that the BUNDLE-PATHNAME-TYPE for :dll is so on all unixes. Question: should this be dylib on Mac OS X instead? I certainly think that would be a yes.

[asdf-devel] Re: Trying to get ASDF tests (especially uiop:run-program) on Windows (Allegro CL, CCL) cleaned up before 3.0.3 release

2013-09-09 Thread Dave Cooper
On Mon, Sep 9, 2013 at 1:25 AM, Dave Cooper david.coo...@genworks.comwrote Starting a new thread I think too many people were included in this and previosu thread, and I've let this topic become too noisy. Sorry for that. Please keep any replies limited just to asdf-devel. And maybe some

[asdf-devel] New failures on Allegro Windows

2013-10-14 Thread Dave Cooper
With latest pull (with 3.0.2.22) I'm getting one failure on mlisp windows and two on alisp windows (a few pulls ago, alisp windows was passing all tests and mlisp was unknown but apparently failing several which are apparently all fixed now, because the one mlisp failure does not appear casemode

Re: [asdf-devel] New failures on Allegro Windows

2013-10-14 Thread Dave Cooper
. Thanks, r Dave Cooper wrote: With latest pull (with 3.0.2.22) I'm getting one failure on mlisp windows and two on alisp windows (a few pulls ago, alisp windows was passing all tests and mlisp was unknown but apparently failing several which are apparently all fixed now, because

Re: [asdf-devel] Regression on Allegro Common Lisp

2013-10-15 Thread Dave Cooper
=((PRINT ASDF-PATHNAME-TEST::START-TIME STREAM) T)) (SETQ #12# . #58=(NIL))) (WHEN (STREAMP STREAM) (CLOSE STREAM :ABORT #12# More as I find out more. Best, r -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1

Re: [asdf-devel] Regression on Allegro Common Lisp

2013-10-15 Thread Dave Cooper
/Windows work. Originally this was :supersede. I don't know if this is a real solution or if we should look for a deeper fix which allows leaving it unconditionally as :rename-and-delete. On Tue, Oct 15, 2013 at 5:58 PM, Dave Cooper david.coo...@genworks.comwrote: I can replicate this on Linux

Re: [asdf-devel] Ready to release?

2013-10-17 Thread Dave Cooper
, in his webpage on Progress and Sustainability -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 allegromodern.text Description: Binary data allegro.text Description: Binary data

Re: [asdf-devel] Ready to release?

2013-10-17 Thread Dave Cooper
that the meek shall inherit the earth — but they inherit very small plots, about six feet by three. — Robert Heinlein, Time Enough For Love On Thu, Oct 17, 2013 at 2:33 PM, Dave Cooper david.coo...@genworks.com wrote: Results on Windows for 3.0.2.28: == SBCL

Re: [asdf-devel] Ready to release?

2013-10-17 Thread Dave Cooper
(uiop:featurep :ics) T GDL-USER (typep (code-char (1- char-code-limit)) (quote base-char)) T GDL-USER (typep (code-char (1- char-code-limit)) (quote character)) T GDL-USER (subtypep 'character 'base-char) T T On Thu, Oct 17, 2013 at 4:00 PM, Dave Cooper david.coo...@genworks.comwrote: On Thu

patch for allegro8 (was: Re: [asdf-devel] Ready to release?)

2013-10-17 Thread Dave Cooper
to hold up the release because of this. Best Regards Dave Let's go Tigers! On Thu, Oct 17, 2013 at 4:59 PM, Dave Cooper david.coo...@genworks.comwrote: On Thu, Oct 17, 2013 at 4:41 PM, Faré fah...@gmail.com wrote: Do you have a transcript for the remaining failure with test-encodings

Re: patch for allegro8 (was: Re: [asdf-devel] Ready to release?)

2013-10-18 Thread Dave Cooper
since I am starting with clean asdf directory for each set of test runs. But the next time I do get one I will provide the output. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 run

Re: patch for allegro8 (was: Re: [asdf-devel] Ready to release?)

2013-10-19 Thread Dave Cooper
-format :utf-8), because the default ;; external-format is '(:e-crlf :1252-base) while on Linux it's already ;; (crlf-base-ef :utf8) (at least in my locale). ;; I'm not sure how to make a latin1 string which is malformed as utf-8. -- My Best, Dave Cooper, Genworks Support david.coo

Re: patch for allegro8 (was: Re: [asdf-devel] Ready to release?)

2013-10-19 Thread Dave Cooper
)) 3591196848 ? date1 3591196320 ? (asdf/cache:with-asdf-cache () (touch-file test-force.asd :timestamp date1)) 3591196320 ? (asdf/cache:with-asdf-cache () (get-file-stamp test-force.asd)) 3591196848 ? -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype)

Re: patch for allegro8 (was: Re: [asdf-devel] Ready to release?)

2013-10-19 Thread Dave Cooper
On Sat, Oct 19, 2013 at 3:34 PM, Faré fah...@gmail.com wrote: But I am still getting stamp-propagation failures on Windows with mlisp after having run mlisp8 (and I think it would also fail if running mlisp8 after mlisp). I will send the console output from that separately. That makes

Re: patch for allegro8 (was: Re: [asdf-devel] Ready to release?)

2013-10-19 Thread Dave Cooper
On Sat, Oct 19, 2013 at 5:33 PM, Dave Cooper david.coo...@genworks.comwrote: Ok here's a patch for that. It seems to fix things for allegro/Windows, but now it reared its head again on sbcl/Windows. Welp, it just happened again on alisp -- and that was in a clean build/ directory before

Re: patch for allegro8 (was: Re: [asdf-devel] Ready to release?)

2013-10-19 Thread Dave Cooper
. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) add-sleep-time.patch Description: Binary data

[asdf-devel] Fwd: ASDF testing for LWW

2013-10-20 Thread Dave Cooper
To: Dave Cooper david.coo...@genworks.com The test suite fails by me with LWW : here at ligne 91 of run-tests.sh if DO $bcmd $eval '(#.(load(string'|script-support.lisp|))#.(asdf-test::load-asdf)#.(asdf-test::frob-packages)#.(asdf-test::with-test()(load(string'|$i| ; then $ ./run1 make[1

[asdf-devel] Re: ASDF testing for LWW

2013-10-20 Thread Dave Cooper
I guess there's also an outside chance that the LWW command line failure has to do with differences between Cygwin and MSYS (Fabrice is running the test script with MSYS). But that seems unlikely as long as Cygwin and MSYS both have normal bash and sh. On Sunday, October 20, 2013, Dave Cooper

All tests passing for ASDF 3.0.2.32 on my installed platforms (was: Re: [asdf-devel] Fwd: ASDF testing for LWW)

2013-10-20 Thread Dave Cooper
by tomorrow morning if this turns out not to be true. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype)

Re: [asdf-devel] New issue with tests

2013-10-21 Thread Dave Cooper
I can (and would like to) add ABCL to my tests on all 3 OSs, later this evening, if someone could point me to quick-start on installing ABCL everywhere? On Mon, Oct 21, 2013 at 6:35 PM, Robert Goldman rpgold...@sift.net wrote: Faré wrote: Do you get any output? -- My Best, Dave

Re: [asdf-devel] (asdf:system-source-directory :uiop) not working after upgrade to 3.0.2.25

2013-10-21 Thread Dave Cooper
the source directory (or any source directory) for :uiop. It's not crucial that I release with this latest 3.0.2.32, but I just bring up this issue in case it is actually a lurking asdf bug which needs to be shaken out before 3.0.3 release... -- My Best, Dave Cooper, Genworks Support david.coo

Solved (was: Re: [asdf-devel] (asdf:system-source-directory :uiop) not working after upgrade to 3.0.2.25)

2013-10-22 Thread Dave Cooper
-- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

Re: Solved (was: Re: [asdf-devel] (asdf:system-source-directory :uiop) not working after upgrade to 3.0.2.25)

2013-10-22 Thread Dave Cooper
, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

Re: [asdf-devel] How to specify to ASDF to load system from current directory?

2013-11-06 Thread Dave Cooper
, Mirko -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

[asdf-devel] Reader conditionals in :depends-on considered harmful?

2013-12-07 Thread Dave Cooper
guess the only way to do that would be to provide a custom function for installing Quicklisp and ASDF -- but we have no guarantee that the user will actually follow our function and not simply try to install Quicklisp according to the instructions at quicklisp.org. -- My Best, Dave Cooper

Re: [asdf-devel] Releasing asdf 3.1.1 ?

2013-12-19 Thread Dave Cooper
on Linux, and I believe all tests were passing for Dave Cooper on Windows. There has been very light development this past month, with no intent for further development ahead, but notable new features and bug fixes since the last release in October. —♯ƒ • François-René ÐVB Rideau

Re: [asdf-devel] Releasing asdf 3.1.1 ?

2013-12-19 Thread Dave Cooper
, 2013 at 4:29 PM, Faré fah...@gmail.com wrote: On Thu, Dec 19, 2013 at 11:24 AM, Dave Cooper david.coo...@genworks.com wrote: I had a couple failures: abcl/windows, clisp/windows, clisp/linux: https://www.dropbox.com/sh/jc2cqwpkp06dupm/1IBEQ9XyKi/asdf-failures/3.1.0.24 OK, can you try

Re: [asdf-devel] Releasing asdf 3.1.1 ?

2013-12-19 Thread Dave Cooper
the virtual host. Will do the 3.1.0.27 with the current setup first, and try that next. Sticking with Linux only until things settle out then will revisit the Windows testing. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248

Re: [asdf-devel] Releasing asdf 3.1.1 ?

2013-12-19 Thread Dave Cooper
I will. I can also try with using the local filesystem instead of the weird shared filesystem from the virtual host. Will do the 3.1.0.27 with the current setup first, and try that next. Sticking with Linux only until things settle out then will revisit the Windows testing. Indeed when

Re: [asdf-devel] Releasing asdf 3.1.1 ?

2013-12-20 Thread Dave Cooper
CLISP tries to open a file for writing on your filesystem, and gets a UNIX error 71 (EPROTO): Protocol error I suppose this is a CLISP bug — maybe it's trying a filesystem syscall not available via NFS (or however your filesystem is mounted — how is that?). It is a virtualbox shared

Re: [asdf-devel] Releasing asdf 3.1.1 ?

2013-12-20 Thread Dave Cooper
the sky. It has happened before but there is nothing to compare to it now. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 run Description: Binary data

[asdf-devel] One failure on ASDF 3.1.0.70 on Allegro/Windows

2014-02-21 Thread Dave Cooper
, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699

Re: [asdf-devel] One failure on ASDF 3.1.0.70 on Allegro/Windows

2014-02-24 Thread Dave Cooper
The test-touch-system-1.script I'm not sure I understand. Is it a case where your filesystem doesn't have second-granularity timestamps but only minute-granularity timestamp? What is a good way to test that? Further clisp bugs look like they are failures to explicitly call CMD.EXE

Re: [asdf-devel] One failure on ASDF 3.1.0.70 on Allegro/Windows

2014-02-24 Thread Dave Cooper
If the answer is (1 1), you have second granularity. If it's either (0 60) or (60 0), you have minute granularity. Answer is (1 1), so apparently it does have second granularity.

Re: [asdf-devel] One failure on ASDF 3.1.0.70 on Allegro/Windows

2014-02-24 Thread Dave Cooper
No, you ran this test today, but it uses 3.1.0.35, and the test doesn't trace the requested functions. You might have run it from a different directory than you extracted the asdf code. Please try again with the latest ASDF (3.1.0.72 or whatever). Completely and extremely my bad. Please

Re: [asdf-devel] One failure on ASDF 3.1.0.70 on Allegro/Windows

2014-02-25 Thread Dave Cooper
Please test again with the latest ASDF and tracing uiop/run-program::%system with two colons. https://dl.dropboxusercontent.com/u/19667598/asdf-failures/3.1.0.73/clisp-test.text https://dl.dropboxusercontent.com/u/19667598/asdf-failures/3.1.0.73/sbcl-test.text Also running both these

Re: [asdf-devel] One failure on ASDF 3.1.0.70 on Allegro/Windows

2014-02-27 Thread Dave Cooper
Can you try again with the latest ASDF (should be the same you have) plus the attached patch? Please reset any local changes before applying (git reset --hard). Here is clisp output from 3.1.0.77 with the wclisp.diff patch applied:

Re: [asdf-devel] One failure on ASDF 3.1.0.70 on Allegro/Windows

2014-02-27 Thread Dave Cooper
On Thu, Feb 27, 2014 at 9:37 PM, Faré fah...@gmail.com wrote: Hopefully, with latest unmodified commit bdda2e5 clisp windows should be all clear. # Using f:/cl-engines/windows/clisp/clisp-2.49/clisp.exe Ran 51 tests: 51 tests passing and 0

Re: [asdf-devel] Alternate default lisp system location

2014-03-12 Thread Dave Cooper
to exclude certain subdirectories. The goal here is to make the addition of the default registry directory as painless and surprise-free as possible for anyone who already happens to have stuff floating around in the new default directory. -- My Best, Dave Cooper

Re: [asdf-devel] Alternate default lisp system location

2014-03-12 Thread Dave Cooper
On Wed, Mar 12, 2014 at 2:05 PM, Zach Beane x...@xach.com wrote: I don't think I want to read loud announcements from ASDF. If it isn't acting like I want, I'd rather read about how to make it do what I want in a tutorial or manual. Loud announcement only in the initial ASDF release when the

Re: [asdf-devel] Make the CL syntax predictable

2014-03-27 Thread Dave Cooper
in Gendl, as far as I know. If there is a reasonable way to back out of this to make Gendl 100% ANSI compliant, I'd be interested to look into it. But the current situation is that users expect double-float to be the default when working with Gendl. -- My Best, Dave Cooper, Genworks Support

Re: [Asdf-devel] Need to do uiop:setup-temporary-directory in image built with uiop

2014-06-17 Thread Dave Cooper
documentation some more, and assuming the current code is sufficient for these situations, I'll see what I can do at least to contribute to the documentation to cover these kinds of situations. On Tuesday, June 17, 2014, Robert P. Goldman rpgold...@sift.info wrote: Dave Cooper wrote: Dear ASDF

[Asdf-devel] (asdf:output-file 'asdf:monolithic-fasl-op ...) no longer working

2014-07-29 Thread Dave Cooper
of 3.1.3; I'll try to make a point of doing that for future releases. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 ___ Asdf-devel mailing list

[Asdf-devel] Call for Testers (just quick bootstrap test for now)

2014-08-01 Thread Dave Cooper
and nightly for each of these builds at all times. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) ___ Asdf-devel mailing list Asdf-devel@common-lisp.net http://common

[Asdf-devel] Registering preloaded systems for Quicklisp/ASDF

2014-08-08 Thread Dave Cooper
can’t guarantee that “no source code is found.” The source might be there in the quicklisp dist directory. So apparently I need something stronger than register-preloaded-system? Or something else? -- My Best, Dave Cooper ___ Asdf-devel mailing list

Re: [Asdf-devel] Registering preloaded systems for Quicklisp/ASDF

2014-08-09 Thread Dave Cooper
be doing? On Sat, Aug 9, 2014 at 1:09 AM, Faré fah...@gmail.com wrote: On Fri, Aug 8, 2014 at 10:54 PM, Dave Cooper david.coo...@genworks.com wrote: Hi, I know this has been discussed, but what is currently the best practice for registering a preloaded system after loading Quicklisp

Re: [Asdf-devel] Registering preloaded systems for Quicklisp/ASDF

2014-08-09 Thread Dave Cooper
system asdf::*defined-systems*) (cons nil (make-instance 'asdf:system :name system But I think this is effectively what I want to achieve here. On Sat, Aug 9, 2014 at 3:27 PM, Dave Cooper david.coo...@genworks.com wrote: Faré wrote: Using asdf 3.1, you can use

Re: [Asdf-devel] Registering preloaded systems for Quicklisp/ASDF

2014-08-10 Thread Dave Cooper
the requested system to the *immutable-systems* as well as calls register-preloaded-system with it. -- My Best, Dave Cooper, Genworks Support add-register-immutable-system.patch Description: Binary data ___ Asdf-devel mailing list Asdf-devel@common

Re: [Asdf-devel] Registering preloaded systems for Quicklisp/ASDF

2014-08-10 Thread Dave Cooper
, Aug 10, 2014 at 4:06 PM, Dave Cooper david.coo...@genworks.com wrote: On Sat, Aug 9, 2014 at 5:16 PM, Faré fah...@gmail.com wrote: Sorry, but doesn't it work to set *immutable-systems* AFTER you load everything? No, it doesn't, because we never actually load anything via ASDF

Re: [Asdf-devel] Registering preloaded systems for Quicklisp/ASDF

2014-08-11 Thread Dave Cooper
of implementation. I believe what is wanted is a test where we make an image with some system preloaded, try to mark it as immutable, and then check to see if it's reloaded. Is that correct? Cheers, r -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype

Re: [Asdf-devel] Registering preloaded systems for Quicklisp/ASDF

2014-08-11 Thread Dave Cooper
about clear-defined-systems (plural)? This is exported functionality and it calls clear-defined-system. Should it be changed to clear-systems and made to call clear-system, or kept the same and made to call clear-system? -- My Best, Dave Cooper, Genworks Support

Re: [Asdf-devel] Registering preloaded systems for Quicklisp/ASDF

2014-08-11 Thread Dave Cooper
developers to replace me. Thank you for the continued hand-holding! -- My Best, Dave Cooper, Genworks Support clear-system-and-register-immutable-system.patch Description: Binary data ___ Asdf-devel mailing list Asdf-devel@common-lisp.net http://common

Re: [Asdf-devel] Mac test update status

2014-10-09 Thread Dave Cooper
. -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 ___ Asdf-devel mailing list Asdf-devel@common-lisp.net http://mailman.common-lisp.net/cgi

Re: Release plan for asdf

2015-06-09 Thread Dave Cooper
With luck, Dave's Windows tests will come back passing, and we can release tomorrow. Not quite. The next failure looks like it's specific to cygwin, though. At least in Allegro and CCL, when launched from a cygwin bash shell, the PWD environment is /cygdrive/f/... but this is not

Re: Release plan for asdf

2015-06-09 Thread Dave Cooper
• http://fare.tunes.org Nothing is so permanent as a temporary government program. - Milton Friedman -- My Best, Dave Cooper genworks.com, gendl.org +1 248-330-2979

Re: Test failures on Windows

2015-06-23 Thread Dave Cooper
due to not cleaning up the filesystem, but never in such a wholesale way. Trying not to be a Unix bigot, but failing Best, R -- My Best, Dave Cooper genworks.com, gendl.org +1 248-330-2979

Re: Windows and Lisp scripting [Re: Test failures on Windows]

2015-06-23 Thread Dave Cooper
What if you open an actual disk file for output and bind *standard-output* to its stream? On Tue, Jun 23, 2015 at 3:23 PM, Robert Goldman rpgold...@sift.net wrote: On 6/23/15 Jun 23 -2:15 PM, Robert Goldman wrote: On 6/23/15 Jun 23 -1:46 PM, Dave Cooper wrote: Is there no way to redirect

Re: Testing running subsidiary lisps with multiple Allegros

2015-07-06 Thread Dave Cooper
, there are environment variables that signal which of the many Allegro flavors one is testing. But somehow this information needs to get pushed through the tests into the subsidiary lisp-invocations. How is this managed? Thanks, r -- My Best, Dave Cooper genworks.com, gendl.org +1 248-330-2979

Purpose of components of type :static-file?

2015-05-26 Thread Dave Cooper
:static-file, so that you can do something with them (e.g. copy them to a distribution directory)? Best Regards, Dave P.S. my apologies if this has been discussed in this list before -- My Best, Dave Cooper, Genworks Support david.coo...@genworks.com, dave.genworks.com(skype) +1 248-330-2979

Re: Almost there

2015-07-14 Thread Dave Cooper
just go ahead and get rid of it right now. We don't have the code out in the wild, and can future-proof what goes out from now on. -- My Best, Dave Cooper genworks.com, gendl.org +1 248-330-2979

Re: ASDF 3.1.5 test suite issues on ACL (8.2 and 10.0 GM)

2015-09-15 Thread Dave Cooper
le running test-program.script, which suggested either a > discrepancy between buildi and alisp, or more simply my failing to > cleanly separate allegro 9 from allegro 10. > > —♯ƒ • François-René ÐVB Rideau •Reflection• > http://fare.tunes.org > Meta is Better. Anything you can do, I can do Meta. — Patrick Logan > -- My Best, Dave Cooper genworks.com, gendl.org +1 248-330-2979 run Description: Binary data

Re: ASDF 3.1.5 test suite issues on ACL (8.2 and 10.0 GM)

2015-09-15 Thread Dave Cooper
> u > # > asdf="asdf-${os}/"; > Sorry, that 'u' was a typo inserted at the last second before sending...

Re: [rfc][merge request]

2016-09-12 Thread Dave Cooper
Poland > TurtleWare - Daniel Kochmański | www.turtleware.eu > > "Be the change that you wish to see in the world." - Mahatma Gandhi > > -- My Best, Dave Cooper genworks.com, gendl.org +1 248-330-2979

Re: Immutable Systems

2016-09-14 Thread Dave Cooper
ne > than in bad company. ― Booker T. Washington (1856–1915) > -- My Best, Dave Cooper genworks.com, gendl.org +1 248-330-2979

Re: Should marking a system preloaded drop its build information?

2016-09-14 Thread Dave Cooper
> I am strongly inclined to keeping the build information around: it's > always easy to erase the information later, but hard to reconstitute > dropped information. > I agree with Faré here. -- My Best, Dave Cooper genworks.com, gendl.org +1 248-330-2979

Re: Locations

2016-09-25 Thread Dave Cooper
es a "bundle" which includes all depended-upon systems as well, recursively, rather than just the toplevel requested system. -- My Best, Dave Cooper, david.cooper@gen.works genworks.com, gendl.org +1 248-330-2979

Including uiop and not asdf in a built application

2018-01-12 Thread Dave Cooper
df") :test 'equal)) ... as the first line of the defun check-not-old-asdf-system. Question: Is there a supported way to do what I'm trying to do, without modifying the ASDF source code? Intuitively, it seems to me that we should be able to include uiop in build products using monolithic-com

Please Contribute what you can to the ASDF Fundraiser (now with Doubling)

2019-02-15 Thread Dave Cooper
outsized results, and the same is true with your donation, however small or large. Let's keep this awesome power in our hands, and determine our own future! All the best and have a great weekend, -- Dave Cooper Board Member, Common Lisp Foundation

Re: Plans for 3.3.4

2020-02-05 Thread Dave Cooper
h them as quickly as the pressures of work > permit, hoping to release 3.3.4 at the end of the week. > > If you have time, please test, especially if you use Windows, where I am > unable to run the test suite. > > Thanks! > > -- My Best, Dave Cooper, david.cooper@gen.works genw