Re: ASDF: could use some help with ECL issue

2024-01-09 Thread Daniel Kochmański
-common-lisp/ecl/-/issues/730 Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi On Tuesday, January 9th, 2024 at 16:48, Robert Goldm

Re: Very stupid question about :module.

2021-06-02 Thread Daniel Kochmański
Module component has the pathname initarg, i.e (:module "foo" :pathname "" ...), that should do the trick. Best Regards, Daniel Wysłano z aplikacji ProtonMail Oryginalna wiadomość ‎ 2 cze 2021, 18:54, Marco Antoniotti napisał(a): > Hi > > I know I should RTFM, but the wisdom

Re: Dependency issue with program-op

2021-03-21 Thread Daniel Kochmański
Ecl does not dump the image - in other words the compilation environment is not part of the final executable. If the setup system is not a dependency of a "dumped" system, still its package is referenced from the latter, then this will happen. If the setup is indirect dependency of a dumped

Re: why does ASDF ask to please only define system/test?

2018-12-11 Thread Daniel Kochmański
> 1- if you wanted to find a system not properly named, you had to make > sure to have read the relevant .asd file beforehand. For subsystems that's a perfectly reasonable case. > 2- if someone defined two systems with the same name in two different > files, then ASDF 2.014 could loop

Re: Testing new ASDF

2017-07-21 Thread Daniel Kochmański
Now ECL passes all these tests... but since I upgraded ECL to the latest from git (branch develop), test-run-program-unix has started failing with: "The function :STOPPED is undefined." in the terminate-process tests. I suspect an ECL bug. The test passes with ECL 16.1.3 (release tarball) from

Re: make-build

2017-07-20 Thread Daniel Kochmański
Dear Faré, On 21.07.2017 03:11, Faré wrote: Dear Daniel, if you're willing to fork ASDF over make-build, would putting a make-build compatibility function back in ASDF make you adopt the upstream version again? I have an implementation for it at the end of

Re: Upgrade failures for asdf-3.1.7 and later

2017-05-03 Thread Daniel Kochmański
LispWorks PE and CLISP). And if that happens, thereafter one is unable > to load a system that requires asdf-3. The above case is a > whittled-down version of a quickloading problem. > > Best, > lmj -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi

Re: Loading a system

2016-12-16 Thread Daniel Kochmański
regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi

Re: Pending Merge Requests

2016-12-12 Thread Daniel Kochmański
emoves the whole load operation switch interface (what fixes this issue). @Fare: I see nothing controversial with it (i.e nothing to add with the peer review). -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the c

Re: 3.2.0

2016-11-27 Thread Daniel Kochmański
I want to say that its somewhat confusing to agree on something and having François do the opposite out of the blue (and seeing nothing wrong with that). But I suppose it's ASDF developers concern, not mine. Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare -

Re: Recent disappearance of asdf:bundle-system.

2016-10-16 Thread Daniel Kochmański
advise to use it, because of an arbitrary decision by Fare to break the API contract (by pushing for removal of `make-build' and `bundle-system' and promoting `program-op' and `deliver-asd-op') - you'll have your api broken with the next or one after next ASDF release. Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi

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

2016-09-15 Thread Daniel Kochmański
> You said it, it's desirable to not carry build information exposed in non-development host, but getting rid of the data isn't much so. Such solution keeps both qualities. > —♯ƒ • François-René ÐVB Rideau •Reflection• http://fare.tunes.org > I'd rather write programs that write progra

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

2016-09-15 Thread Daniel Kochmański
stitute > dropped information. > > —♯ƒ • François-René ÐVB Rideau •Reflection• http://fare.tunes.org > A Libertarian Constitutional Amendment: Congress shall make no law. Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Poznań, Poland TurtleWare - Daniel Kochma

[rfc][merge request]

2016-09-12 Thread Daniel Kochmański
now (tested on ABCL, CCL, ECL, SBCL 1.2.0, SBCL and MKCL). I'm planning to write a proper regressions and feature tests and document the behaviour in question in the manual, but only if there is sense in it (i.e it will be merged after fixing the potential issues). Thanks, Daniel Kochmański

Re: Recent disappearance of asdf:bundle-system.

2016-09-11 Thread Daniel Kochmański
Mother, In Karl Popper, The Unended > Quest Regards, Daniel > > > On Sun, Sep 11, 2016 at 8:32 AM, Jean-Claude Beaudoin > <jean.claude.beaud...@gmail.com> wrote: >> >> >> On Sun, Sep 11, 2016 at 8:12 AM, Daniel Kochmański <dan...@turtleware.eu

Re: Recent disappearance of asdf:bundle-system.

2016-09-11 Thread Daniel Kochmański
, if any asd system has "cmp" in `:depends-on' (and this is not a regression, it was like this before and is a problem with mkcl asd files). Long story short – everything is as fine as was before this "wave of change". Best regards, Daniel Daniel Kochmański writes: > Jean

Re: Recent disappearance of asdf:bundle-system.

2016-09-11 Thread Daniel Kochmański
f changes. I will have to examine each one in > turn... Let me know if you troubleshot this. I think we should revert for mkcl replacement of load-op with load-bundle-op and keep it for ecl and clasp in that case. I'll check on clasp if it doesn't have a regression. > > Cheers, > > JCB Rega

Re: [bundles][fixes]

2016-09-09 Thread Daniel Kochmański
ke McCormick, regarding minimum wage restrictions Best regards, Daniel P.S. as Elias suggested, I'll try next merge requests over the gitlab platform. I'd suggest updating the documentation to refelct this (very sane) preference. -- Daniel Kochmański ;; aka jackdaniel | Poznań, P

[bundles][fixes]

2016-09-09 Thread Daniel Kochmański
ecompiled-system #:compiled-file #:bundle-system + #:bundle-op #:monolithic-bundle-op #:precompiled-system #:compiled-file #:program-system #:make-build #:basic-compile-bundle-op #:prepare-bundle-op #:compile-bundle-op #:load-bundle-op #:monolithic-compile-bundle-op #:monolithic-load-bundle-op diff --git a/test/test-utilities.script b/test/test-utilities.script index a186bb3..2bfbb0f 100644 --- a/test/test-utilities.script +++ b/test/test-utilities.script @@ -274,7 +274,6 @@ asdf/bundle:user-system #+sbcl uiop/lisp-build:sb-grovel-unknown-constant-condition ;; on some implementations only -asdf/bundle:bundle-system asdf/bundle:static-library uiop/os:parse-file-location-info uiop/os:parse-windows-shortcut -- 2.9.3 -- Daniel Kochmański ;; aka jackdaniel | Poznań, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi

Re: clisp support [Re: Pushed ASDF 3.1.7.8: fixes for CLISP, etc.]

2016-09-01 Thread Daniel Kochmański
nt to what clisp users are actually getting. > > If you're in touch with Sam, Faré, maybe you could encourage him to make > a release. > > Indeed, I'm prepared to threaten to back out fixes that work on clisp > from source, and break release clisp. Or at least re-disable the clisp > tests. > > I don't think it should be the ASDF maintainer's job to track every lisp > implementation from source. -- Daniel Kochmański ;; aka jackdaniel | Poznań, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi

Re: Simple (?) Windows question

2016-03-21 Thread Daniel Kochmański
ft.net >> <mailto:rpgold...@sift.net>>: >> >> On 3/21/16 Mar 21 -3:38 PM, Daniel Kochmański wrote: >> > Don't know about the other implementations, but afair ECL puts :cygwin >> > in the *features*. Maybe check, if trivial-features handles cygwin >

Re: Simple (?) Windows question

2016-03-21 Thread Daniel Kochmański
; their environments that I can obviously see. E.g., if I start a lisp > inside cygwin and do (GETENV "OS") I just see "Windows_NT". > > Thanks, > r -- Daniel Kochmański ;; aka jackdaniel | Poznań, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu &

[asdf-devel] android ECL port cache directory problem

2015-10-20 Thread Daniel Kochmański
esources/slime-2.14/swank.asd I/native-activity(19157): EXIT TOP LEVEL -- CUT HERE-- As you can see caches seem to be set up properly. But ECL tries to load the FASC file from the root directory. Note, that if slime files are put directly in app_resources, not in slime-2.14 directory everything loads fine. I would be greatful for any hints. Thanks, Daniel -- Daniel Kochmański | Poznań, Poland ;; aka jackdaniel "Be the change that you wish to see in the world." - Mahatma Gandhi

Re: [asdf-devel] android ECL port cache directory problem

2015-10-20 Thread Daniel Kochmański
update: adding explicit (pushnew (namestring (merge-pathnames #P"slime-2.14/" *ecl-home*)) asdf:*central-registry*) solved the problem. Is it a desired feature that asdf can "reach" asd file from some subdirectory but can't load such a system? Regards, Daniel Dani

Re: [asdf-devel] android ECL port cache directory problem

2015-10-20 Thread Daniel Kochmański
r's devastation? > Let's bring back the troops and have them bomb OUR cities! > > > On Tue, Oct 20, 2015 at 8:05 AM, Daniel Kochmański <dan...@turtleware.eu> > wrote: >> update: >> >> adding explicit >> >> (pushnew (namestring (merge-pathnames #P&

Re: monolithic-lib-op

2015-10-07 Thread Daniel Kochmański
I've mistakenly taken this thread as one on the ecl-devel - please ignore direct ECL references. Regards, Daniel Daniel Kochmański writes: > Faré writes: > >> On Tue, Oct 6, 2015 at 1:18 AM, Daniel Kochmański <dan...@turtleware.eu> >> wrote: >>> >>>

Re: monolithic-lib-op

2015-10-05 Thread Daniel Kochmański
inly in this one, is that the ruling party gets to > rechristen its ideology as pragmatism. — Christopher Caldwell [1] https://gitlab.com/embeddable-common-lisp/ecl/issues/177 In one of the comments @Whimse provides a working solution using libtool. -- Daniel Kochmański | Poznań, P

Re: monolithic-lib-op

2015-10-05 Thread Daniel Kochmański
Faré writes: > On Tue, Oct 6, 2015 at 1:18 AM, Daniel Kochmański <dan...@turtleware.eu> > wrote: >> >> Faré writes: >> >>> Difficulties making monolithic-lib-op portable suggest that it (and >>> maybe also lib-op) should output an object file

Re: Bundle operations

2015-10-01 Thread Daniel Kochmański
ut > the symbol of a crime. It is no more entitled to respect than is the flag of > a pirate. — Mark Twain -- Daniel Kochmański | Poznań, Poland ;; aka jackdaniel "Be the change that you wish to see in the world." - Mahatma Gandhi

Re: One last test failure: ECL on Linux

2015-09-30 Thread Daniel Kochmański
; I *believe* that this is to be expected, and there's an ECL fix for this. > > Please LMK if that's not true and if I should hold up releasing 3.1.6 > for that reason. > > Otherwise I plan to release today (assuming I can get the necessary time > from work). -- Daniel Kochmański | Po

Re: One last test failure: ECL on Linux

2015-09-30 Thread Daniel Kochmański
>From version 16.0.0 ECL isn't affected by this bug. Robert Goldman writes: > On 9/30/15 Sep 30 -9:37 AM, Daniel Kochmański wrote: >> This one is fixed. >> >> BTW, the fixed caused a regression with library initialization I'm >> working on now but it's ASDF unrela

Re: Bundle operations

2015-09-24 Thread Daniel Kochmański
more entitled to respect than is the flag of > a pirate. — Mark Twain -- Daniel Kochmański | Poznań, Poland ;; aka jackdaniel "Be the change that you wish to see in the world." - Mahatma Gandhi