Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify package info to return remote path #1100

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2021

  1. Add a mock TRAMP method

    David Pritchard committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    9dfecf8 View commit details
    Browse the repository at this point in the history
  2. Add ess-path-get-local-portion

    David Pritchard committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    075b1f2 View commit details
    Browse the repository at this point in the history
  3. Update ess-r-package-info to return remote path

    David Pritchard committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    518b5bb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Add a test for ess-r-package-info on a remote

    David Pritchard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e15b5d6 View commit details
    Browse the repository at this point in the history
  2. Update callers of ess-r-package-info

    Updates `ess-r-package-use-dir` and `ess-r-package-eval-linewise`.
    David Pritchard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    683ba92 View commit details
    Browse the repository at this point in the history
  3. Update ess--derive-connection-path to use helper

    David Pritchard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    0591142 View commit details
    Browse the repository at this point in the history
  4. Add test for ess-r-package-use-dir

    David Pritchard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    265cdf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Fix ess-path-get-local-portion docstring

    David Pritchard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    7864cc4 View commit details
    Browse the repository at this point in the history
  2. Add test for ess--path-get-local-portion-test

    David Pritchard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9373172 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Make ess-r-package-info internal

    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    028d0f1 View commit details
    Browse the repository at this point in the history
  2. Add test for ert-deftest ess-r--flymake-parse-output

    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d02b6f0 View commit details
    Browse the repository at this point in the history
  3. Add test for inferior-ess-r--adjust-startup-directory

    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    bf811d0 View commit details
    Browse the repository at this point in the history
  4. Add test for ess-r-package-eval-linewise

    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    a7b689e View commit details
    Browse the repository at this point in the history
  5. Add test for ess-r-package-project

    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    ce7eee8 View commit details
    Browse the repository at this point in the history
  6. Add test for ess-r-package-source-dirs

    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    13e6965 View commit details
    Browse the repository at this point in the history
  7. Change the name of 'ess-test-make-remote-path'

    The new name is `ess-test-create-remote-path`.
    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    1bdad4c View commit details
    Browse the repository at this point in the history
  8. Add test for ert-deftest ess-r-package-save-buffers

    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    8590573 View commit details
    Browse the repository at this point in the history
  9. Require tramp in ess-test-r-utils.el

    This is because we are appending an element to a Tramp variable in the
    file.
    David Pritchard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c487146 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Remove unnecessary Tramp mock code

    David Pritchard committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    58cea5a View commit details
    Browse the repository at this point in the history
  2. Use with-r-running in ess-r-package-use-dir-test

    David Pritchard committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    218b692 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Load ess-r-flymake in R package tests

    David Pritchard committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8fc7fdd View commit details
    Browse the repository at this point in the history