Raymond Toy | 12 May 2013 00:56
Picon

Snapshot 2013-05


Just in time for Mother's day (for those geeking Mom's everywhere), we
have yet another snapshot in a long line of monthly snapshots.

Only a few changes this month since the April snapshot was delayed for
quite some time:

* Clean ups of the Config file and removal of some outdated and unused
  Configs.
* Some speed ups in gencgc on most platforms.

Binaries will be uploaded soon.

Ray

_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp

Raymond Toy | 14 Apr 2013 05:47
Picon

April snapshot


The April snapshot has been tagged and binaries will be uploaded
shortly.  

The delay in the snapshot was caused by a move of common-lisp.net to a
new place.  I think everything has been restored and working as
before.  Certainly the git repo has been restored along with trac.

Sorry for the delay.

Ray
_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp

Raymond Toy | 8 Mar 2013 06:22
Picon

A new snapshot

Due to a mistake I introduced in the 2013-02 snapshot that persists in the
2013-03 snapshot, that I just released, I'm taking the unusual step of
generating a new 2013-03-a snapshot.

The error is in the new function do-unary-byte-bash that is used in replace
and other places.  The problem is that replace doesn't do what it's
supposed to do.  This breaks lots of things, so rather than wait until
April, I've decided to do another snapshot.

The tag is snapshot-2013-03-a and is based on the current git code which
has the fix and an update to unicode 6.2.

Sorry about that.

Ray
_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp

Didier Verna | 5 Mar 2013 17:11
X-Face
Face
Picon
Picon
Picon
Picon
Gravatar

[Extended Deadline] European Lisp Symposium 2013 - Madrid - June 1-4


;;            ______   _         _____   _   __   ____  
;;           |  ____| | |       / ____| ( ) /_ | |___ \ 
;;           | |__    | |      | (___   |/   | |   __) |
;;           |  __|   | |       \___ \       | |  |__ < 
;;           | |____  | |____   ____) |      | |  ___) |
;;           |______| |______| |_____/       |_| |____/ 
;;                                                      
;;              European Lisp Symposium 2013 - ELS'13
;;                         Madrid, Spain
;; 
;;                        June 1-4, 2013
;;
;;           http://els2013.european-lisp-symposium.org/

                ** DEADLINE EXTENSION: March 17th **

The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp and Lisp-inspired
dialects, including Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP,
Dylan, Clojure, ACL2, ECMAScript, Racket, SKILL, Hop and so on. We
encourage everyone interested in Lisp to participate.

The main theme of the 2013 European Lisp Symposium is on the use of
these languages with respect to the current grand challenges: big
tables, open data, semantic web, network programming, discovery,
robustness, runtime failures, etc.

The European Lisp Symposium 2013 solicits the submission of papers
(Continue reading)

Raymond Toy | 5 Mar 2013 06:48
Picon

March snapshot tagged

The march snapshot has been tagged.  Binaries will be uploaded soon.  See
the release notes for full details, but the most important change for this
snapshot is a fix for FILE-POSITION for non-latin1 streams.  (See ticket
#74.)

Ray
_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp

Raymond Toy | 21 Feb 2013 06:40
Picon

New linux 2013-02 snapshots


Due to a screwup on my part the Linux 2013-02 snapshots didn't have
alien callback support enabled.  This has been corrected and new
binaries have been uploaded.  Look for cmucl-2013-02-a-x86-linux*.

Sorry about that.

Ray
_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp

Faré | 28 Jan 2013 21:26
Picon
Gravatar

Please kill those notes

Why do these output a compilation note about some unused macroexpanded case?

How do I muffle the notes?

(defmethod print-object ((o operation) stream)
  (print-unreadable-object (o stream :type t :identity nil)
    (ignore-errors
      (format stream "~{~S~^ ~}" (operation-original-initargs o)))))

(defmethod perform-with-restarts ((o load-op) (c cl-source-file))
  (loop
    (restart-case
        (return (call-next-method))
      (try-recompiling ()
        :report (lambda (s)
                  (format s "Recompile ~a and try loading it again"
                          (component-name c)))
        (perform (find-operation o 'compile-op) c)))))

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
*EULA: By reading or responding to this message you agree that all my stated
or unstated opinions are correct.* "EULA" — patent pending.
_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp
Faré | 26 Jan 2013 18:56
Picon
Gravatar

ASDF support for deferred warnings in CMUCL?

Dear CMUCL developers,

I've been adding support for ASDF to save deferred warnings
(typically, forward function references) in a file,
so that if you do an incremental compilation, warnings
from previously compiled files are still correctly handled
at the end of the virtual with-compilation-unit.

I've added support for SBCL and CCL myself, which was made
much easier by being able to read the source code to their compilers,
but I don't feel like groveling through four more free sofware compilers.
Would you be interested in implementing the same feature for CMUCL,
or at least in guiding me on how to do so?
The code is mainly in asdf/lisp-build.lisp functions
reify-deferred-warnings unreify-deferred-warnings reset-deferred-warnings.

http://common-lisp.net/gitweb?p=projects/asdf/asdf.git

Best regards,

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
Better, faster, cheaper — pick any two.
_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp
Raymond Toy | 2 Jan 2013 20:41
Picon

Happy New Year with snapshot-2013-01


Happy New Year!

Yet another month and year has passed and so we have the first
snapshot of 2013.  Binaries will be uploaded soon.

Some notable changes:

 Fixed tickets:
   Ticket 66: replace on simple strings
   Ticket 67: deftransform for replace is unsafe
   Ticket 68: bit-bash-copy can't handle very large objects.

 :ALIEN-CALLBACK added to *FEATURES* for platforms (x86, sparc, ppc)
 that support alien callbacks.

Ray
_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp

Helmut Eller | 16 Dec 2012 20:21

Source location for symbol macros

The patch below adds source location recording to define-symbol-macro.

Helmut

_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp
cracauer | 7 Dec 2012 15:41

Company founded in Gibraltar currently recruiting workforce from the European sector.

Company offering services in the e-commerce and IT fields is hiring representatives in Europe

5,000 Euro a month salary for just several hours invested each day plus a five-percent bonus

What we must have from you:
- Power of Attorney or ownership of a company or similar
- Responding to e-mail communications from us, daily
- Remain up to date with all the tasks
If this sounds right for you, please forward these following details to our company e-mail:

-  Your Name
-  Your Telephone Number in International Format
-  E-mail Address
-  Age

Please reply to: Silas <at> pilotconsultingeu.com.

Do not use the reply feature.
With Regards,
Division of Human Resources

_______________________________________________
cmucl-imp mailing list
cmucl-imp <at> cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-imp


Gmane