Frank Goenninger

Results 10 issues of Frank Goenninger

❯ git clone https://github.com/rpav/c2ffi.git Cloning into 'c2ffi'... remote: Enumerating objects: 1487, done. remote: Counting objects: 100% (220/220), done. remote: Compressing objects: 100% (115/115), done. remote: Total 1487 (delta 122), reused...

Just 3 lines of change to support foreign type SIZE-T on ARM64.

While connecting to an Elixir node (based on Erlang/OTP 23) I get: On the Elixir node in iex: "08:08:43.722 [error] ** :"[email protected]": Connection attempt from node :lispnode@localhost rejected since it...

In order to get macro `defbinary` to work correctly on AllegroCL 11 Enterprise Edition I needed to adapt calling a restart and the restart's name from `continue` to `continue-with-next-expander` to...

Hi all: The following code results in an error: `(defbinary packet-header (:export t :byte-order :big-endian) ((packet-type class-identifier-p indicators tsi tsf packet-count packet-size) 0 :type (bit-field :raw-type (unsigned-byte 32) :member-types ((unsigned-byte...

CFFI support for clasp (in [fli.h](https://github.com/clasp-developers/clasp/blob/dev/include/clasp/core/fli.h)) implements class ForeignData_O to handle extra functionality required for allocating foreign memory. As other integration libraries like clbind also require memory handling the class...

cleanup

ENHANCEMENT / FEATURE REQUEST: Currently, clasp has its own main function. It does set up a couple things then calls into lisp land. Also, currently clasp has not a fail-safe...

enhancement

When exposing a function. e.g. DDSDomainParticipantFactory::create_participant(...) - see https://community.rti.com/static/documentation/connext-dds/5.3.0/doc/api/connext_dds/api_cpp/classDDSDomainParticipantFactory.html#af7c7137eccd41ffa9351d577fb088417 for more details - with the following code: `package( DDSPkg ) [ class_< DDS::Entity >( "Entity", no_default_constructor ), class_< DDS::DomainParticipant, DDS::Entity...

1. Function void Lisp_O::parseCommandLineArguments() in file lisp.cc contains a number of _features_ setup commands that are not depending on cmd line args. 2. Some of these features are platform dependent...

bug
porting

Currently the implementation does not provide for an all-enclosing clasp C++ namespace. In order to avoid clashes with other source code (3rd party sources) there should be outermost clasp namespace....

bug
cleanup