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

Improve support for tramp source buffers #486

Merged
merged 2 commits into from
Mar 2, 2014

Commits on Mar 1, 2014

  1. Improve support for tramp source buffers

    Ensures load-file doesn't use the tramp location of the file for the
    filename passed to the nrepl load-file op (which gets compiled into
    debug information).  This caused some issues when using the same repl
    with source files both locally and over tramp.
    
    Uses an explicit buffer to determine the tramp prefix rather than the
    find-tag-marker-ring.  Changes the signature of cider-jump-to-def-for to
    add a buffer argument.
    
    Changes cider-jump-to-def-for to look for a tramp path before a local
    path.
    hugoduncan committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    67a230e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2014

  1. Configuration menu
    Copy the full SHA
    88cfb74 View commit details
    Browse the repository at this point in the history