#465: Java 12 error maybe? "Source option 6 is nolonger supported"
--------------------------+-----------------------
Reporter: charmon | Owner: (none)
Type: defect | Status: closed
Priority: major | Milestone: 1.7.1
Component: build | Version: 1.6.0-dev
Resolution: fixed | Keywords:
Parent Tickets: |
--------------------------+-----------------------
Changes (by Mark Evenson):
* status: new => closed
* resolution: => fixed
* version: => 1.6.0-dev
* component: java => build
* milestone: => 1.7.1
Comment:
The configuration of builds for various JDKs has been consolidated into
the new Bash script under the <file:ci/> directory c.f.
<https://abcl.org/trac/browser/trunk/abcl/ci/create-abcl-properties.bash>.
Targets have been added to the Ant build process to run these
configuration strategies as well c.f.
<https://abcl.org/trac/browser/trunk/abcl/build.xml#L1249>
--
Ticket URL: <https://abcl.org/trac/ticket/465#comment:2>
armedbear <https://abcl.org>
armedbear
#196: STABLE-SORT is only stable for lists
-------------------------------+------------------------------
Reporter: Mark Evenson | Owner: ehuelsmann
Type: defect | Status: closed
Priority: blocker | Milestone: 1.1.0
Component: interpreter | Version: 1.0.1
Resolution: fixed | Keywords: ansi-conformance
Parent Tickets: |
-------------------------------+------------------------------
Comment (by Mark Evenson):
Replying to [comment:6 Mark Evenson]:
> (In [13931]) Fixes #196: STABLE-SORT is only stable for lists.
>
> Somewhat kludgily fix the macrology submitted by Jorge Tavares to pass
> all the newly failing ANSI tests introduced.
Apparently I am able to learn basic stuff eventually.
Fixed my kludges to restore {{{svref}}} accessor optimization in the
{{{sort.lisp}}} macrology with <https://abcl.org/trac/changeset/15327>.
--
Ticket URL: <https://abcl.org/trac/ticket/196#comment:7>
armedbear <https://abcl.org>
armedbear
#468: Overhaul of byte[] as java.nio.Buffer
----------------------------------+-------------------------
Reporter: Evenson Not Org | Type: defect
Status: new | Priority: critical
Milestone: 1.7.0 | Component: interpreter
Version: 1.7.0-dev | Keywords:
Parent Tickets: |
----------------------------------+-------------------------
If we represent everything as a java.nio.Buffer, we gain the ability to
allocate our vectors and arrays using com.sun.jna.Memory.malloc(int)
invocations.
--
Ticket URL: <http://abcl.org/trac/ticket/468>
armedbear <http://abcl.org>
armedbear