Skip to content
Permalink
fdf5b9f87a
Switch branches/tags

Commits on Jan 26, 2022

  1. Merge pull request #10427 from rstudio/feature/completion-manager-del…

    …egation-fixups
    
    fixups for completion manager delegation
    jjallaire committed Jan 26, 2022
  2. Merge pull request #10428 from romainfrancois/typo_cpp11_template

    typo in cpp11 template
    romainfrancois committed Jan 26, 2022
  3. typo in cpp11 template

    romainfrancois committed Jan 26, 2022
  4. 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
    jeffvroom committed Jan 26, 2022

Commits on Jan 24, 2022

  1. 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
    kevinushey committed Jan 24, 2022
  2. Merge pull request #10418 from rstudio/bugfix/pref-labels-loc

    Fix labels on Global Options dialog to match what they were before localization
    gtritchie committed Jan 24, 2022
  3. update to quarto 0.3.42

    jjallaire committed Jan 24, 2022
Older