... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

1999-06-09

During the ACL 5 port, I discovered that there was a change in the behaviour of format with respect to symbols.  For example, (format nil "~A" 'x) will not return "x" whereas the old Allegro returned "X".   This wouldn't matter much except that some of our macros will generate symbol names using the formula and therefore would generate mixed-case names.  I think that I have found and fixed all such cases.

I implemented the ACTIVESCP package, which allows LISP to invoke scripts through Microsoft's ActiveScript machinery.

1999-04-14

Java 2 has a bug, specifically Java Bug Parade #4172371, which we hit from time-to-time.  Specifically, the VM signals a VerifyError if an inner class method calls a private outer class method as its only action.

1999-02-23

We discovered a restriction in JDBC today.  The JDBC spec states that when reading columns from a row in a result set, the rows must be read left-to-right and no rows may be read twice.  The spec says that this restriction is for compatibility for some underlying databases.  Presumably, this restriction is in place so that a driver may use a stream to retrieve results, which makes a lot of sense when there is a prospect of BLOBs etc. in the result set.  This problem surfaced when Larry was processing metadata result sets from SQLServer.

1999-01-28

I also discovered that IE4 has problems on a machine running MSPROXY.  It reports an internal error when attempting to access any site.

Blog Archive