Michael Chirico

Results 804 comments of Michael Chirico

@AshesITR with the CRAN failure (#2527), let's decide how to proceed. Options I see: 1. Quick patch release -- branch from 3.1.1, fix only #2527, release to CRAN as 3.1.2...

SGTM! FYI (cc also @IndrajeetPatil), I don't plan any major change from taking over maintainership, I just think of it as passing responsibility for the actual CRAN submission process from...

Yes, we're absolutely on the precipice of release. But I'm stuck on #2431, there's a bit of a design decision there that would be harder to change after release &...

OK, finally got the email from Brian about {patrick} update breaking us. Update due in 3 weeks or so.

OK, only `revdepcheck::revdep_check()` left in the release process, everything else looks good to go. There were a few minor edits required: all is on https://github.com/r-lib/lintr/tree/edits-3.2.0 for now, will propose it...

now on CRAN! 🎉 thanks everyone :) cc @IndrajeetPatil I think this unblocks the JOSS paper

forcing functions are good 😅

> for older databases Specifically, Gemini indicated and documentation agrees: `NULLS LAST` is an SQL:2003 feature: https://www.oracle.com/technetwork/database/application-development/sql-2003-twp-129141.pdf It's not currently supported by MySQL, MariaDB, T-SQL, or BigQuery: - https://dev.mysql.com/doc/refman/8.4/en/window-functions-frames.html -...

I've lost a bit of the context on {covr} so I can't answer definitively. What I had in mind is doing `file_coverage('src/foo.c', Sys.glob("tests/*"))` repeatedly without needing to instrument all the...

Here's some not-very-scientific analysis from combing manually over the codebase: Categorizing the XPath that is run following `$xml_find_function_calls()` depending on the chain of `/.../` conditions prefixing them, we get the...