UnwashedMeme / clsql

Several branches containing different patches, see the wiki for branch descriptions
Other
20 stars 12 forks source link

Some required changes for CLSQL to work under Lispworks 7. #12

Open tdrhq opened 4 years ago

tdrhq commented 4 years ago

I've been using this for a while now. LW7 requires an extra option to make sure slot values are not optimized when using MOP.

The second fix is minor, I don't remember how exactly it affects CLSQL. But the feature check +:lispworks6 was used, whereas we really need something like lispworks6+. Since that feature doesn't exist we follow LW's guidelines and check for whether it's not lispworks4 or 5.