2572293ae6
Commits on May 19, 2022
Commits on May 18, 2022
-
Merge pull request #11237 from rstudio/bugfix/show_chunk_output_in_co…
…nsole change def of isExecutableChunk to recognize `#| eval: false`
-
follow up after #11040, not mention the change in NEWS
-
add "ref_" prefix for auto references (#11200)
* add "ref_" prefix for auto references * only prefix if pandocAutoIdentifier(filename) gives "" * not keeping the "ref" prefix * spaces
-
tweak how compiler definitions are passed along to libclang (#11211)
* tweak how compiler definitions are passed along to libclang * fixup for RcppArmadillo * force rebuild of database if '-include' no longer exists * tweaks * further refine * log pch package name * [WIP] * add motivation * separate win32 implementation * suppress compiler warnings
Commits on May 17, 2022
-
Indicate if R is running in the build pane (#11040)
* set the RSTUDIO_BUILD_PANE env var * main process sets RSTUDIO_PID, other processes set RSTUDIO_PANE to indicate where they run * RSTUDIO_PANE=terminal * using RSTUDIO_CHILD_PROCESS_PANE and RSTUDIO_CHILD_PROCESS_PARENT_PID * use RSTUDIO_SESSION_PID * AsyncRProcess::start() does not set RSTUDIO_CHILD_PROCESS_PANE env var * update comment * jobs and shiny background job set RSTUDIO_CHILD_PROCESS_PANE to job * NEWS
-
-
-
-
-
-
-
Merge pull request #11223 from rstudio/bugfix/fedora36-unit-test-fix
Merging to let the build pipeline have a go at it.
-
-
Merge pull request #11216 from rstudio/feature/disable_quarto_centos_7
Disable quarto on centos 7
-
Merge pull request #11217 from rstudio/bugfix/filter-suspend-resets
Bugfix/filter suspend resets
-
Apply suggestions from code review
Co-authored-by: AndrewMcClain <andrew.mcclain@rstudio.com>
-
-
-
Merge branch 'main' of github.com:rstudio/rstudio into bugfix/r-versi…
…on-auto-select * 'main' of github.com:rstudio/rstudio: (40 commits) update to Electron 18.2.3 ensure new instance is created when opening remote session file Update NEWS.md Fix flags not being passed through constructor in R version selectors remove unnecessary package install gpg1 for signing skip adding compiler definitions find jdk on my Intel Mac produce builds for fedora36 use ucrtbase.dll with R 4.2.0 or newer (#11207) Outline uses quarto style labels, `#| label: <name>` (#11192) Allow fallback unknown text file types to open in Desktop same as in server update embedded libclang to 13.0.1 (#11186) Addresses handling of native pipe args with no placeholder (#11194) New project fails earlier when directory already exist (#11191) remove unused gwt class replacements (#11193) update Electron NEWS make message box API aware of this option whitespace tweak naming tweaks from PR feedback ...
-
-
-
Commits on May 16, 2022
-
-
Merge pull request #11220 from rstudio/bugfix/open-session-rdp-mac
ensure new IDE instance is created when opening remote session file
-
-
-
Merge pull request #11214 from rstudio/bugfix/r-version-selector-fix
Fix flags not being passed through constructor in R version selectors
-
-