Activity for Sam Steingold

  • Sam Steingold Sam Steingold modified a comment on ticket #747

    I agree with the analysis in the debian bug by Dennis Filder: In a test suite you usually can since it is probably not supposed to be run by a privileged user in such a way that it fails. Build servers and CI pipelines, which are almost always involved in exposing such bugs, really ought to put in more effort to make their environment more similar to the one the developer develops and tests the code in instead of silently expecting everyone else to put in the additional effort to placate them. I...

  • Sam Steingold Sam Steingold posted a comment on ticket #747

    I agree with the analysis in the debian bug by Dennis Filder: In a test suite you usually can since it is probably not supposed to be run by a privileged user in such a way that it fails. Build servers and CI pipelines, which are almost always involved in exposing such bugs, really ought to put in more effort to make their environment more similar to the one the developer develops and tests the code in instead of silently expecting everyone else to put in the additional effort to placate them. I...

  • Sam Steingold Sam Steingold posted a comment on discussion Help

    clisp --version

  • Sam Steingold Sam Steingold committed [af8bec]

    http-->https

  • Sam Steingold Sam Steingold posted a comment on ticket #2

    cllib only requires port. both are asdf-loadable. you can package them.

  • Sam Steingold Sam Steingold posted a comment on ticket #2

    well, which parts of clocc are you interested in? they do have a point there...

  • Sam Steingold Sam Steingold modified ticket #58

    Cannot install CLOCC via CLISP

  • Sam Steingold Sam Steingold posted a comment on ticket #58

    this was fixed by changeset: 3875:287829b8eb9b user: sds Date: Thu Aug 19 16:50:08 2010 +0000 summary: mkdir, rmdir [clisp]: avoid deprecated DELETE-DIR & MAKE-DIR

  • Sam Steingold Sam Steingold posted a comment on ticket #2

    indeed - please go ahead and package it!

  • Sam Steingold Sam Steingold posted a comment on ticket #55

    use mercurial https://sourceforge.net/p/clocc/hg/ci/default/tree/

  • Sam Steingold Sam Steingold committed [8d8e3a]

    rely on read-standalone-char in xml

  • Sam Steingold Sam Steingold committed [0ce310]

    (primep): fix typo

  • Sam Steingold Sam Steingold committed [602ef3]

    avoid warnings about loop keyword order

  • Sam Steingold Sam Steingold committed [188666]

    (deftest): add (flet check); add math tests

  • Sam Steingold Sam Steingold modified ticket #720

    Flaky test on MacOS: socket-server with run-program

  • Sam Steingold Sam Steingold posted a comment on ticket #720

    fixed in git

  • Sam Steingold Sam Steingold posted a comment on ticket #15

    thanks, reported to ubuntu https://bugs.launchpad.net/ubuntu/+source/xournal/+bug/1817235

  • Sam Steingold Sam Steingold posted a comment on ticket #15

    how to reproduce: open pdf, edit, then export to the SAME file, agreeing to overwrite. now, even though the screen is fine, the original data is lost and will not appear even if you print to file, export to pdf to a new file, or same to xoj. work around -- same to a NEW file name and then rename in shell.

  • Sam Steingold Sam Steingold posted a comment on ticket #15

    moreover, when I save the file as *.xoj and open it again, I see the same as in pdf - only my additions, nothing from the original file.

  • Sam Steingold Sam Steingold posted a comment on ticket #15

    this is a dupe of https://sourceforge.net/p/xournal/bugs/142/ I have seen this many times over the years and now finally decided to report.

  • Sam Steingold Sam Steingold posted a comment on ticket #142

    I get this same bad behavior regardless of whether I overwrite the file or create a new one.

  • Sam Steingold Sam Steingold created ticket #15

    Exporting to PDF an edited PDF file only exports the edits

  • Sam Steingold Sam Steingold posted a comment on ticket #57

    * ASDF/UPGRADE:*ASDF-VERSION* "3.3.1" * (lisp-implementation-version) "1.4.14"

  • Sam Steingold Sam Steingold posted a comment on ticket #57

    I get a different error: (UIOP/LISP-BUILD:CHECK-LISP-COMPILE-RESULTS NIL T T "~/asdf-action::format-action/" ((#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cllib" "fileio">))) ; File has been modified since compilation: ; SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST ; Using form offset instead of character position. source: (ERROR 'COMPILE-FILE-ERROR :CONTEXT-FORMAT CONTEXT-FORMAT :CONTEXT-ARGUMENTS CONTEXT-ARGUMENTS) I think this is a bug in adsf. However, I was able to compile cllib...

  • Sam Steingold Sam Steingold modified ticket #737

    Macro Lambda-Lists Don't Permit early &environment Parameter

  • Sam Steingold Sam Steingold posted a comment on ticket #737

    (defsetf foo (place &environment env) (value)) works just fine. The problem is that CLISP does not allow &environment before reqvars.

  • Sam Steingold Sam Steingold posted a comment on ticket #734

    Bruno, bidirectional errno<--->keyword conversion is already present in the syscalls module. the right solution is probably to move these tests from the core to the syscalls module.

  • Sam Steingold Sam Steingold committed [80f660]

    No need for "#ifdef __DATE__", it is widely supported.

  • Sam Steingold Sam Steingold committed [87cf29]

    clarify bug reporting instructions

  • Sam Steingold Sam Steingold posted a comment on ticket #728

    $ ./lisp.run -mm Memory dump: 0x56147101c000 - 0x56147139afff 0x56147159b000 - 0x5614715c5fff 0x5614715c6000 - 0x5614715f2fff 0x5614715f3000 - 0x5614715f6fff 0x561473272000 - 0x561473292fff 0x7fea4287e000 - 0x7fea42a53fff 0x7fea42a54000 - 0x7fea42c53fff 0x7fea42c54000 - 0x7fea42c57fff 0x7fea42c58000 - 0x7fea42c59fff 0x7fea42c5a000 - 0x7fea42c5dfff 0x7fea42c5e000 - 0x7fea42c60fff 0x7fea42c61000 - 0x7fea42e5ffff 0x7fea42e60000 - 0x7fea42e60fff 0x7fea42e61000 - 0x7fea42e61fff 0x7fea42e62000 - 0x7fea42e63fff...

  • Sam Steingold Sam Steingold posted a comment on ticket #728

    the compilation error prevents building lisp.run.

  • Sam Steingold Sam Steingold posted a comment on ticket #728

    $ grep RANGE config.status D["CODE_ADDRESS_RANGE"]=" 0x000055C6F8000000UL" D["MALLOC_ADDRESS_RANGE"]=" 0x0000559353000000UL" D["SHLIB_ADDRESS_RANGE"]=" 0x00007F9F43000000UL" D["STACK_ADDRESS_RANGE"]=" 0x00007FFC2C000000UL"

  • Sam Steingold Sam Steingold committed [296d28]

    pari: Copy Sam's changes from HEAD to the 2.50 branch.

  • Sam Steingold Sam Steingold created ticket #728

    linux --with-debug: oint_addr_mask does not cover CODE_ADDRESS_RANGE

  • Sam Steingold Sam Steingold posted a comment on ticket #727

    :if-does-not-exist argument controls the behavior on non-existent files. the rest of your comment does not, alas, provide a reproducible test example as I requested.

  • Sam Steingold Sam Steingold committed [f09e7f]

    add symbols-cleanup and update then test for HTTP instead of FTP

  • Sam Steingold Sam Steingold posted a comment on ticket #727

    This is not a reproducible test case - WFM. For us to be able to fix this, you need to figure out which entry in /etc/ causes the problem and re-create it from scratch in a new directory. e.g., the test case should look like this: bash$ mkdir test; cd test; ln ????; cp ??? ; whatever then in clisp (directory "test/*/") --> error.

  • Sam Steingold Sam Steingold committed [db8deb]

    fix last patch: the value of mypath_ptr after the loop matters

  • Sam Steingold Sam Steingold committed [d13e35]

    clhs.lisp (open-http): Admit that HTTPS is not supported

  • Sam Steingold Sam Steingold committed [814f0d]

    When do_cbc==2, run "make base-mod-check" as cbcstep5 and "make full-mod-check" as cbcstep6.

  • Sam Steingold Sam Steingold committed [cbb37b]

    g++ bugs are not relevant to clang.

  • Sam Steingold Sam Steingold committed [88e4ae]

    (os:service "www") can return "udp" on macosx

  • Sam Steingold Sam Steingold committed [881dff]

    Fix "nohup make check": (make-stream :input) fails under nohup because there is _no_ input available.

  • Sam Steingold Sam Steingold committed [828e6d]

    (setf (os:pgid pid) gid) may fail with eperm

  • Sam Steingold Sam Steingold committed [12b05e]

    Fix syscalls copy-file failures in "make base-mod-check"

  • Sam Steingold Sam Steingold committed [7a615d]

    Add missing tests for 4 dbus functions.

  • Sam Steingold Sam Steingold committed [34f69a]

    Fix syscalls copy-file failures in "make base-mod-check"

  • Sam Steingold Sam Steingold committed [15aef2]

    (os:service "www") can return "udp" on macosx

  • Sam Steingold Sam Steingold committed [18da14]

    cosmetic

  • Sam Steingold Sam Steingold committed [34e393]

    fix last patch

  • Sam Steingold Sam Steingold committed [25446b]

    (setf (os:pgid pid) gid) may fail with eperm

  • Sam Steingold Sam Steingold posted a comment on ticket #720

    also, in your patch, you want to replace the first progn with prog1

  • Sam Steingold Sam Steingold posted a comment on ticket #720

    I think we need to fix the core, not the test.

  • Sam Steingold Sam Steingold committed [6342bc]

    Fix "nohup make check": (make-stream :input) fails under nohup because there is _no_ input available.

  • Sam Steingold Sam Steingold committed [ce374f]

    When do_cbc==2, run "make base-mod-check" as cbcstep5 and "make full-mod-check" as cbcstep6.

  • Sam Steingold Sam Steingold committed [b83c12]

    src/pathname.d (my_realpath): Cosmetic change to avoid gcc warning

  • Sam Steingold Sam Steingold posted a comment on ticket #710

    at this time clisp boot builds ootb on macosx with build-porting64-gcc-debug_gcsafety. modules fail with /Users/sds/src/clisp/current/modules/i18n/gettext.c:512:3: error: initializer element is not a compile-time constant LISPFUN_F(subr_i18n_gettext,seclass_read,1,2,norest,nokey,0,NIL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/sds/src/clisp/current/build-porting64-gcc-debug_gcsafety/linkkit/clisp.h:6312:90: note: expanded from macro 'LISPFUN_F' #define LISPFUN_F(name,sec,req_count,opt_count,rest_flag,key_flag,key_count,keywords)...

  • Sam Steingold Sam Steingold committed [d7acc4]

    clhs.lisp (open-http): Admit that HTTPS is not supported

  • Sam Steingold Sam Steingold committed [aad979]

    glm4/no-c++.m4: Update from gnulib to enable g++ compilation.

  • Sam Steingold Sam Steingold committed [cb2585]

    g++ bugs are not relevant to clang.

  • Sam Steingold Sam Steingold committed [d24b0f]

    More robust detection of pari.desc by the build process.

  • Sam Steingold Sam Steingold committed [4f5cc0]

    cell borders for revhistory

  • Sam Steingold Sam Steingold committed [434693]

    remove 2.43.1 (duplicate of 2.44.1)

  • Sam Steingold Sam Steingold committed [612f00]

    close an obsolete branch

  • Sam Steingold Sam Steingold modified ticket #724

    DIRECTORY does not match filenames lacking extensions against type=:WILD

  • Sam Steingold Sam Steingold committed [3e7141]

    DIRECTORY matches like PATHNAME-MATCH-P (bug#724).

  • Sam Steingold Sam Steingold committed [d862bb]

    Avoid WARNING: Makefile.in seems to ignore the --datarootdir setting

  • Sam Steingold Sam Steingold posted a comment on ticket #724

    test case: ;; https://sourceforge.net/p/clisp/bugs/724/ (let* ((wd (ensure-directories-exist "bug-724/" :verbose t)) (f1 (open (merge-pathnames wd "file") :direction :probe :if-does-not-exist :create)) (f2 (open (merge-pathnames wd "file.txt") :direction :probe :if-does-not-exist :create)) (pat (make-pathname :name :wild :type :wild :version :wild :defaults wd)) (*default-pathname-defaults* (ext:probe-pathname "."))) (unwind-protect (list (mapcar #'enough-namestring (directory pat)) (pathname-match-p...

  • Sam Steingold Sam Steingold committed [04ae00]

    avoid an aclocal warning

  • Sam Steingold Sam Steingold committed [d8bc93]

    avoid warning: add explicit braces to avoid dangling else [-Wdangling-else]

  • Sam Steingold Sam Steingold committed [4cf7e5]

    remove the unnecessary explicit call to gl_LIBUNISTRING_OPTIONAL

  • Sam Steingold Sam Steingold committed [9a45d8]

    make it easier to work around the lack of ssl sockets

  • Sam Steingold Sam Steingold committed [5e594f]

    amigasock.lisp: Remove the last vestige of Amiga support.

  • Sam Steingold Sam Steingold committed [041b26]

    Make sure the Darwin foo.dSYM directories are removed by clean et al.

  • Sam Steingold Sam Steingold committed [caf386]

    (handle_fault_range) [!(GENERATIONAL_GC & SPVW_MIXED)]: Expand non-trivially to avoid -Wunused-parameter.

  • Sam Steingold Sam Steingold committed [683f67]

    bug#717: cfree() is gone from glibc 2.26

  • Sam Steingold Sam Steingold committed [93cd88]

    Fix bug#659: update the pari module to PARI/GP 2.9.3

  • Sam Steingold Sam Steingold committed [d789c2]

    makemake.in (check-doc): Also test sys::ensure-clhs-map.

  • Sam Steingold Sam Steingold committed [cb095b]

    disable and restore both CLHS and IMPNOTES

  • Sam Steingold Sam Steingold committed [86ad79]

    (LIBS): Add LIBUNISTRING like LIBSIGSEGV. Fix bug#719.

  • Sam Steingold Sam Steingold committed [bb3ba9]

    modules/pari/pari.lisp: General cleanup.

  • Sam Steingold Sam Steingold committed [8ad496]

    typo

  • Sam Steingold Sam Steingold committed [dead22]

    Ensure that all positional args are in *ARGS* when compiling.

  • Sam Steingold Sam Steingold committed [e4fb45]

    Most of the PARI interface functions are generated automatically.

  • Sam Steingold Sam Steingold committed [4593a2]

    oops

  • Sam Steingold Sam Steingold committed [c0b525]

    Avoid -Wunsequenced / -Wsequence-point warnings (subsumes patch#54).

  • Sam Steingold Sam Steingold committed [2db071]

    add function pari-type

  • Sam Steingold Sam Steingold committed [fc3005]

    Cleanup all defs.

  • Sam Steingold Sam Steingold committed [f52f63]

    (regexp-split): Respect the :END argument.

  • Sam Steingold Sam Steingold committed [ad513f]

    Convert to and from INFINITY (+oo and -oo)

  • Sam Steingold Sam Steingold committed [302515]

    typo

  • Sam Steingold Sam Steingold committed [9884c6]

    Type Conversion Coverage: print a single table and note one-sided tests

  • Sam Steingold Sam Steingold committed [ac9abc]

    Redefine polsturm with better keyword args

  • Sam Steingold Sam Steingold committed [d30542]

    #include <stdlib.h> for malloc; reported by Jerry James (patch#55)

  • Sam Steingold Sam Steingold committed [8d57b3]

    (make-arg-spec): Downcase keyword args to avoid having to write (pari:random_ :|n| 10).

  • Sam Steingold Sam Steingold committed [4e2dc6]

    Modernize GDBM interface.

  • Sam Steingold Sam Steingold committed [8a77ff]

    fix last patch

  • Sam Steingold Sam Steingold committed [ca2860]

    Restore the code to avoid -Wmissing-declarations.

1 >