Skip to content
Snippets Groups Projects
  1. Dec 12, 2014
  2. Dec 10, 2014
    • JeanPhilippeMoresmau's avatar
      header could contain several lines · d867ff18
      JeanPhilippeMoresmau authored and Mateusz Kowalczyk's avatar Mateusz Kowalczyk committed
      Closes #348
      d867ff18
    • Mateusz Kowalczyk's avatar
      Update doctest parts of comments · d453ce0d
      Mateusz Kowalczyk authored
      d453ce0d
    • Mateusz Kowalczyk's avatar
      Allow the parser to spit out meta-info · 12a066d9
      Mateusz Kowalczyk authored
      Currently we only use it only for ‘since’ annotations but with these
      patches it should be fairly simple to add new attributes if we wish to.
      
      Closes #26. It seems to work fine but due to 7.10 rush I don't have the
      chance to do more exhaustive testing right now. The way the meta is
      output (emphasis at the end of the whole comment) is fairly arbitrary
      and subject to bikeshedding.
      
      Note that this makes test for Bug310 fail due to interface version bump:
      it can't find the docs for base with this interface version so it fails.
      There is not much we can do to help this because it tests for ’built-in’
      identifier, not something we can provide ourselves.
      12a066d9
  3. Dec 09, 2014
  4. Nov 16, 2014
  5. Nov 08, 2014
  6. Nov 04, 2014
  7. Nov 03, 2014
  8. Nov 01, 2014
  9. Oct 29, 2014
  10. Oct 10, 2014
    • David Feuer's avatar
      Fix improper lazy IO use · 96800793
      David Feuer authored
      Make `getPrologue` force `parseParas dflags str` before returning. Without this, it will attempt to read from the file after it is closed, with unspecified and generally bad results.
      96800793
  11. Sep 12, 2014
  12. Sep 03, 2014
  13. Aug 31, 2014
  14. Aug 24, 2014
Loading