de6a5c883b
Commits on Jul 13, 2022
-
Implement project name in dock tile (#11608)
port dock tile code to build native module add blank implementation for Windows and Linux organize native code
Commits on Jul 12, 2022
-
Merge pull request #11601 from rstudio/bugfix/11510-data-import-strin…
…gsasfactors Remove stringsAsFactors default for R-4.2.0 and later when importing data
-
-
-
-
Merge pull request #11603 from rstudio/bugfix/build-fix
Fix broken quarto download link. Add Catch for Jenkins interruption
-
-
Remove stringsAsFactors default for R-4.2.0 and later when importing …
…data using base; fixes 11510
Commits on Jul 11, 2022
-
Merge pull request #11597 from rstudio/feature/misc-electron-npm-updates
Merging; not really anything to review here other than being aware it's happening.
-
Commits on Jul 10, 2022
Commits on Jul 8, 2022
Commits on Jul 7, 2022
-
-
-
Merge pull request #11575 from rstudio/bugfix/empty_parent_dir_git_pr…
…oject Populate default project dir in Version control projects
-
-
Populate default project dir in Version control projects, same as we …
…do for non VCS projects
-
Merge pull request #11571 from rstudio/bugfix/build-timeout
Build timeout
-
Merge pull request #11574 from rstudio/aj-more-ifdef-linux-v2
Gate various Linux-specific system calls with `__linux__` (v2)
-
Gate various Linux-specific system calls with __linux__.
This commit gates the following Linux-specific system calls and flags behind __linux__ rather than "not Apple": * prctl() * sysinfo() * sched_getaffinity() and sched_setaffinity() * the RLIMIT_NICE flag to setrlimit() * the pty.h include for forkpty() This is for two reasons: (1) correctness; and (2) requiring community ports like FreeBSD to carry fewer patches. We already use __linux__ in various places, so this does not introduce a new preprocessor directive, either. Signed-off-by: Aaron Jacobs <aaron.jacobs@rstudio.com>
-
Revert "Gate various Linux-specific system calls with __linux__."
This reverts commit 84aeaf0.
-
Merge pull request #11558 from rstudio/bugfix/open_pptx_electron
open pptx files rendered by rstudio
-
Merge pull request #11557 from rstudio/bugfix/open_word_electron
Open docx files rendered by rstudio -- electron
-
Merge pull request #11569 from rstudio/aj-more-ifdef-linux
Gate various Linux-specific system calls with `__linux__`
Commits on Jul 6, 2022
-
Gate various Linux-specific system calls with __linux__.
This commit gates the following Linux-specific system calls and flags behind __linux__ rather than "not Apple": * prctl() * sysinfo() * sched_getaffinity() and sched_setaffinity() * the RLIMIT_NICE flag to setrlimit() * the pty.h include for forkpty() This is for two reasons: (1) correctness; and (2) requiring community ports like FreeBSD to carry fewer patches. We already use __linux__ in various places, so this does not introduce a new preprocessor directive, either. Signed-off-by: Aaron Jacobs <aaron.jacobs@rstudio.com>
-
-
-
Merge pull request #11568 from rstudio/bugfix/revert_load_reticulate
Revert "Use and access RETICULATE_PYTHON_FALLBACK (#10518)"
-
Revert "Use and access RETICULATE_PYTHON_FALLBACK (#10518)"
This reverts commit e1e8a2d.
-