1. 22 Sep, 2020 1 commit
  2. 12 Aug, 2020 1 commit
  3. 28 Feb, 2020 1 commit
  4. 26 Sep, 2019 1 commit
  5. 21 May, 2019 2 commits
  6. 06 Mar, 2019 2 commits
  7. 17 Nov, 2018 1 commit
  8. 16 Nov, 2018 1 commit
    • Alexander Vershilov's avatar
      Use Aeson.Object for metadata. · bf631b91
      Alexander Vershilov authored
      The IPython specification for the metadata does not
      define that all fields in metadata must be textual.
      Latest Jupyters lab uses that feature so the parsing
      mechanism became incomplatible with the protocol.
      We change Metadata to be an Aeson.Object and introduce
      a 'Metadata' newtype in order to keep that explicit
      and open for the later changes if needed.
      
      Fixes #912.
      bf631b91
  9. 01 Sep, 2018 6 commits
  10. 28 Aug, 2018 1 commit
  11. 14 Jul, 2018 3 commits
  12. 08 Feb, 2018 1 commit
  13. 23 Sep, 2017 1 commit
  14. 27 Jul, 2017 1 commit
  15. 13 Mar, 2017 1 commit
  16. 05 Mar, 2017 1 commit
  17. 10 Oct, 2016 3 commits
  18. 13 Feb, 2016 2 commits
  19. 09 Feb, 2016 2 commits
  20. 17 Dec, 2015 1 commit
  21. 10 Dec, 2015 1 commit
  22. 08 Dec, 2015 1 commit
  23. 28 Oct, 2015 1 commit
    • Sumit Sahrawat's avatar
      Fix #597: Implement is_complete_{request,reply} · e4e026cb
      Sumit Sahrawat authored
      These messages are used by console frontends to check whether the
      current input is complete or not. If it is not complete, the next line
      is treated as the continuation of the code, and a '...' prompt is used
      to show that.
      
      To provide support for qtconsole, I have made it such that IHaskell
      always responds to an is_complete_request by saying that the code is
      complete, which only allows for single line inputs.
      e4e026cb
  24. 06 Oct, 2015 1 commit
  25. 11 Sep, 2015 1 commit
  26. 28 Aug, 2015 1 commit
  27. 26 Aug, 2015 1 commit