chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: #1335: Building on OS X: egg uses 1 deprecated function and 1 missin


From: Chicken Trac
Subject: Re: #1335: Building on OS X: egg uses 1 deprecated function and 1 missing function
Date: Tue, 10 Aug 2021 10:48:45 -0000

#1335: Building on OS X: egg uses 1 deprecated function and 1 missing function
------------------------------------+--------------------------
            Reporter:  Norman Gray  |      Owner:  Thomas Chust
                Type:  defect       |     Status:  assigned
            Priority:  major        |  Milestone:  someday
           Component:  unknown      |    Version:  4.11.0
          Resolution:               |   Keywords:
Estimated difficulty:  easy         |
------------------------------------+--------------------------

Comment (by Vasilij Schneidermann):

 If you apply the patch, the workaround should work again.

 From what I understand, shared cache shouldn't be used in the first place
 and extension loading should be done via `sqlite3_load_extension` and
 `sqlite3_db_config` with `SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION`. The
 existing `enable-shared-cache!` and `enable-load-extension!` procedures
 could be changed to raise errors. To support loading extensions there
 would need to be a replacement API using the aforementioned C functions.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1335#comment:5>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]