Commit cd5134d
chore: bump nim-ffi to v0.1.5-rc.2
Picks up the foreign-host (Go) concurrency fixes from nim-ffi #83:
the caller-thread GC allocation in ffiNewReq, GC-rooting of myLib under
refc, and the NimMain first-time-init race. Without them, sds-go-bindings
crashes under concurrent wrap/unwrap and manager creation.
sds-go-bindings' full suite incl. the concurrent stress tests and -race
pass against rc.2 (refc).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent c88205d commit cd5134d
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
| 212 | + | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments