Christian Schafmeister

Results 19 issues of Christian Schafmeister

Frederic, Do you know about magics in iPython? Would it be difficult to add them to the cl-jupyter kernel? It looks like it would give us access to a lot...

enhancement

The future home of the cl-jupyter-widgets ASDF system is found here: https://github.com/clasp-developers/cl-jupyter-widgets It's not quite ready for prime-time - we need to take another run at cleaning up the documentation...

Does cy-jupyterlab have any facility for editing the graph and returning the graph to python code in the jupyterlab notebook? cy-jupyterlab appears to be designed to view graphs - but...

Is this proper torsion term malformed? Is it supposed to recognize a cyclopropane with an exocyclic atom? https://github.com/openforcefield/openff-forcefields/blob/main/openforcefields/offxml/openff-2.0.0.offxml#L158 `` I use the VF2 algorithm to recognize these SMIRKS strings, and...

(find-class x) where x isn't a symbol is undefined behavior. It broke manifest for clasp - a new Common Lisp implementation.

Slime has a nice facility (macro-step) for expanding macros interactively. Each backend must implement a couple of functions to make it work. https://github.com/slime/slime/blob/master/swank/backend.lisp#L717 All of the functionality is available in...

enhancement

Backtraces have no source information - they look like this: Condition of type: NO-APPLICABLE-METHOD-ERROR No applicable method for (SETF SLOT-VALUE-USING-CLASS) with arguments (# # # #) 0: build/boehm/iclasp-boehm(_ZN4core21core__call_with_frameEN7gctools9smart_ptrINS_10Function_OEEEb+0x2a) [0x191377a] |--->...

This was first seen in the regression tests when the system-construction.lisp BEFORE the debug.lisp file. The system-construction.lisp compile-files "regression-tests;framework.lisp" and that appears to change the in memory object file so...

bug

When compiling alexandria using quicklisp some variables are being exposed with inconsistent scope. ``` Module error: mismatched subprogram between llvm.dbg.value variable and !dbg attachment call void @llvm.dbg.value(metadata i8* %0, metadata...

bug