7300766543
Commits on Jan 27, 2022
-
-
-
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
-
-
main thread issues with onDetectChanges event (#10426)
- SessionEnvironment calls an internal R function and so should not run off the main thread - SessionPlots uses the graphics display object and since we are only running offline RPCs none of those operations will affect the plots or data viewer - SessionPackrat need the main thread Added asserts to the listEnvironments apis
-
Commits on Jan 25, 2022
-
-
-
-
-
Merge pull request #10362 from rstudio/bugfix/find_in_files_replace_r…
…egex Change regex flags and add unit tests for word boundaries
-
-
Commits on Jan 24, 2022
-
implement Electron packaging step for macOS (#10393)
* [WIP] use Electron build of RStudio * move openssl hackery * build arm64 components * WIP * revert older changes * fix tabs * [WIP] * [WIP] * commit cmake sins * fix spurious diff * 'desktop' => 'electron' in Jenkinsfile.macos * Revert "'desktop' => 'electron' in Jenkinsfile.macos" This reverts commit 10b7306. * add separate Jenkinsfile * refactor * run yarn to install dependencies
-
-
Merge pull request #10418 from rstudio/bugfix/pref-labels-loc
Fix labels on Global Options dialog to match what they were before localization