hazel
2021-5-10 16:02:58

; instantiate-linklet: mismatch; ; reference to a variable that is not exported; ; possibly, bytecode file needs re-compile because dependencies changed ; name: idX475.1 ; exporting instance: "/home/hazel/src/racket/extra-pkgs/data-frame/private/df.rkt" ; importing instance: "/home/hazel/src/racket/extra-pkgs/data-frame/private/statistics.rkt" what weird thing did I break? this is after raco pkg update --clone data-frame


samth
2021-5-10 16:04:53

Is that from the raco pkg update command, or from something subsequently?


samth
2021-5-10 16:05:13

If it’s from some subsequent racket foo.rkt then running raco make foo.rkt will likely fix it


jestarray
2021-5-11 03:00:16

so there’s no string-index-of in the standard library right.. ? e.g (index-of "abc" "c") -> 3


sorawee
2021-5-11 05:23:36

The module srfi/13 has a function string-index


sorawee
2021-5-11 05:24:00

I agree that it would be nice to have this properly in racket/string itself