Skip to content
Permalink
3ea9938999
Switch branches/tags

Commits on Jan 27, 2022

  1. Merge pull request #10460 from dbkegley/bugfix/macos-ci

    Fix MacOS CI builds
    gtritchie committed Jan 27, 2022
  2. Properly handle successful conda execution, status attr will be NULL (#…

    …10452)
    
    * Properly handle successful conda execution, status attr will be NULL
    
    * use .rs.nullCoalesce to replace NULL status with 0L
    jgutman committed Jan 27, 2022
  3. Update to Quarto v0.3.60

    jjallaire committed Jan 27, 2022
  4. Merge pull request #10459 from rstudio/bugfix/fr-fix

    Fix French strings
    gtritchie committed Jan 27, 2022
  5. Merge pull request #10358 from StatCan/update-gwt-xml-files-for-i18n

    feat(i18n): update gwt.xml files
    gtritchie committed Jan 27, 2022
  6. Merge pull request #10423 from StatCan/feat-ui-binder-fr-props

    feat(i18n): Add UI binder french properties
    gtritchie committed Jan 27, 2022
  7. fixups

    kevinushey committed Jan 27, 2022
  8. 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
  9. 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
Older