Skip to content

Multiline code blocks using :{ and :} are not supported by reploid #114

Description

@clojurians-org

i like dante.
but i have no idea how to handle the following things

1. the cross line code

when i enter [ctrl+c, "], it sees evaluate each line by [>>>] only.

import Network.HTTP.Client as H (Proxy(Proxy))
import Network.HTTP.Client
-- >>> :set -XOverloadedStrings
-- >>> let proxyEnv = proxyEnvironment $ Just (H.Proxy "127.0.0.1" 8118)
-- >>> let settings = managerSetProxy proxyEnv defaultManagerSettings
-- >>> mgr <- newManager settings
-- >>> flip httpLbs mgr defaultRequest {
--         host = "10.132.37.201"
--       , port = 9200
--       }

2. error info display

when i do some typo, the status bar display "(Haskell Danté:error(Main) FlyC ElDoc)"
i have no idea how to find detail error information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions