all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 9633ddac8b93c90571af8886259493f4dfd3db30 350 bytes (raw)
name: gnu/packages/patches/gemmi-fix-sajson-types.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
diff -ur a/include/gemmi/json.hpp b/include/gemmi/json.hpp
--- a/include/gemmi/json.hpp
+++ b/include/gemmi/json.hpp
@@ -38,6 +38,7 @@
 
 inline std::string as_cif_value(const sajson::value& val) {
   switch (val.get_type()) {
+    case sajson::TYPE_INTEGER:
     case sajson::TYPE_DOUBLE:
       return val.as_string();
     case sajson::TYPE_NULL:

debug log:

solving 9633ddac8b ...
found 9633ddac8b in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.