Timeline



09/12/12:

13:23 Changeset [14151] by Mark Evenson
Draft of analysis of Pathname merge semantics problems. This problem …
08:26 Ticket #213 (ABCL-ASDF breakage on trunk) closed by Mark Evenson
fixed: No longer seeing the problem.

09/08/12:

08:14 Changeset [14150] by Mark Evenson
Upgrade to asdf-2.24.

09/05/12:

10:29 Changeset [14149] by rschlatte
Fix subtypep for anonymous classes - Only use class name if the class …

09/02/12:

18:11 Ticket #130 (SLIME under Windows has "extra" CRLF) closed by ehuelsmann
fixed: (In [14148]) Fix #130: SLIME has extra M character in buffer output …
18:11 Changeset [14148] by ehuelsmann
Fix #130: SLIME has extra M character in buffer output on Windows. …
11:38 Ticket #241 (&rest and &aux can't coexist anymore in lambda lists) closed by ehuelsmann
fixed: (In [14147]) Close #241: Fix "part 2": ABCL accepts disallowed lambda …
11:38 Changeset [14147] by ehuelsmann
Close #241: Fix "part 2": ABCL accepts disallowed lambda list …

09/01/12:

21:45 Changeset [14146] by ehuelsmann
Re #241: Add test cases.
21:45 Ticket #225 (One of the paths in STD-COMPUTE-DISCRIMINATING function not working) closed by ehuelsmann
invalid: Re r14145: Closing as invalid.
21:44 Changeset [14145] by ehuelsmann
Re #225: Can't reproduce and can't find the exact cause anymore.
21:07 Ticket #216 (JVM stack inconsistency triggered by compiler) closed by ehuelsmann
fixed: This seems to be fixed at r14141, probably by exactly that commit.
21:03 Changeset [14144] by ehuelsmann
The OPCODES file doesn't exist anymore and has been merged into …
21:00 Ticket #189 (Compiler fails for 'unsigned-byte type declaration) closed by ehuelsmann
fixed: (In [14143]) Close #189: Fix thinko in MIN and MAX return value type …
21:00 Changeset [14143] by ehuelsmann
Close #189: Fix thinko in MIN and MAX return value type derivation.
20:59 Changeset [14142] by ehuelsmann
Fix the incremental build.
19:32 Ticket #207 (DECLARE should signal conditions when type declarations are violated) closed by ehuelsmann
invalid: the type declaration is in the wrong place. the function should have …
15:20 Ticket #245 (Slots of a class with a custom meta-class are reported as unbound.) created by stassats
[…] ID slot is unbound and bound at the same time, despite having …

08/31/12:

23:29 Changeset [14141] by ehuelsmann
Fix the last DMC-TEST-WITH-ARGS-* failures. Note: Now I can continue …
22:07 Changeset [14140] by ehuelsmann
Fix more DMC-TEST-ARGS-WITH-WHOLE.* tests.
22:07 Changeset [14139] by ehuelsmann
Fix a slew of DMC-TEST-ARGS-WITH-WHOLE.* tests.
21:27 Ticket #244 (compile doesn't return correct values for warnings-p and failure-p) created by ehuelsmann
(compile nil '(lambda () (char=))) ; Caught WARNING: ; Wrong number …
21:22 Ticket #243 (ClassCastException in MAKE-PATHNAME) created by ehuelsmann
,---- | Armed Bear Common Lisp 1.1.0-dev-svn-14131M | Java 1.7.0_03 …

08/26/12:

21:43 Changeset [14138] by ehuelsmann
Re #241: Fix cases (compile nil '(lambda (&rest foo &aux x))) and …
19:23 Changeset [14137] by rschlatte
Update instance layout in (set-)standard-instance-access if necessary. …
17:37 Changeset [14136] by rschlatte
Refine #14135: now with less misleading error message - The upper …
15:32 Ticket #242 (Unused &key arguments in defmethod forms should not cause style-warnings) created by rschlatte
CLHS 7.6.5 says: "The lambda list congruence rules require that each …
15:09 Changeset [14135] by rschlatte
Catch out-of-bounds exception in standard-instance-access - Reported …
12:05 Ticket #241 (&rest and &aux can't coexist anymore in lambda lists) created by stassats
(compile nil '(lambda (&rest foo &aux x))) => The value FOO is not of …

08/25/12:

21:14 Changeset [14134] by rschlatte
Handle instances of subclasses of standard-slot-definition in …

08/22/12:

21:36 Changeset [14133] by ehuelsmann
Remove code duplication. Rename MAKE-EXPANDER-FOR-MACROLET because it …
20:44 Changeset [14132] by ehuelsmann
Make Symbol.toString() print something developer-readable to help …

08/21/12:

14:00 Ticket #219 (Keyword argument checking for lambda lists is too lenient for ANSI) closed by ehuelsmann
fixed: (In [14131]) Close #219: lambda list keyword checking too lenient for …
14:00 Changeset [14131] by ehuelsmann
Close #219: lambda list keyword checking too lenient for ANSI. Note: …

08/20/12:

18:39 Changeset [14130] by ehuelsmann
Replace a Java primitive LAMBDA-LIST-NAMES with a lisp function. Make …

08/19/12:

13:53 Changeset [14129] by ehuelsmann
Follow up to r14128: if the descriptions are the same, continue with …
13:22 Ticket #113 (DEFSTRUCT redefinition can crash ABCL on MAKE-STRUCT) closed by ehuelsmann
fixed: (In [14128]) Fix #113 (redefinition of structures can crash ABCL) by …
13:22 Changeset [14128] by ehuelsmann
Fix #113 (redefinition of structures can crash ABCL) by failing the …
13:20 Changeset [14127] by ehuelsmann
Reindent documentation string.

08/18/12:

19:21 Ticket #226 (Generate list of symbols for autoloading at build-time) closed by ehuelsmann
fixed: (In [14126]) Closes #226: All exports and all but one autoload have …
19:21 Changeset [14126] by ehuelsmann
Closes #226: All exports and all but one autoload have been removed …
13:49 Changeset [14125] by ehuelsmann
Break circular dependency when printing errors when FORMAT isn't fully …
13:47 Changeset [14124] by ehuelsmann
%RUN-SHELL-COMMAND is in the SYSTEM package. Access it as such.
12:34 Changeset [14123] by ehuelsmann
Move RUN-SHELL-COMMAND to the EXTENSIONS package. Remove superfluous …
12:32 Changeset [14122] by ehuelsmann
Update autoloads-gen.lisp to match r14121.
11:37 Changeset [14121] by ehuelsmann
Move exports from autoloads.lisp to the respective defining files. …
11:06 Changeset [14120] by ehuelsmann
Move profiler exports to profiler.lisp.
11:05 Changeset [14119] by ehuelsmann
Revert r14107: r14118 meets the compilation requirement.
11:04 Changeset [14118] by ehuelsmann
Update autoloads-gen.lisp to include the auto-groveled EXPORT forms. …
10:49 Changeset [14117] by ehuelsmann
3 changes: - Improve speed of "multi-homed symbol" removal - …
10:36 Changeset [14116] by ehuelsmann
Make compile-file generate a file with EXPORTed symbols so we can use …
10:35 Changeset [14115] by ehuelsmann
Move export from autoloads.lisp to clos.lisp.
08:23 Changeset [14114] by ehuelsmann
Modules defining PRINT-OBJECT methods, should require PRINT-OBJECT. …
08:19 Changeset [14113] by ehuelsmann
Merge StandardObjectFunctions? into StandardObject?: the former defines …
08:17 Changeset [14112] by ehuelsmann
Use PROVIDE/REQUIRE to prevent multiple loading.

08/17/12:

16:02 Changeset [14111] by ehuelsmann
Reverse the REQUIREs graph: before, modules would require JVM, which …
14:19 Changeset [14110] by ehuelsmann
Bind *local-functions* to nil, since COMPILE-1 is the outer-most scope.
14:17 Changeset [14109] by ehuelsmann
Remove/move exports in their respective source files.
13:59 Changeset [14108] by ehuelsmann
Remove tag-line from generated autoloads-gen.lisp.
12:53 Changeset [14107] by rschlatte
restore build - ed.lisp needs make-socket to be exported
10:45 Changeset [14106] by ehuelsmann
Move exports from the THREADS package to threads.lisp. Move sockets …
08:50 Changeset [14105] by ehuelsmann
Break circular dependency between top-level.lisp and inspect.lisp by …
08:48 Changeset [14104] by ehuelsmann
Move exports from the JAVA package to java.lisp.
06:30 Changeset [14103] by ehuelsmann
Follow-up to r14102.
06:27 Changeset [14102] by ehuelsmann
Move some EXPORTs from autoloads.lisp to mop.lisp.
06:26 Changeset [14101] by ehuelsmann
Fix some compilation warnings and errors.
05:56 Changeset [14100] by ehuelsmann
Re #226: Clean symbols from manually maintained autoloads.lisp which …
05:54 Changeset [14099] by ehuelsmann
Make the autoloader smarter: make sure exported symbols are exported …

08/16/12:

20:09 Changeset [14098] by ehuelsmann
Reorganize binding *CURRENT-COMPILAND*, WITH-SAVED-COMPILER-POLICY. …
20:01 Changeset [14097] by ehuelsmann
Indenting.

08/15/12:

22:55 Changeset [14096] by ehuelsmann
Don't generate empty static initializers. Note: Given that this …
22:16 Changeset [14095] by ehuelsmann
Fix test failures by fixing test incorrectnesses.
21:38 Changeset [14094] by ehuelsmann
Factor out the actual compilation when the input stream has been …
20:23 Changeset [14093] by ehuelsmann
Fix externalization failure detected by cl-test-grid compilation of …
07:12 Changeset [14092] by rschlatte
Don't clobber class hierarchy when defining forward-referenced classes …

08/14/12:

21:53 Changeset [14091] by ehuelsmann
Make LISTEN work for non-character input streams. Found by Stas …
21:44 Changeset [14090] by ehuelsmann
Silence a compiler warning when compiling this month's SLIME from …
21:06 Changeset [14089] by ehuelsmann
Close #208: Merge pathname defaults.
21:06 Ticket #208 (Files loaded via "--load <FILE>" on the command line have no pathname ...) closed by ehuelsmann
fixed: (In [14089]) Close #208: Merge pathname defaults.
20:02 Changeset [14088] by rschlatte
Tell compile, set-function-definition about funcallable objects
19:33 Changeset [14087] by rschlatte
Fix return value of (compile nil fn) - Reported by Vladimir Sedach …
15:44 Ticket #240 (FIND-CLASS does not implement 3-argument behavior) created by rschlatte
Currently find-class does not use a supplied third (environment) …
15:37 Ticket #239 (DEFGENERIC with unsuitable :generic-function-class gives ...) created by rschlatte
Compiling and loading the following (incorrect) file gives an error …
12:40 Changeset [14086] by rschlatte
Eliminate numberOfRequiredArgs attribute from standard generic …
12:16 Changeset [14085] by Mark Evenson
examples/misc: fix installation of Quicklisp from scratch.
12:13 Changeset [14084] by rschlatte
Robustify printing of partially-initialized generic function objects
11:53 Changeset [14083] by rschlatte
Comment out some debugging output
10:49 Ticket #211 (closure-common fails to load correctly after compilation) closed by ehuelsmann
worksforme: Works for both mevenson and me.
10:36 Ticket #236 (Bad error message for malformed forms) closed by ehuelsmann
fixed: (In [14082]) Close #236: fix the COMPILE part of the issue.
10:36 Changeset [14082] by ehuelsmann
Close #236: fix the COMPILE part of the issue.
08:01 Changeset [14081] by ehuelsmann
Re #236: prepare to offer restarts from inside the compiler. Note: …
02:57 Ticket #238 (Bad error when reading #S(...) for a partially defined structure) created by stassats
[…] Running compile-file on it results in "The assertion NIL …

08/13/12:

20:11 releng/abcl-1.1.0/meetings edited by Mark Evenson
(diff)
20:11 releng/abcl-1.1.0/meetings edited by Mark Evenson
(diff)
20:10 releng/abcl-1.1.0/meetings created by Mark Evenson
20:07 abcl-1.1.0-dev-scrum-20120813.log attached to releng/abcl-1.1.0/meetings/20120813 by Mark Evenson
20:07 releng/abcl-1.1.0/meetings/20120813 edited by Mark Evenson
(diff)
19:31 releng/abcl-1.1.0/meetings/20120805 edited by Mark Evenson
(diff)
19:31 Ticket #237 (JNA fails to load blocking CFFI) created by Mark Evenson
[…]
19:28 Ticket #176 (Patch to get CFFI to find the JNA libraries dynamically via Maven3) closed by Mark Evenson
fixed: Patch has been accepted by CFFI.
19:20 releng/abcl-1.1.0/meetings/20120805 edited by Mark Evenson
(diff)
19:19 releng/abcl-1.1.0/meetings/20120805 edited by Mark Evenson
(diff)
19:14 releng/abcl-1.1.0/meetings/20120805 edited by Mark Evenson
(diff)
19:14 releng/abcl-1.1.0/meetings/20120805 edited by Mark Evenson
(diff)
19:13 releng/abcl-1.1.0/meetings/20120813 created by Mark Evenson
16:04 Changeset [14080] by rschlatte
Don't spuriously generate generic functions. - slight deviation from …
13:22 Changeset [14079] by rschlatte
Don't overwrite existing attributes in ensure-generic-function - also …
11:34 Changeset [14078] by ehuelsmann
Re #236: Solve the EVAL part of "Bad error message for malformed forms".
08:29 Changeset [14077] by ehuelsmann
Untabify.
06:22 Changeset [14076] by ehuelsmann
Set function slot for CL:LISTEN when hooking up gray streams. Patch …
03:24 Ticket #236 (Bad error message for malformed forms) created by Stassats
Evaluating (1 2 3) yields "The value 1 is not of type LIST." The fix …
Note: See TracTimeline for information about the timeline view.