Re: [PATCH] fix segfault in csi's ",d"

2023-06-19 Thread Peter Bex
On Mon, Jun 19, 2023 at 01:38:13PM +0200, felix.winkelm...@bevuta.com wrote: > Attached patch fixes a segfault when trying to describe a brokwn weak > ptr. I also added a clause in the case construct to dispatch on a > described value to catch unknown immediate values instead of crashing > in the

Re: [PATCH] Add user-facing weak pair API

2023-06-19 Thread felix . winkelmann
> Attached are 5 patches to add the weak pair support. I've also pushed > this to the git repo under the "user-facing-weak-pairs" branch. This branch has been merged into master. Thanks a lot for this excellent piece of work, Peter! cheers, felix

[PATCH] fix segfault in csi's ",d"

2023-06-19 Thread felix . winkelmann
Attached patch fixes a segfault when trying to describe a brokwn weak ptr. I also added a clause in the case construct to dispatch on a described value to catch unknown immediate values instead of crashing in the locative test (which expects block values). felix From