From <[EMAIL PROTECTED]>:

"SQLiteCreateTable.aml":
import structure SQLite from "x-alice:/lib/sqlite/SQLite"
[...]

produces:

alicerun: failure type-checking x-alice:/lib/sqlite/SQLite
as requested by file:/home/wurmli/alice/work/SQLiteCreateTable

Ouch. That is a compiler bug. And a weird one, too. I committed a bug report (http://www.ps.uni-sb.de/alice/bugzilla/show_bug.cgi?id=196).

For now, an easy workaround is to change the import declaration to either of the following:

 import "x-alice:/lib/sqlite/SQLite"
 import structure SQLite' and SQLite from "x-alice:/lib/sqlite/SQLite"

Thanks for reporting this,
- Andreas


_______________________________________________
alice-users mailing list
[email protected]
http://www.ps.uni-sb.de/mailman/listinfo/alice-users

Reply via email to