Hi cdunn

change your strlen wrapper in raptor_db.nim to
    
    
    proc strlen(a: var Headroom): int =
        let n = strlen(cast[cstring](a[0].addr))
        echo "  calc'd:", n
        return n
    
    
    Run

You'll then get an assertion error in t_raptor_db.nim:
    
    
    : unhandled exception: /data/Projects/nim-help/t_raptor_db.nim(156, 16) 
`"m1/3005/0_5852" == db.seqs[0].header`  [AssertionError]
    
    Run

Reply via email to