appleby

Results 32 issues of appleby

Upgrading to msgpack v1.0.0+ breaks deserialization (and possibly other stuff). At some point we'd like to upgrade to 1.0.0, so investigate why and fix anything that needs fixing. The msgpack...

As discussed in the comment thread for PR #74, it's worth investigating whether `rcpq:start-server` can be modified to support graceful shutdown of worker threads, rather than relying on `bt:destory-thread` for...

While attempting to run the pyquil test suite in parallel via the pytest-xdist plugin, I noticed occasional "Unhandled memory fault" errors like the following. Based on the error message, this...

**Describe the bug:** Enabling Thread Sanitizer in Xcode causes the [Chatr] sample app to crash. This looks like an Intune SDK bug, so I'm filing this here. Let me know...

Copy/paste commit message: Remove MAKE-PACKAGE call from DEFINE-TEST-PACKAGE This was causing failures on ABCL. Previously, DEFINE-TEST-PACKAGE would define the package twice, once by calling MAKE-PACKAGE during the macro expansion, and...

Don't modify the suite's CHILDREN-OF hash-table while (potentially) traversing it. Adding elements to the hash-table while traversing it is undefined behavior according to the spec (3.6 Traversal Rules and Side...

Ensure that leetcode-quit can be run multiple times in the same emacs session without killing random buffers unrelated to leetcode. Steps to reproduce: * `M-x leetcode` * select some problem...

The graphql entity sampleTestCase returns only the first example test case for a given problem, whereas exampleTestcases returns all the example test cases. Verified that this change populates the leetcode-testcase...

# Table of Contents 1. [Problem](#org0e03bf2) 2. [Steps to reproduce](#orgea8ec68) 3. [Versions](#org4aaa445) 4. [Backtrace](#orgf66a991) # Problem cl-mpi fails to load on ECL 16.1.3 Condition of type: LOAD-FOREIGN-LIBRARY-ERROR Unable to load...

bug

# Table of Contents 1. [Problem](#org842d4c0) 2. [Versions](#orga51a172) 3. [Steps to reproduce](#org52b13ad) 4. [Backtraces](#org127181c) 5. [Roswell and SLIME, too](#org8729116) # Problem The `run-test-suite.sh` script fails for ECL when attempting to...