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

Restrict commands allowed in interpreter mode #1511

Merged

Commits on Dec 13, 2015

  1. Restrict commands allowed in interpreter mode

    Stack interpreter comment annotation allows arbitrary commands to be
    written and executed when the file is run. It can lead to confusing
    and surprising behavior if mistakes are made in writing a proper
    comment.
    
    This change restricts the interpreter mode commands to runghc and
    runhaskell. This change moves add-commands to a separate function.
    
    Closes commercialhaskell#1504
    harendra-kumar committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    e43d6bf View commit details
    Browse the repository at this point in the history