Kevin Ushey

Results 144 comments of Kevin Ushey

I also stumbled on a semi-related entry in the FAQ: https://doc.rust-lang.org/cargo/faq.html#can-libraries-use--as-a-version-for-their-dependencies which I think implicitly recommends versioning of the form `1.4.*` or `1.*`.

Is there a possibility that this PR will be reviewed / merged soon?

Friendly ping from someone hopeful to see this merged soon :-)

I guess another example `42.`, which R parses as a single number but appears to be tokenized as `42` and `.`: https://github.com/REditorSupport/vscode-R/blob/da579cc17a9485f7a11bf5e75bf6b9c347eca116/syntax/r.json#L123-L126 And also for references to packages containing a...

Do you have a readily reproducible example? (Something I can run with `sourceCpp()` directly) Using the example at https://gallery.rcpp.org/articles/parallel-matrix-transform/, I can also see memory usage slowly but steadily rise, but...

FWIW on my Ubuntu 22.04 VM (running on M1 macOS) Valgrind doesn't report that kind of memory leakage; just a small amount of thread-local stack space. ````` =5426== ==5426== HEAP...

Should hopefully be fixed in the next daily builds; the associated fix will also be part of the upcoming IDE release (currently slated for December sometime)

Thanks -- I'll have to reserve some time to take a closer look. We use tinythread in a couple other packages (e.g. `reticulate`) so if we take this change I'd...

Sorry @dipterix; did you intend to close this?

Thanks! Sorry, I still need to carve out time to properly review this but I do intend to...