c6b504b7e2
Commits on Feb 10, 2022
-
Merge pull request #10531 from rstudio/bugfix/rs_api_environment_not_…
…masked_by_global Don't use the global environment as the caller env for rs API functions
-
Merge pull request #10560 from rstudio/feature/electron-test-jenkins
Added Tests on Electron Jenkins
-
-
-
Merge pull request #10557 from rstudio/bugfix/electron-command-line-v…
…ersion Include build info in Electron app
-
-
-
Commits on Feb 9, 2022
-
-
-
-
-
Merge pull request #10548 from romainfrancois/update_rstheme
update rstheme files with regenerate-css
-
-
Merge pull request #10526 from rstudio/feature/add_qmd_to_source_file…
…s_display Add Qmd to list of Common R source files
-
-
Only call Electron specific versioning for Electron builds
-
Co-authored-by: Romain François <romain@rstudio.com>
-
Fix duplicate menu separators (#10533)
Fix duplicate menu separators unit tests
-
Merge pull request #10540 from romainfrancois/hyperlink_RSTUDIO_CLI_H…
…YPERLIKNS use RSTUDIO_CLI_HYPERLIKNS env var
-
-
-
Merge pull request #10532 from rstudio/bugfix/check_if_load_is_masked
Check if load from base is masked before calling load workspace
-
Merge pull request #10536 from rstudio/bugfix/version-stamp-macos-ele…
…ctron stamp version into Electron app (macOS)
Commits on Feb 8, 2022
-
-
-
-
-
produce separate UTF-8 rsession binary for ucrt builds (#10524)
* produce separate UTF-8 rsession binary for ucrt builds * launch Rterm directly * avoid compiling source files twice * _WIN32 guards * remove unneeded change * no need for UTF-8 session for 32-bit R
-
alternate mechanism for R_ResetConsole on Windows (#10510)
* alternate mechanism for R_ResetConsole on Windows * log potential errors * don't log noisy errors
-
-
use a new environment, containing all R base packages but not contain…
…ing the global env, for rs api functions