Giter Site home page Giter Site logo

tour's Issues

Prebuilds don't work anymore

When you open the repo in a GitPod workspace it does not use a prebuild.
Configuring prebuilds in .gitpod.yml seems to be deprecated.
A yaml validation error in .gitpod.yml says: Please use the Project Settings to configure prebuilds.

Build error when building edh tooling

I get the following error from build edh tooling in the gitpod workspace:

edh                  > /workspace/edh-universe/e-wrks/edh/host.hs/src/Language/Edh/Batteries.hs:166:13: error:
edh                  >     • No instance for (Catch.MonadCatch (Haskeline.InputT IO))
edh                  >         arising from a use of ‘Catch.catch’
edh                  >     • In the expression: Catch.catch (readLines initialLines)
edh                  >       In the expression:
edh                  >         Catch.catch (readLines initialLines)
edh                  >           $ \case
edh                  >               UserInterrupt -> startOver
edh                  >               ex -> throw ex
edh                  >       In an equation for ‘readInput’:
edh                  >           readInput !ps1 !ps2 !initialLines
edh                  >             = Catch.catch (readLines initialLines)
edh                  >                 $ \case
edh                  >                     UserInterrupt -> startOver
edh                  >                     ex -> throw ex
edh                  >             where
edh                  >                 startOver
edh                  >                   = Catch.catch (readLines [])
edh                  >                       $ \case
edh                  >                           UserInterrupt -> startOver
edh                  >                           ex -> throw ex
edh                  >                 parsePasteSpec :: Parsec Void Text (Int, Int, Text)
edh                  >                 parsePasteSpec
edh                  >                   = do space
edh                  >                        ....
edh                  >                 recvPaste :: Text -> Haskeline.InputT IO (Maybe EdhInput)
edh                  >                 ....
edh                  >     |
edh                  > 166 |             Catch.catch (readLines initialLines) $ \case
edh                  >     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
edh                  > 
edh                  > /workspace/edh-universe/e-wrks/edh/host.hs/src/Language/Edh/Batteries.hs:170:27: error:
edh                  >     • No instance for (Catch.MonadCatch (Haskeline.InputT IO))
edh                  >         arising from a use of ‘Catch.catch’
edh                  >     • In the expression: Catch.catch (readLines [])
edh                  >       In the expression:
edh                  >         Catch.catch (readLines [])
edh                  >           $ \case
edh                  >               UserInterrupt -> startOver
edh                  >               ex -> throw ex
edh                  >       In an equation for ‘startOver’:
edh                  >           startOver
edh                  >             = Catch.catch (readLines [])
edh                  >                 $ \case
edh                  >                     UserInterrupt -> startOver
edh                  >                     ex -> throw ex
edh                  >     |
edh                  > 170 |               startOver = Catch.catch (readLines []) $ \case
edh                  >     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.