Skip to content
Permalink
7300766543
Switch branches/tags

Commits on Jan 27, 2022

  1. Switch regex bitflags to perl flavor (#10440)

    * just use perl
    
    * Update src/cpp/session/modules/SessionFind.cpp
    
    simplify
    
    Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com>
    
    * Update src/cpp/session/modules/SessionFind.cpp
    
    simplify
    
    Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com>
    
    Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com>
    jgutman and melissa-barca committed Jan 27, 2022
  2. fixups for code signing on macOS (#10446)

    * fixups for code signing
    
    * preserve old codesign script
    
    * address PR feedback
    
    * stop requring GWT rebuild every time
    
    * avoid rebuilding desktop when un-necessary
    
    * remove unused 'make' command
    
    * remove unused maker
    
    * tweaks
    kevinushey committed Jan 27, 2022

Commits on Jan 26, 2022

  1. Merge pull request #10435 from rstudio/bugfix/conda_error_messages

    Error message propagate to console when conda cannot find environments
    jgutman committed Jan 26, 2022
  2. Editing NEWS item for Find in File's move to extended grep (#10434)

    * update NEWS to mention comparison to R's grep as suggested
    
    * Update NEWS.md
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    jgutman and kevinushey committed Jan 26, 2022
  3. Error message edit

    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    jgutman and kevinushey committed Jan 26, 2022
  4. Use .rs.stopf instead of stop

    jgutman committed Jan 26, 2022
  5. Merge pull request #10427 from rstudio/feature/completion-manager-del…

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

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

    romainfrancois committed Jan 26, 2022
  8. Merge pull request #10397 from romainfrancois/cpp_source_cpp11

    Source button uses `cpp11::source_cpp()` on C++ files with `[[cpp11::register]]` decorations
    romainfrancois committed Jan 26, 2022
  9. 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
Older