3ea9938999
Commits on Jan 28, 2022
Commits on Jan 27, 2022
-
Merge pull request #10460 from dbkegley/bugfix/macos-ci
Fix MacOS CI builds
-
Properly handle successful conda execution, status attr will be NULL (#…
…10452) * Properly handle successful conda execution, status attr will be NULL * use .rs.nullCoalesce to replace NULL status with 0L
-
-
-
Merge pull request #10459 from rstudio/bugfix/fr-fix
Fix French strings
-
-
-
-
Merge pull request #10358 from StatCan/update-gwt-xml-files-for-i18n
feat(i18n): update gwt.xml files
-
Merge pull request #10423 from StatCan/feat-ui-binder-fr-props
feat(i18n): Add UI binder french properties
-
-
-
-
Switch regex bitflags to perl flavor (#10440)
* just use perl * Update src/cpp/session/modules/SessionFind.cpp simplify Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com> * Update src/cpp/session/modules/SessionFind.cpp simplify Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com> Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com>
-
fixups for code signing on macOS (#10446)
* fixups for code signing * preserve old codesign script * address PR feedback * stop requring GWT rebuild every time * avoid rebuilding desktop when un-necessary * remove unused 'make' command * remove unused maker * tweaks
Commits on Jan 26, 2022
-
-
Merge pull request #10435 from rstudio/bugfix/conda_error_messages
Error message propagate to console when conda cannot find environments
-
Editing NEWS item for Find in File's move to extended grep (#10434)
* update NEWS to mention comparison to R's grep as suggested * Update NEWS.md Co-authored-by: Kevin Ushey <kevin@rstudio.com> Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
-
-
-
-
-
Merge pull request #10427 from rstudio/feature/completion-manager-del…
…egation-fixups fixups for completion manager delegation
-
Merge pull request #10428 from romainfrancois/typo_cpp11_template
typo in cpp11 template
-
-
Merge pull request #10397 from romainfrancois/cpp_source_cpp11
Source button uses `cpp11::source_cpp()` on C++ files with `[[cpp11::register]]` decorations
-