summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2025-10-22 10:19:06 +0200
committerPjotr Prins2026-01-05 11:12:11 +0100
commitd48daa1f85c60db82e02c580b0824a209ec1caac (patch)
tree2e84042a5496155d9abd1198506304de48bdc291
parent1adfa9084a13ff96b34ea614e024148a172af7b9 (diff)
downloadgn-gemtext-d48daa1f85c60db82e02c580b0824a209ec1caac.tar.gz
AGC bindings
-rw-r--r--topics/pangenome/impg/impg-agc-bindings.gmi1
-rw-r--r--topics/rust/guix-rust-bootstrap.gmi1
2 files changed, 2 insertions, 0 deletions
diff --git a/topics/pangenome/impg/impg-agc-bindings.gmi b/topics/pangenome/impg/impg-agc-bindings.gmi
index ef7c55b..cc11756 100644
--- a/topics/pangenome/impg/impg-agc-bindings.gmi
+++ b/topics/pangenome/impg/impg-agc-bindings.gmi
@@ -25,6 +25,7 @@ One early choice is a separation of concerns. We will try to build the library i
 
 # Tasks
 
+* [ ] Fix AGC passing exceptions through C ABI
 * [ ] Get guix to compile impg with AGC
 * [ ] Add optimization
 * [ ] Make sure spoa build in spoa-rs is optimized
diff --git a/topics/rust/guix-rust-bootstrap.gmi b/topics/rust/guix-rust-bootstrap.gmi
index c459358..cd3c322 100644
--- a/topics/rust/guix-rust-bootstrap.gmi
+++ b/topics/rust/guix-rust-bootstrap.gmi
@@ -19,6 +19,7 @@ Important is to have a recent version of Guix. This is achieved with 'guix pull'
 
 
 ```sh
+mkdir -p ~/opt
 guix pull -p ~/opt/guix-pull --url=https://codeberg.org/guix/guix
 ```