Skip to content
Permalink
2572293ae6
Switch branches/tags

Commits on May 19, 2022

Commits on May 18, 2022

  1. Merge pull request #11237 from rstudio/bugfix/show_chunk_output_in_co…

    …nsole
    
    change def of isExecutableChunk to recognize `#| eval: false`
    jgutman committed May 18, 2022
  2. Update NEWS.md

    follow up after #11040, not mention the change in NEWS
    romainfrancois committed May 18, 2022
  3. 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
    romainfrancois committed May 18, 2022
  4. 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
    kevinushey committed May 18, 2022

Commits on May 17, 2022

  1. 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
    romainfrancois committed May 17, 2022
  2. fix centos7 build break

    gtritchie committed May 17, 2022
  3. Minor updates

    matheustavaresdev committed May 17, 2022
  4. Minor updates

    matheustavaresdev committed May 17, 2022
  5. Minor updates

    matheustavaresdev committed May 17, 2022
  6. Merge pull request #11223 from rstudio/bugfix/fedora36-unit-test-fix

    Merging to let the build pipeline have a go at it.
    gtritchie committed May 17, 2022
  7. Merge pull request #11216 from rstudio/feature/disable_quarto_centos_7

    Disable quarto on centos 7
    jgutman committed May 17, 2022
  8. Merge pull request #11217 from rstudio/bugfix/filter-suspend-resets

    Bugfix/filter suspend resets
    cm421 committed May 17, 2022
  9. Apply suggestions from code review

    Co-authored-by: AndrewMcClain <andrew.mcclain@rstudio.com>
    cm421 and AndrewMcClain committed May 17, 2022
  10. Code review tweaks

    cm421 committed May 17, 2022
  11. Test improvements

    matheustavaresdev committed May 17, 2022
  12. 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
      ...
    matheustavaresdev committed May 17, 2022
  13. Removed setRBinDir

    matheustavaresdev committed May 17, 2022

Commits on May 16, 2022

  1. update to Electron 18.2.3

    gtritchie committed May 16, 2022
  2. Merge pull request #11220 from rstudio/bugfix/open-session-rdp-mac

    ensure new IDE instance is created when opening remote session file
    gtritchie committed May 16, 2022
  3. Update NEWS.md

    cm421 committed May 16, 2022
  4. Merge pull request #11214 from rstudio/bugfix/r-version-selector-fix

    Fix flags not being passed through constructor in R version selectors
    GCRev committed May 16, 2022
  5. Update NEWS.md

    GCRev committed May 16, 2022
  6. Finish tests for all filters

    cm421 committed May 16, 2022
Older