mayerrobert

Results 4 issues of mayerrobert

I was fixing/ tinkering with the error handling of my own Lisp and while checking what other Lisps do I noticed some unexpected behaviour in abcl: CL-USER(1): (typep nil 'xyxxy)...

When experimenting with nested backquote edgecases the following forms entered into the REPL at https://lips.js.org/ seem to give wrong results: ``` (define x '(1 2 3)) (define y '(11 22...

bug

When moving data MSSQL -> Postgres indexes with names containing a dash gave errors.

pgloader omits "DEFAULT NULL" clauses when (column-default column) is NIL. With this patch "DEFAULT NULL" clauses are also omitted when (column-default column) is :NULL.