Re: bug in (log)

2022-07-03 Thread Stas Boukarev
This is permitted by http://www.lispworks.com/documentation/HyperSpec/Body/12_acc.htm On Sun, Jul 3, 2022 at 12:10 AM James Cloos wrote: > > (gitlab is uusable; i have to report here.) > > ecl 21.2.1 gives: > > > (log 1/6319748715279270675921934218987893281199411530039296) > > Debugger received

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

2018-12-11 Thread Stas Boukarev
I specifically don't update cl-ppcre.asd, so that these messages annoy as many people as possible and they complain to ASDF. cl-ppcre/test works perfectly fine, nobody calls find-system on it, it's only ever used via (asdf:test-system :cl-ppcre), which still works. ASDF is an entrenched monopoly,

Re: [cfarm-users] Looking for the latest GCC for PowerPC

2018-12-06 Thread Stas Boukarev via cfarm-users
Can't you just build one locally? On Thu, Dec 6, 2018 at 10:37 AM Jeffrey Walton via cfarm-users < cfarm-users@lists.tetaneutral.net> wrote: > Hi Everyone, > > I'm looking for the latest GCC for PowerPC. I think I need something > from this week or last week. > > GCC135 has "gcc version 8.2.1

Re: [cfarm-users] OT: Spectre and Meltdown cpu bugs

2018-01-06 Thread Stas Boukarev via cfarm-users
ssh keys. > IF you use agent forwarding AND a key trusted elsewhere, you could be a > target of ssh-agent hijacking. > > -Paul > > On Sat, Jan 6, 2018 at 2:30 AM, Stas Boukarev via cfarm-users < > cfarm-users@lists.tetaneutral.net> wrote: > >> Do people reall

Re: [cfarm-users] OT: Spectre and Meltdown cpu bugs

2018-01-06 Thread Stas Boukarev via cfarm-users
Why would I care. They are already on the server, can already do these things. On Sat, 6 Jan 2018 at 19:42 Bart Van Assche <bvanass...@acm.org> wrote: > On 01/06/18 02:30, Stas Boukarev via cfarm-users wrote: > > Do people really process sensitive data on the compiler farm? >

Re: [cfarm-users] OT: Spectre and Meltdown cpu bugs

2018-01-06 Thread Stas Boukarev via cfarm-users
Do people really process sensitive data on the compiler farm? On Sat, Jan 6, 2018 at 5:21 AM Jeffrey Walton via cfarm-users < cfarm-users@lists.tetaneutral.net> wrote: > Hi Everyone, > > It looks like PoCs are starting to be released for the CPU bugs. Or > there's a PoC in the wild for ARM

Re: Warning: Computing just-done stamp in plan NIL for action

2017-10-18 Thread Stas Boukarev
The systems working on older asdf versions is wrong? On Wed, Oct 18, 2017 at 8:48 PM Faré <fah...@gmail.com> wrote: > On Wed, Oct 18, 2017 at 12:58 PM, Stas Boukarev <stass...@gmail.com> > wrote: > > ASDF keeps inventing good reasons all the time... > > > Ind

Re: Warning: Computing just-done stamp in plan NIL for action

2017-10-18 Thread Stas Boukarev
ibling systems. Or not. It was quite subtle to debug about a year > >> ago, and it fell out of my working cache. > >> > >> Is there anything special you do between A and B except a :depends-on ? > >> > >> —♯ƒ • François-René ÐVB Rideau •Reflection• > >

Re: Warning: Computing just-done stamp in plan NIL for action

2017-10-18 Thread Stas Boukarev
No clear-system in sight, everything is declarative. On Wed, Oct 18, 2017 at 4:42 PM Faré wrote: > On Wed, Oct 18, 2017 at 9:25 AM, Chream iz wrote: > > Hi, I am also getting this error when trying to run (asdf:test-system > ). > > It is also not

Re: Warning: Computing just-done stamp in plan NIL for action

2017-10-18 Thread Stas Boukarev
; document? > https://github.com/fare/asdf/blob/master/doc/best_practices.md > > —♯ƒ • François-René ÐVB Rideau •Reflection• > http://fare.tunes.org > Don't forget your daily prayer to Baah-kup, > the God of data storage and recovery! > > > > On Wed, Oct 18, 2017 at

Warning: Computing just-done stamp in plan NIL for action

2017-10-18 Thread Stas Boukarev
More new warnings from ASDF 3.3, this time I have no idea what it means. WARNING: Computing just-done stamp in plan NIL for action (ASDF/LISP-ACTION:LOAD-OP "system"), but dependency (ASDF/FIND-SYSTEM:DEFINE-OP "system") wasn't done yet!

Re: WARNING: System definition file ...

2017-10-12 Thread Stas Boukarev
. But maybe that should be done before introducing new warnings. On Thu, Oct 12, 2017 at 2:05 PM Faré <fah...@gmail.com> wrote: > On Thu, Oct 12, 2017 at 6:00 AM, Stas Boukarev <stass...@gmail.com> wrote: > > I get 12 warnings with "System definition file contains

Re: WARNING: System definition file ...

2017-10-12 Thread Stas Boukarev
sp version bundled with SBCL to have them disabled by default. And if some future version of ASDF stops loading any of the 12 libraries, then I just won't update SBCL to that ASDF version. On Thu, Oct 12, 2017 at 5:22 AM Faré <fah...@gmail.com> wrote: > On Wed, Oct 11, 2017 at 9:14 PM, S

WARNING: System definition file ...

2017-10-11 Thread Stas Boukarev
3.3.0 issues a barrage of new warnings about something it has decided is uncouth now. I really have no wish to stare at these warnings coming from third party libraries, especially since they're never going to be fixed. Is the old behavior posing problems? Is the old behavior going away soon?

[Bug 1576871] Re: runtime config for x86 linux adds incorrect gcc -nopie flag

2017-01-25 Thread Stas Boukarev
** Changed in: sbcl Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576871 Title: runtime config for x86 linux adds incorrect gcc -nopie flag To manage

Space wasted by FORMAT directive tables.

2017-01-18 Thread Stas Boukarev
I recently discovered that ECL creates very large tables for FORMAT directives: https://gitlab.com/embeddable-common-lisp/ecl/commit/0c9e67345c364b3d41acca899d80a5c0c35152a6 this applies to MKCL as well. -- With best regards, Stas.

[Marble-devel] [Differential] [Updated, 22 lines] D2152: Scale pixmap cache of MarbleGraphicsItem

2016-07-13 Thread stassats (Stas Boukarev)
stassats updated this revision to Diff 5131. stassats added a comment. Add the rounding error pixel after the size is scaled. REPOSITORY rMARBLE Marble CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2152?vs=5130=5131 REVISION DETAIL https://phabricator.kde.org/D2152 AFFECTED

[Marble-devel] [Differential] [Updated, 22 lines] D2152: Scale pixmap cache of MarbleGraphicsItem

2016-07-13 Thread stassats (Stas Boukarev)
stassats updated this revision to Diff 5130. stassats added a comment. Compare the scale when looking up cached pixmaps. REPOSITORY rMARBLE Marble CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2152?vs=5127=5130 REVISION DETAIL https://phabricator.kde.org/D2152 AFFECTED FILES

[Marble-devel] [Differential] [Request, 2 lines] D2151: Set NSHighResolutionCapable in mac/Info.plist

2016-07-13 Thread stassats (Stas Boukarev)
stassats created this revision. stassats added reviewers: Marble, nienhueser, rahn. stassats set the repository for this revision to rMARBLE Marble. REPOSITORY rMARBLE Marble REVISION DETAIL https://phabricator.kde.org/D2151 AFFECTED FILES src/mac/Info.plist EMAIL PREFERENCES

[Marble-devel] [Differential] [Request, 0 lines] D2150: Make a full set of Mac icons.

2016-07-13 Thread stassats (Stas Boukarev)
stassats created this revision. stassats added reviewers: Marble, nienhueser, rahn. stassats set the repository for this revision to rMARBLE Marble. REVISION SUMMARY Provide all the sizes required by Apple. REPOSITORY rMARBLE Marble REVISION DETAIL https://phabricator.kde.org/D2150

Re: ECL on very small chips?

2016-03-25 Thread Stas Boukarev
On Fri, Mar 25, 2016 at 11:24 AM, Andreas Thiele wrote: > Hello, > > > > can I use ECL to write software for a chip without OS? > > > > In my case I’d like to write software for NXP1769 which is ARM Cortex M3, > 64kB Ram, 512kB Flash. ECL takes up much more RAM than that.

Re: Windows will no longer be supported by ASDF, or ASDF, Windows, Cygwin -- oh, my!

2016-03-21 Thread Stas Boukarev
Stas Boukarev <stass...@gmail.com> writes: > Robert Goldman <rpgold...@sift.net> writes: > >> On 3/21/16 Mar 21 -9:34 AM, Stas Boukarev wrote: >>> I never liked the idea of cygwin, mingw (via msys2) seems to be >>> working pretty well for me. >> >

Re: Windows will no longer be supported by ASDF, or ASDF, Windows, Cygwin -- oh, my!

2016-03-21 Thread Stas Boukarev
Robert Goldman <rpgold...@sift.net> writes: > On 3/21/16 Mar 21 -9:34 AM, Stas Boukarev wrote: >> I never liked the idea of cygwin, mingw (via msys2) seems to be >> working pretty well for me. > > Any chance you could grab a copy of the git repo and run the tests on &g

Re: Windows will no longer be supported by ASDF, or ASDF, Windows, Cygwin -- oh, my!

2016-03-21 Thread Stas Boukarev
I never liked the idea of cygwin, mingw (via msys2) seems to be working pretty well for me. On Mon, Mar 21, 2016 at 5:32 PM, Robert Goldman <rpgold...@sift.net> wrote: > On 3/21/16 Mar 21 -8:59 AM, Stas Boukarev wrote: >> On Mon, Mar 21, 2016 at 4:16 PM, Robert Goldman <rpgold.

Re: Windows will no longer be supported by ASDF, or ASDF, Windows, Cygwin -- oh, my!

2016-03-21 Thread Stas Boukarev
On Mon, Mar 21, 2016 at 4:16 PM, Robert Goldman <rpgold...@sift.net> wrote: > On 3/20/16 Mar 20 -7:07 PM, Stas Boukarev wrote: > >> Then I guess SBCL holding back on ASDF upgrades is a good strategy after all. >> > Actually, no. > > The state of affairs on Win

Re: Windows will no longer be supported by ASDF, or ASDF, Windows, Cygwin -- oh, my!

2016-03-20 Thread Stas Boukarev
On Sun, Mar 20, 2016 at 11:23 PM, Robert Goldman wrote: > I can set the configuration properly from an environment variable. > > But there are a number of tests that then reach out into the environment > and try to reconfigure the source or otherwise read information. > >

Re: [Gcc-cfarm-users] postgres on gcc112

2016-02-10 Thread Stas Boukarev
On Wed, Feb 10, 2016 at 1:34 PM, Stefan Ring wrote: > On Wed, Feb 10, 2016 at 4:44 AM, Noah Misch wrote: >> Killing them was the right decision. Thank you. Like all my cfarm batch >> testing, the processes had setpriority(PRIO_MAX). Perhaps I/O load

Re: what is the length of a long (motivated by GSL2.1 and GSLL)

2015-11-23 Thread Stas Boukarev
Mirko Vukovic writes: > This message has two audiences: One the general CFFI group, and second the > GSL maintainer. > > This is using latest CCL and SBCL on 64-bit Windows 7, and MSYS2 running > 64-bit MinGW and its GSL2.0 and 2.1. > > Running GSL 2.0 and 2.1 under

Re: [Ecls-list] porting to ecl question: lambda lists are not congruent

2015-06-13 Thread Stas Boukarev
Daniel Kochmański jackdan...@hellsgate.pl writes: Hello, problem is that you define two methods #'build-hmeq, where parameter lists are not congruent. Quick fix is to def generic method inbefore like this: (defgeneric build-hmeq (keyword lrdct key allow-other-keys) (:documentation xyz))

Re: [Ecls-list] porting to ecl question: lambda lists are not congruent

2015-06-13 Thread Stas Boukarev
Daniel Kochmański jackdan...@hellsgate.pl writes: Hello, problem is that you define two methods #'build-hmeq, where parameter lists are not congruent. Quick fix is to def generic method inbefore like this: (defgeneric build-hmeq (keyword lrdct key allow-other-keys) (:documentation xyz))

Re: status of openmcl and :ccl-1.11-sockets feature

2015-04-15 Thread Stas Boukarev
CL does guarantee it. Each form is read one by one. And eval-when causes evaluation. If that didn't work, how do you imagine IN-PACKAGE would work? On Wed, Apr 15, 2015 at 4:16 AM, Mark H. David m...@clozure.com wrote: I see there's code to add feature :ccl-1.11-sockets and to use it via a

Re: [Ecls-list] [maintainership]

2015-02-22 Thread Stas Boukarev
On Sat, Feb 21, 2015 at 11:57 PM, Daniel Kochmański jackdan...@hellsgate.pl wrote: Also, is anyone aware, how to edit ecls.sourceforge.net site? (it's different then site accessed with SF search). http://sourceforge.net/p/forge/documentation/Project%20Web%20Services/ and

Re: [cffi-devel] C to Lisp

2013-11-27 Thread Stas Boukarev
Greg Bennett gwbenn...@sentex.ca writes: Good morning, I (think I) might be close to getting a result in having a C function return its output to Lisp. I shall be very grateful for comments and corrections to what I have done, and thank readers for their patience. Here is the C-function

Re: [asdf-devel] unsubscribe

2013-07-09 Thread Stas Boukarev
Brett van de Sande b...@asu.edu writes: Two things: The links to asdf-devel and asdf-announce on http://common-lisp.net/project/asdf/#mailing-lists are dead. That's a feature. Also, how do I unsubscribe? By sending a message to asdf-devel+unsubscr...@common-lisp.net -- With best

Re: [asdf-devel] Please test before releasing ASDF 3.0.0 - Also, resigning again

2013-04-30 Thread Stas Boukarev
Faré fah...@gmail.com writes: Dear Lisp hackers, I'd like to release ASDF 3.0 next week (maybe even later this week). Can you test ASDF before I do? I get asdf-pathname-test.script failure on SBCL: These two expressions yield paths that are not pathname-equal the first expression

Re: [asdf-devel] Please test before releasing ASDF 3.0.0 - Also, resigning again

2013-04-30 Thread Stas Boukarev
Faré fah...@gmail.com writes: Works for me. Weird. Which version of SBCL are you using? 1.1.6.14-76e4485 -- With best regards, Stas.

Re: [asdf-devel] Please test before releasing ASDF 3.0.0 - Also, resigning again

2013-04-30 Thread Stas Boukarev
Faré fah...@gmail.com writes: Works for me. Weird. Which version of SBCL are you using? I also have a file /foo, if that matters. -- With best regards, Stas.

Re: Is this supposed to be kosher/halal/conformant?

2013-04-13 Thread Stas Boukarev
Antoniotti Marco antoniotti.ma...@disco.unimib.it writes: (defmacro foo (n optional ((s key d f) '(4 :f 33))) `(list ,f ,n ,s ,d)) it appears to work on SBCL, CCL and LW (just changed a few things and do not have an Allegro running) It is nice, but I believe that the CLHS says

Re: Is this supposed to be kosher/halal/conformant?

2013-04-13 Thread Stas Boukarev
Antoniotti Marco antoniotti.ma...@disco.unimib.it writes: On Apr 13, 2013, at 20:02 , Stas Boukarev stass...@gmail.com wrote: Antoniotti Marco antoniotti.ma...@disco.unimib.it writes: (defmacro foo (n optional ((s key d f) '(4 :f 33))) `(list ,f ,n ,s ,d)) it appears to work

Re: [pro] best practices on type safety of/for generic functions

2013-03-26 Thread Stas Boukarev
John Morrison john.nmi.morri...@gmail.com writes: Hi All; This is probably a dumb question, but here goes. John Alan McDonald (Hi, John, if you're on this list!) has graciously consented to let me try to revive some almost 20 year old CL software ( Arizona

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

2013-03-03 Thread Stas Boukarev
Dave Cooper david.coo...@genworks.com writes: So I am using ASDF 2.31 which puts the symbol defsystem into asdf/defsystem package instead of plain asdf package (Franz already includes ASDF 2.31 in their patches for Allegro CL). I have a little utility which emits the .asd files for me, with

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

2013-03-03 Thread Stas Boukarev
Faré fah...@gmail.com writes: : 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 to something that uses ASDF, (such as

Re: [cffi-devel] Release blockers

2013-03-03 Thread Stas Boukarev
Anton Vodonosov avodono...@yandex.ru writes: 23.02.2013, 20:40, Stelian Ionescu sione...@cddr.org: On Sat, 2013-02-23 at 14:54 +, Luís Oliveira wrote:  On Sat, Feb 23, 2013 at 2:40 PM, Stelian Ionescu sione...@cddr.org wrote:  What is the minimum necessary that needs to be done(bugs to

Re: [asdf-devel] Is is possible to not have ASDF output build-report files and foo.bar-warnings files?

2013-03-01 Thread Stas Boukarev
Gary King gwk...@metabang.com writes: An admittedly quick look at the source didn't ring any bells for me. (setf asdf:*warnings-file-type* nil) -- With best regards, Stas. ___ asdf-devel mailing list asdf-devel@common-lisp.net

Re: [alexandria-devel] Implementation of DELETE-FROM-PLIST

2013-02-24 Thread Stas Boukarev
Zach Beane x...@xach.com writes: James M. Lawrence llmjj...@gmail.com writes: Using two loops seems awkward to me. How about one? (defun delete-from-plist (plist rest keys) (loop with head = plist with tail = nil for (key . rest) on plist by #'cddr do (assert

Re: [alexandria-devel] Implementation of DELETE-FROM-PLIST

2013-02-23 Thread Stas Boukarev
Robert Smith q...@symbo1ics.com writes: On Sat, Feb 23, 2013 at 4:19 PM, Stas Boukarev stass...@gmail.com wrote: It's wrong because it's completely useless, why would anyone use delete-from-plist without using the value returned by it, if the original list it modifies has the wrong result

Re: [asdf-devel] CMUCL fails tests (Was Re: Just pulled an update and now CCL fails the tests)

2013-01-19 Thread Stas Boukarev
Faré fah...@gmail.com writes: ABCL hackers: is there such a thing as getcwd in ABCL, and if so how do I get to it? (jstatic getProperty java.lang.System user.dir) -- With best regards, Stas. ___ asdf-devel mailing list asdf-devel@common-lisp.net

Re: [Ecls-list] Ecl PARSE-NAMESTRING unable to handle unicode path name

2013-01-13 Thread Stas Boukarev
Peter Enerccio enerc...@gmail.com writes: Hello, I am trying to pass unicode string into PARSE-NAMESTRING, however, it doesn't work. (parse-namestring aAaaajあ) Cannot coerce string aAaaajあ to a base-string [Condition of type SIMPLE-ERROR] List of features: *features*

Re: [Ecls-list] Bug: can't print-object hash-table

2012-12-28 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: Stanislav Frolov frolosof...@gmail.com writes: It seems to print functions do not call print-object method for hash-table and other standard types. I would like to see some human-readable representation of hash tables. (defmethod print-object

Re: [Ecls-list] (function * t) type specifier is no longer accepted

2012-12-18 Thread Stas Boukarev
Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: On Fri, Jun 1, 2012 at 12:20 PM, Stas Boukarev stass...@gmail.com wrote: As per CLHS, http://www.lispworks.com/documentation/lw50/CLHS/Body/04_bc.htm * means unspecified part of the type specifier. (declaim (ftype

Re: [asdf-devel] prepare-op

2012-12-17 Thread Stas Boukarev
Faré fah...@gmail.com writes: Casualties of the cleanup were :feature and :if-component-dep-fails. They were just horrible things. FYI, the sb-rotate-byte contrib in SBCL uses :if-component-dep-fails. I've contacted the SBCL maintainers. Hopefully they will revert to #+x86-64 and such

Re: [Ecls-list] Spurious unused variable warnings in defmacro

2012-11-27 Thread Stas Boukarev
Juan Jose Garcia-Ripoll juanjose.garciarip...@gmail.com writes: Hi Stas, i am creating tickets for both bugs. One is half-solved, but I need this to keep myself posted on what I do -- please apologize if I forget to report the bug solution to the mailing list. It seems most efficient for me

[Ecls-list] Strange reader and printer behaviour

2012-11-25 Thread Stas Boukarev
^ and _ symbols are printed with quotes: (print '(^ _)) = (|^| |_|) Neither of them satisfy the second criterion for potential numbers: http://www.lispworks.com/reference/HyperSpec/Body/02_caa.htm The token contains at least one digit. '. is read as SI:|.|, while it should signal an error. #..

Re: [Ecls-list] Datetime bug (gmt?)

2012-08-02 Thread Stas Boukarev
Stanislav Frolov frolosof...@gmail.com writes: What is the value of localtime() and gmtime() in your system? localtime(0): tm_sec 0 tm_min 0 tm_hour 3 tm_mday 1 tm_mon 0 tm_year 70 tm_wday 4 tm_yday 0 tm_stdst 0 gmtime(0): tm_sec 0 tm_min 0 tm_hour 0 tm_mday 1 tm_mon

[alexandria-devel] [Patch]: Fix an example in the docstring of iota.

2012-05-15 Thread Stas Boukarev
An example in the docstring of iota was (iota 4) = (0 1 2 3 4) while it should've been (iota 4) = (0 1 2 3). From 3983fa28c3f0f66823cc1536cca34faa8fb16caf Mon Sep 17 00:00:00 2001 From: Stas Boukarev stass...@gmail.com Date: Wed, 16 May 2012 00:53:20 +0400 Subject: [PATCH] Fix an example

Re: [alexandria-devel] [Patch]: Fix an example in the docstring of iota.

2012-05-15 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: An example in the docstring of iota was (iota 4) = (0 1 2 3 4) while it should've been (iota 4) = (0 1 2 3). Another problem seems to be with contagion when used with complex numbers: (alexandria:iota 5 :start 1 :step #c(1 2)) = (1 #C(2 2) #C(3 4) #C

Re: [cffi-devel] Next release of CFFI with cffi-libffi

2012-05-01 Thread Stas Boukarev
Luís Oliveira luis...@gmail.com writes: On Mon, Apr 30, 2012 at 11:02 PM, Max Mikhanosha m...@openchat.com wrote: This fixes it for me (defmethod foreign-type-size ((type symbol))  (let ((*parse-bare-structs-as-pointers* nil))    (foreign-type-size (parse-type type Thanks everyone for

Re: [cffi-devel] Next release of CFFI with cffi-libffi

2012-04-30 Thread Stas Boukarev
Stelian Ionescu sione...@cddr.org writes: On Thu, 2012-04-19 at 14:46 +, Stas Boukarev wrote: Luís Oliveira luismbo at gmail.com writes: On Thu, Apr 19, 2012 at 2:50 PM, Stelian Ionescu sionescu at cddr.org wrote: (with-foreign-object (p '(:struct timespec) 2) (mem-aref p

Re: [cffi-devel] Next release of CFFI with cffi-libffi

2012-04-30 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: Stelian Ionescu sione...@cddr.org writes: On Thu, 2012-04-19 at 14:46 +, Stas Boukarev wrote: Luís Oliveira luismbo at gmail.com writes: On Thu, Apr 19, 2012 at 2:50 PM, Stelian Ionescu sionescu at cddr.org wrote: (with-foreign-object

Re: [pro] Sub-function free variable binding differences between Scheme and CL

2012-03-05 Thread Stas Boukarev
Burton Samograd burton.samog...@gmail.com writes: Hello, I am curently translating the logic circuit simulator code from SICP into Common Lisp and have run into a snag that I would like to ask about. The Scheme code is as follows from section 3.3.4 (page 223 of my hardcover edition):

Re: [pro] Sub-function free variable binding differences between Scheme and CL

2012-03-05 Thread Stas Boukarev
Burton Samograd burton.samog...@gmail.com writes: I apologize, my original code was using labels but I copied the one using flet for this question. Please assume that I am using labels; the variable binding question still stands. With labels, the code is right, that means either you're not

Re: [Ecls-list] (require 'sockets) doesn't work

2012-01-14 Thread Stas Boukarev
Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: What configuration and version (see first lines of ECL's prompt) are you using? That was the latest git revision at the moment, with --enable-threads and --enable-unicode. -- With best regards, Stas.

[Ecls-list] (require 'sockets) doesn't work

2012-01-09 Thread Stas Boukarev
(require 'sockets) ;;; Loading #P/home/stas/lisp/impl/ecl/build/sockets.fas Condition of type: SIMPLE-TYPE-ERROR The value of ASDF::NAME is SOCKETS, which is not of type STRING. While (require sockets) works. -- With best regards, Stas.

Re: [Ecls-list] BUG: SEGMENTATION-VIOLATION in code with DEFTYPE unicode char

2011-11-22 Thread Stas Boukarev
Eric Marsden eric.mars...@free.fr writes: jgr == Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: jgr Here is the problem: char in Linux is signed char, while in OS X it jgr seems to default to unsigned char. I have changed ECL so that BASE-CHAR jgr objects are

Re: [pro] why :key arguments?

2011-07-04 Thread Stas Boukarev
Tamas Papp tkp...@gmail.com writes: On Mon, 04 Jul 2011 11:39:39 +0200, Hans Hübner wrote: On Mon, Jul 4, 2011 at 11:31 AM, Tamas Papp tkp...@gmail.com wrote: Why do some CL library functions have :key arguments? [...] but it is a bit cumbersome.  I can make my code simpler by relying on

Re: [pro] why :key arguments?

2011-07-04 Thread Stas Boukarev
Tamas Papp tkp...@gmail.com writes: On Mon, 04 Jul 2011 14:20:32 +0400, Stas Boukarev wrote: Tamas Papp tkp...@gmail.com writes: On Mon, 04 Jul 2011 11:39:39 +0200, Hans Hübner wrote: On Mon, Jul 4, 2011 at 11:31 AM, Tamas Papp tkp...@gmail.com wrote: Why do some CL library functions

Re: [Ecls-list] Problems with building

2011-03-27 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: The first problem I encounter when building the latest ECL is a stray reference to ecl_query_all_processes_status. That's easily fixable, and the attached patch does that. diff --git a/src/c/unixsys.d b/src/c/unixsys.d index ea46754..667de72 100755

Re: [postmodern-devel] sql-compile

2011-02-26 Thread Stas Boukarev
Haris fbogdano...@xnet.hr writes: What am I doing wrong here: (query (sql-compile `(:update 'kupci :set ,@(list 'ime (parameter ime)) :where (:= 'id (parameter id) I get from hunchentoot log: Database error 42883: function parameter(unknown)

Re: [postmodern-devel] Patch: {} syntax for arrays should be inside ''

2011-02-14 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: According to http://www.postgresql.org/docs/current/static/arrays.html#ARRAYS-INPUT arrays should look like '{ val1 delim val2 delim ... }', but cl-postgres sends them as {val1 ...}, the attached patch corrects this. Well, that was too soon, I forgot

Re: [postmodern-devel] Patch: {} syntax for arrays should be inside ''

2011-02-14 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: Stas Boukarev stass...@gmail.com writes: According to http://www.postgresql.org/docs/current/static/arrays.html#ARRAYS-INPUT arrays should look like '{ val1 delim val2 delim ... }', but cl-postgres sends them as {val1 ...}, the attached patch

Re: [pro] Learning Lisp the Bump Free Way

2011-01-21 Thread Stas Boukarev
Svante Carl v. Erichsen svante.v.erich...@web.de writes: Hi! I should call it string-conc, conc-string, or conc-string. I should not expect from first sight that either, string+ or string*, would concatenate. From those names, it also would seem surprising that they can take any

Re: [Ecls-list] Cannot print object #SWANK-BACKEND package readably

2011-01-20 Thread Stas Boukarev
Anton Vodonosov avodono...@yandex.ru writes: Hello.   Unfortunately deleting the ~/.slime directory doesn't help.   Correction, the error happens not when I load swank-loader.lisp, but after that, when I call swan-loader:init.   Here is the backtrace:   Backtrace:  

Re: [Ecls-list] Cannot print object #SWANK-BACKEND package readably

2011-01-20 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: What settings do you have? I do not get those errors in any of my systems? I can reproduce after doing (require 'bytecmp) And its compile-file has WITH-STANDARD-IO-SYNTAX around WRITE

Re: [Ecls-list] Release ready

2011-01-16 Thread Stas Boukarev
Stas Boukarev stass...@gmail.com writes: Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: Hi everybody, Regarding Stas Boukarev's problems with require-ing ASDF and compiling a test file that defines the ASDF package, I could not reproduce it in any system with a clean

Re: [Ecls-list] Release ready

2011-01-15 Thread Stas Boukarev
Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: I had to fix a number of bugs that were submitted during the last days. Unless somebody complains very loud (please, no! :-) I will tag and upload the 11.1.1 release this weekend. When doing (require 'asdf) I get ;;; Loading

Re: [Ecls-list] Release ready

2011-01-15 Thread Stas Boukarev
Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: Configuration flags? Platform? Interestingly, the following succeeds: (make-package ASDF) #ASDF package (require 'asdf) ;;; Loading #P/usr/local/lib/ecl-11.1.1/asdf.fas ;;; Loading #P/usr/local/lib/ecl-11.1.1/cmp.fas (ASDF

Re: [Ecls-list] Release ready

2011-01-15 Thread Stas Boukarev
Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: Configuration flags? Platform? Digging further: Given file ;;; (eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package :asdf) (make-package :asdf :use '(:cl (in-package :asdf) (print 'foo) ;;;

[drakma-devel] [Patch]: better file-names when sending multipart/form-data from streams.

2010-12-26 Thread Stas Boukarev
The attached patch does two things: * :filename option takes precedence of automatically determined names (it was the case previously only for pathnames, and not for streams or functions). * if stream is a file-stream, which means it's a pathname designator, use file-namestring to get the

[Ecls-list] multiple-value-bind strange behaviour

2010-07-29 Thread Stas Boukarev
Consider the following file: (defun foo ()) (defun location (function) (multiple-value-bind (file pos) (ext:compiled-function-file function) (list file pos))) Load it: (load (compile-file foo)) (location #'foo) (foo.lisp NIL) (ext:compiled-function-file #'foo) foo.lisp 0 -- With

[Bug 597829] Re: sbcl install and execution give Illegal instruction error

2010-07-17 Thread Stas Boukarev
** Changed in: sbcl Status: New = Invalid -- sbcl install and execution give Illegal instruction error https://bugs.launchpad.net/bugs/597829 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [drakma-devel] :close nil

2008-08-26 Thread Stas Boukarev
On 8/26/08, Edi Weitz [EMAIL PROTECTED] wrote: On Tue, 26 Aug 2008 09:28:04 +0400, Stas Boukarev [EMAIL PROTECTED] wrote: It still spends 6 second in FLEXI-STREAMS::READ-SEQUENCE* Seems there was another thinko in FLEXI-STREAMS. Could you try with 1.0.7 again? Still the same... I also

Re: [drakma-devel] :close nil

2008-08-25 Thread Stas Boukarev
On 8/26/08, Edi Weitz [EMAIL PROTECTED] wrote: On Mon, 25 Aug 2008 16:52:03 +0400, Stas Boukarev [EMAIL PROTECTED] wrote: When I call http-request with :close nil argument it takes 6 seconds more Please try with FLEXI-STREAMS 1.0.6, that should hopefully fix this. It still spends 6

[Orgmode] Numbered lists

2008-07-11 Thread Stas Boukarev
When I put `1.' on the first line of a blank file, and then press M-return I get the following: 1. 1. 2. 3. Is it a supposed result? Emacs and org-mode from cvs and git respectively. -- With Best Regards, Stas. ___ Emacs-orgmode mailing list

Bug#475170: [axiom] Unuseable on amd64 - fails to start

2008-05-09 Thread Stas Boukarev
I confirm this. -- With Best Regards, Stas. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

[Bug 132939] Re: [gutsy] Suspend does not work from GDM login screen

2007-12-24 Thread Stas Boukarev
Yes, it is needed for hardy's gdm. Source code of development version of gdm was changed so deeply, I can't find corresponding code. -- [gutsy] Suspend does not work from GDM login screen https://bugs.launchpad.net/bugs/132939 You received this bug notification because you are a member of Ubuntu

[Bug 132939] Re: [gutsy] Suspend does not work from GDM login screen

2007-12-24 Thread Stas Boukarev
Yes, it is needed for hardy's gdm. Source code of development version of gdm was changed so deeply, I can't find corresponding code. -- [gutsy] Suspend does not work from GDM login screen https://bugs.launchpad.net/bugs/132939 You received this bug notification because you are a member of Ubuntu

[Bug 132939] Re: [gutsy] Suspend does not work from GDM login screen

2007-12-23 Thread Stas Boukarev
I have fixed this with the following patch ** Attachment added: gdm suspend patch http://launchpadlibrarian.net/11039850/suspend.patch -- [gutsy] Suspend does not work from GDM login screen https://bugs.launchpad.net/bugs/132939 You received this bug notification because you are a member of

[Bug 132939] Re: [gutsy] Suspend does not work from GDM login screen

2007-12-23 Thread Stas Boukarev
I have fixed this with the following patch ** Attachment added: gdm suspend patch http://launchpadlibrarian.net/11039850/suspend.patch -- [gutsy] Suspend does not work from GDM login screen https://bugs.launchpad.net/bugs/132939 You received this bug notification because you are a member of

Problems with progress on large files

2007-01-17 Thread Stas Boukarev
Wget aborts on huge files: $ wget ftp://ftp.fsn.hu/testfiles/128T get: progress.c:965: create_image: Assertion `p - bp-buffer = bp-width' failed. Aborted But wget -q ftp://ftp.fsn.hu/testfiles/128T works fine. I tried Wget 1.10+devel from svn trunk branch, Revision 2202. Compiled with gcc

Addition to problems with progress on large files

2007-01-17 Thread Stas Boukarev
I've noticed problem is related with ETA calculating and on systems with high bandwidth it may not fail. It better to test something like $ wget --limit-rate=1024 ftp://ftp.fsn.hu/testfiles/128T -- With Best Regards, Stas. All You Need Is Love! Homo sum et nihil humani a me alienum puto.