Changeset 14325 for trunk/abcl/CHANGES
- Timestamp:
- 12/09/12 10:24:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r14315 r14325 129 129 * [#187] Better SORT and STABLE-SORT via Jorge Tavares [???] 130 130 131 Issues 132 ------ 133 134 id summary owner type priority component version 135 173 Cannot initialize ABCL within .ear mevenson defect blocker interpreter 0.27 136 191 Compiling SHARPSIGN SHARPSIGN form causes stack overflow ehuelsmann defect blocker compiler 1.0 137 196 STABLE-SORT is only stable for lists ehuelsmann defect blocker interpreter 1.0.1 138 216 JVM stack inconsistency triggered by compiler ehuelsmann defect blocker compiler 139 221 Stack exhaustion on invocation of function in non-existing package ehuelsmann defect blocker interpreter 140 234 ABCL-ASDF mvn errors with VERSION slot unbound mevenson defect blocker ASDF 1.1.0-dev 141 237 JNA fails to load blocking CFFI mevenson defect blocker libraries 1.1.0-dev 142 249 Problems under Ubuntu mevenson defect blocker libraries 1.1.0-dev 143 250 SYS:SHA256 does not compile ehuelsmann defect blocker build 1.1.0-dev 144 265 COMPILE-FILE.2 COMPILE-FILE.2A ANSI regression ehuelsmann defect blocker compiler 1.1.0-dev 145 268 ABCL-ASDF working with maven-3.0.3 mevenson defect blocker libraries 146 269 SLIME cannot browse systems with November Quicklisp somebody defect blocker other 1.1.0-dev 147 270 Is BUGS.DEFEGENERIC.1 a valid test? rschlatte defect blocker (A)MOP 1.1.0-dev 148 271 ASDF-2.26 changes synced upstream mevenson defect blocker other 1.1.0-dev 149 272 DESCRIBE.[14] ANSI regression rschlatte defect blocker (A)MOP 1.1.0-dev 150 275 ABCL-CONTRIB still provided if abcl-contrib.jar cannot be located mevenson defect blocker abcl-contrib 1.1.0-dev 151 276 defmethod doesn't call add-method rschlatte defect blocker (A)MOP 152 277 reinitialize-instance on class metaobjects incorrect rschlatte defect blocker (A)MOP 153 113 DEFSTRUCT redefinition can crash ABCL on MAKE-STRUCT mevenson defect critical java 154 199 CL:DEFMETHOD fails for &AUX arguments that reference other arguments mevenson defect critical CLOS 1.1.0-dev 155 213 ABCL-ASDF breakage on trunk mevenson defect critical interpreter 1.1.0-dev 156 215 ABCL-ASDF:RESOLVE should work in more (some?) cases mevenson defect critical other 1.1.0-dev 157 229 JSS method resolution failure mevenson defect critical java 1.1.0-dev 158 246 CFFI: dynamically generated classes referred from .fasl can not be found after ABCL restart mevenson defect critical libraries 1.1.0-dev 159 168 Compilation fails for quicklisp let-plus ehuelsmann defect major compiler 160 187 Stack Overflow for Worst-case Vector Sort nobody defect major java 1.0 161 202 ENSURE-GENERIC-FUNCTION assumes LAMBDA-LIST is NIL ehuelsmann defect major (A)MOP 1.1.0-dev 162 204 abcl-asdf maybe-parse-mvn ignores version information mevenson defect major libraries 1.1.0-dev 163 205 JSS logic for resolving methods a little wonky (could use better diagnostics on why resolution has failed) mevenson defect major libraries 1.0.1 164 207 DECLARE should signal conditions when type declarations are violated ehuelsmann defect major interpreter 1.1.0-dev 165 210 Add JFLI to contrib mevenson enhancement major libraries 166 217 ANSI tests wont run on Revision 14011: /trunk/abcl rschlatte defect major build 1.1.0-dev 167 219 Keyword argument checking for lambda lists is too lenient for ANSI ehuelsmann defect major interpreter 1.0.1 168 220 Lambda list checking too lenient nobody defect major java 1.1.0-dev 169 224 Autoloader fails when *read-XXXX* variables bound to non-standard values nobody defect major java 1.1.0-dev 170 225 One of the paths in STD-COMPUTE-DISCRIMINATING function not working somebody defect major CLOS 171 235 Compiled cl+ssl sources not reloadable mevenson defect major compiler 1.1.0-dev 172 241 &rest and &aux can't coexist anymore in lambda lists ehuelsmann defect major compiler 173 243 ClassCastException in MAKE-PATHNAME mevenson defect major java 1.1.0-dev 174 245 Slots of a class with a custom meta-class are reported as unbound. rschlatte defect major (A)MOP 175 247 CFFI: $Proxy3 is not assignable to com.sun.jna.Pointer mevenson defect major libraries 1.1.0-dev 176 252 MOP rework broke profiler? ehuelsmann defect major (A)MOP 1.1.0-dev 177 254 Cannot load ASDF systems in jar archives with ASDF-BINARY-LOCATIONS-COMPATIBILTY enabled mevenson defect major ASDF 1.1.0-dev 178 255 ASDF file encoding specification doesn't work mevenson defect major ASDF 1.1.0-dev 179 263 loading systems from abcl-contrib fails if CLASSPATH has a component with wildcard mevenson defect major abcl-contrib 1.1.0-dev 180 264 abcl-asdf.asd broken since revision 14233 mevenson defect major abcl-contrib 1.1.0-dev 181 60 Implement USE-FAST-CALLS properly ehuelsmann defect minor compiler 182 130 "SLIME under Windows has ""extra"" CRLF" mevenson defect minor other 183 172 DOCUMENTATION does not work for generic functions ehuelsmann defect minor interpreter 0.27 184 174 Conformance bug in time implementation when using SLIME mevenson defect minor other 0.27 185 175 abcl.release target fails occasionally unassigned defect minor build 0.27 186 189 Compiler fails for 'unsigned-byte type declaration ehuelsmann defect minor compiler 1.0 187 201 &WHOLE broken in DEFINE-METHOD-COMBINATION somebody defect minor CLOS 1.1.0-dev 188 206 COMPILER-UNSUPPORTED-FEATURE-ERROR is derived from CONDITION, rather than from ERROR ehuelsmann defect minor compiler 189 208 "Files loaded via ""--load <FILE>"" on the command line have no pathname defaults" ehuelsmann defect minor interpreter 1.1.0-dev 190 211 closure-common fails to load correctly after compilation mevenson defect minor compiler 1.1.0-dev 191 214 Stack overflow when compiler macro with fallback is triggered ehuelsmann defect minor compiler 1.0.1 192 232 Allow wrapper script to reference install directory instead of build directory mevenson enhancement minor build 1.1.0-dev 193 192 ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier mevenson defect trivial ASDF 1.0.1 194 195 prompt is displayed twice when evaluating NIL at the REPL vvoutilainen defect trivial interpreter 195 131 Issues Resolved 132 --------------- 133 134 * [#234] ABCL-ASDF mvn errors with VERSION slot unbound 135 * [#237] JNA fails to load blocking CFFI 136 * [#249] Problems under Ubuntu 137 * [#250] SYS:SHA256 does not compile 138 * [#265] COMPILE-FILE.2 COMPILE-FILE.2A ANSI regression 139 * [#268] ABCL-ASDF working with maven-3.0.3 140 * [#269] SLIME cannot browse systems with November Quicklisp 141 * [#270] Is BUGS.DEFEGENERIC.1 a valid test? 142 * [#271] ASDF-2.26 changes synced upstream 143 * [#272] DESCRIBE.[14] ANSI regression rschlatte 144 * [#275] ABCL-CONTRIB still provided if abcl-contrib.jar cannot be located 145 * [#276] defmethod doesn't call add-method 146 * [#277] reinitialize-instance on class metaobjects incorrect 147 * [#113] DEFSTRUCT redefinition can crash ABCL on MAKE-STRUCT 148 * [#199] CL:DEFMETHOD fails for &AUX arguments that reference other arguments 149 * [#213] ABCL-ASDF breakage on trunk 150 * [#215] ABCL-ASDF:RESOLVE should work in more (some?) cases 151 * [#229] JSS method resolution failure 152 * [#246] CFFI: dynamically generated classes referred from .fasl can not be found after ABCL restart 153 * [#168] Compilation fails for quicklisp let-plus 154 * [#187] Stack Overflow for Worst-case Vector Sort 155 * [#202] ENSURE-GENERIC-FUNCTION assumes LAMBDA-LIST is NIL 156 * [#204] abcl-asdf maybe-parse-mvn ignores version information 157 * [#205] JSS logic for resolving methods a little wonky (could use better diagnostics on why resolution has failed) 158 * [#207] DECLARE should signal conditions when type declarations are violated 159 * [#210] Add JFLI to contrib 160 * [#217] ANSI tests wont run on Revision 14011: /trunk/abcl 161 * [#219] Keyword argument checking for lambda lists is too lenient for ANSI 162 * [#220] Lambda list checking too lenient 163 * [#224] Autoloader fails when *read-XXXX* variables bound to non-standard values 164 * [#225] One of the paths in STD-COMPUTE-DISCRIMINATING function not working 165 * [#235] Compiled cl+ssl sources not reloadable 166 * [#241] &rest and &aux can't coexist anymore in lambda lists 167 * [#243] ClassCastException in MAKE-PATHNAME 168 * [#245] Slots of a class with a custom meta-class are reported as unbound. 169 * [#247] CFFI: $Proxy3 is not assignable to com.sun.jna.Pointer 170 * [#252] MOP rework broke profiler? 171 * [#254] Cannot load ASDF systems in jar archives with ASDF-BINARY-LOCATIONS-COMPATIBILTY enabled 172 * [#255] ASDF file encoding specification doesn't work 173 * [#263] loading systems from abcl-contrib fails if CLASSPATH has a component with wildcard 174 * [#264] abcl-asdf.asd broken since revision 14233 175 * [#60 ]Implement USE-FAST-CALLS properly 176 * [#130] "SLIME under Windows has ""extra"" CRLF" 177 * [#172] DOCUMENTATION does not work for generic functions 178 * [#174] Conformance bug in time implementation when using SLIME 179 * [#175] abcl.release target fails occasionally unassigned 180 * [#189] Compiler fails for 'unsigned-byte type declaration 181 * [#201] &WHOLE broken in DEFINE-METHOD-COMBINATION 182 * [#206] COMPILER-UNSUPPORTED-FEATURE-ERROR is derived from CONDITION, rather than from ERROR 183 * [#208] "Files loaded via ""--load <FILE>"" on the command line have no pathname defaults" 184 * [#211] closure-common fails to load correctly after compilation 185 * [#214] Stack overflow when compiler macro with fallback is triggered 186 * [#232] Allow wrapper script to reference install directory instead of build directory 187 * [#192] ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier 188 * [#195] prompt is displayed twice when evaluating NIL at the REPL 196 189 197 190 Version 1.0.1
Note: See TracChangeset
for help on using the changeset viewer.