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

Add command 'findsymbol' #23

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

Add command 'findsymbol' #23

wants to merge 17 commits into from

Commits on Oct 21, 2013

  1. Configuration menu
    Copy the full SHA
    66ec77f View commit details
    Browse the repository at this point in the history
  2. Add command findsymbol

    dan-t committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    75e7da6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2013

  1. Configuration menu
    Copy the full SHA
    68334f7 View commit details
    Browse the repository at this point in the history
  2. Handle GHC exceptions

    dan-t committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    fce6a20 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2014

  1. findsymbol with sourcefile

    dan-t committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    a5de88c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2014

  1. Configuration menu
    Copy the full SHA
    e1c5e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c74ca08 View commit details
    Browse the repository at this point in the history
  3. Return each module only once

    dan-t committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    8a4b012 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2014

  1. Load each file/target separately for the 'findsymbol' command

    To be able to continue loading of files and reading their module
    graph if an error occured during the loading of a file, because
    if all files are loaded at once, then GHC stops the loading
    if an error occured.
    dan-t committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    ceb20a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Updates for changes in GHC API. Fixes bitc#24.

    Updates to GHC API Pretty.showDoc
    schell committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    dd4c641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2dc5db View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. changes for GHC API 7.8.3

    schell committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    4ff36c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Configuration menu
    Copy the full SHA
    503b943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe4e78 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. Configuration menu
    Copy the full SHA
    f8eed72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1108603 View commit details
    Browse the repository at this point in the history
  3. info: add support for ghc 7.10

    dan-t committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    b5fde57 View commit details
    Browse the repository at this point in the history