[dylan-lang/opendylan] e42f28: [interface-reference] Generate current library/mod...

GitHub <[email protected]>
Newsgroups gmane.comp.lang.dylan.gwydion.cvs
Message-ID <54c3e1f99714_3aa03fce6a86b2bc4866d@hookshot-fe3-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/dylan-lang/opendylan
  Commit: e42f28635468811963757570763f4cf848024d4e
      https://github.com/dylan-lang/opendylan/commit/e42f28635468811963757570763f4cf848024d4e
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M sources/environment/reports/library-report.dylan

  Log Message:
  -----------
  [interface-reference] Generate current library/module directives.

This is required by Sphinx and is something that we've been editing
in by hand.


  Commit: 63f93108fc3507047d7549a9aa43233cd64d64a1
      https://github.com/dylan-lang/opendylan/commit/63f93108fc3507047d7549a9aa43233cd64d64a1
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M sources/environment/reports/library-report.dylan

  Log Message:
  -----------
  [interface-reference] Adjust module header level.

Use '*' instead of '-' so that '=' and '-' are readily available
for subsections within the module section.


  Commit: 9072b36918c8097b3d02cb781d3173eb215f2bc4
      https://github.com/dylan-lang/opendylan/commit/9072b36918c8097b3d02cb781d3173eb215f2bc4
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M sources/environment/reports/library-report.dylan

  Log Message:
  -----------
  [interface-reference] Generate links to bindings.


  Commit: 7307fec3e9395ecf68b02901faf3963f3ccaf587
      https://github.com/dylan-lang/opendylan/commit/7307fec3e9395ecf68b02901faf3963f3ccaf587
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M sources/environment/reports/library-report.dylan

  Log Message:
  -----------
  [interface-reference] Skip next parameter (usually).

If it isn't renamed, skip it.


  Commit: 9ecf5cdb4a5c7351ef6bb2b18e483266185e7055
      https://github.com/dylan-lang/opendylan/commit/9ecf5cdb4a5c7351ef6bb2b18e483266185e7055
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M sources/environment/reports/library-report.dylan

  Log Message:
  -----------
  [interface-reference] Rename write-function-name.

This is only used for printing the function name in a signature, so
rename it to reflect that.


  Commit: f1a388bfc64e93bbfc5d2807c15373d0b7819c43
      https://github.com/dylan-lang/opendylan/commit/f1a388bfc64e93bbfc5d2807c15373d0b7819c43
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M sources/environment/reports/library-report.dylan

  Log Message:
  -----------
  [interface-reference] Emit better method docs.

If there's a single method on a sealed generic, use the type
signature from the method. This makes for better (and more
accurate docs) in many cases, like for slot getters and setters
as well as implicitly defined generics.

If a generic has multiple methods, emit the method specializations
after the documentation for the generic.


  Commit: 6ed6faf9094077341cb26ff09741ffe8b26a6822
      https://github.com/dylan-lang/opendylan/commit/6ed6faf9094077341cb26ff09741ffe8b26a6822
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M sources/environment/reports/environment-reports.lid
    A sources/environment/reports/library-report-rst.dylan
    A sources/environment/reports/library-report-xml.dylan
    M sources/environment/reports/library-report.dylan

  Log Message:
  -----------
  [interface-reference] Restructure sources a bit.

Split the RST and XML code into separate files.


  Commit: 577a29e717e6bfe4aa8b5e40ea5068a260a49929
      https://github.com/dylan-lang/opendylan/commit/577a29e717e6bfe4aa8b5e40ea5068a260a49929
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M sources/environment/reports/library-report-rst.dylan

  Log Message:
  -----------
  [interface-reference] Fix select on string value.

In the RST code, it was doing a select on a string value. Now that
the files have been split up, this was no longer valid was it was
comparing by == rather than =.

This was working when in a single file because the string constant
was shared and so it was == and =.


  Commit: cf9b01164ae7573e3bbeec4dbc5e266874138bac
      https://github.com/dylan-lang/opendylan/commit/cf9b01164ae7573e3bbeec4dbc5e266874138bac
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M documentation/release-notes/source/2015.1.rst

  Log Message:
  -----------
  [interface-reference] Update release notes for changes.


  Commit: b0edcaabecc1b03045f327f6a113f203ed407f00
      https://github.com/dylan-lang/opendylan/commit/b0edcaabecc1b03045f327f6a113f203ed407f00
  Author: Peter S. Housel <[email protected]>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M documentation/release-notes/source/2015.1.rst
    M sources/environment/reports/environment-reports.lid
    A sources/environment/reports/library-report-rst.dylan
    A sources/environment/reports/library-report-xml.dylan
    M sources/environment/reports/library-report.dylan

  Log Message:
  -----------
  Merge pull request #853 from waywardmonkeys/improve-doc-generator

Improve doc generator


Compare: https://github.com/dylan-lang/opendylan/compare/502faf275f01...b0edcaabecc1

_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.