[dylan-lang/opendylan] 26ecfb: Initial internal foundation for limited functions.

GitHub <[email protected]> Fri, 15 Jan 2016 08:18:30 -0800
Newsgroups gmane.comp.lang.dylan.gwydion.cvs
Message-ID <56991bd6ad172_422e3fd66290d29c10241c@hookshot-fe5-cp1-prd.iad.github.net.mail>
----==_mimepart_56991bd6acd59_422e3fd66290d29c102393
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/dylan-lang/opendylan
  Commit: 26ecfb556c4a499fa04a4e9b96e43c7aa9b1c078
      https://github.com/dylan-lang/opendylan/commit/26ecfb556c4a499fa04a4e9b96e43c7aa9b1c078
  Author: Bruce Mitchener <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  Changed paths:
    M sources/common-dylan/format.dylan
    A sources/dfmc/modeling/limited-functions.dylan
    M sources/dfmc/modeling/modeling-library.dylan
    M sources/dfmc/modeling/modeling.lid
    M sources/dfmc/modeling/namespaces.dylan
    M sources/dylan/dylan.lid
    A sources/dylan/limited-function.dylan
    M sources/io/print.dylan

  Log Message:
  -----------
  Initial internal foundation for limited functions.

This is not ready for use and not fully implemented. But
it is a start and further iteration can be done from this
base.

* sources/dylan/limited-function.dylan: New file.

* sources/dylan/dylan.lid: Build limited-function.dylan.

* sources/dfmc/modeling/limited-functions.dylan: New file.

* sources/dfmc/modeling/modeling.lid: Build limited-functions.dylan.

* sources/dfmc/modeling/modeling-library.dylan
  (module dfmc-modeling): Export <&limited-function> and
   limited-function-signature.

* sources/dfmc/modeling/namespaces.dylan
  (module dylan-extensions): Export <limited-function> and
   limited-function-signature.

* sources/common-dylan/format.dylan
  (print-unique-name on <limited-function>): Implement.
  (print-specializer on <limited-function>): Likewise.
  (print-method): Call print-signature to print the signature
    rather than doing it inline.
  (print-signature): Hoist the code from print-method for
    printing the signature into a separate set of methods
    so that it can be used for printing <signature> objects
    as well for <limited-function> printing.

* sources/io/print.dylan
  (print-object on <limited-function>): Implement.
  (print-specializer on <limited-function>): Likewise.


  Commit: 39c5b02aee9a52d19673ac98b8bb5b972cf315ad
      https://github.com/dylan-lang/opendylan/commit/39c5b02aee9a52d19673ac98b8bb5b972cf315ad
  Author: Peter S. Housel <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  Changed paths:
    M sources/common-dylan/format.dylan
    A sources/dfmc/modeling/limited-functions.dylan
    M sources/dfmc/modeling/modeling-library.dylan
    M sources/dfmc/modeling/modeling.lid
    M sources/dfmc/modeling/namespaces.dylan
    M sources/dylan/dylan.lid
    A sources/dylan/limited-function.dylan
    M sources/io/print.dylan

  Log Message:
  -----------
  Merge pull request #1019 from waywardmonkeys/function-types

Initial internal foundation for limited functions.


Compare: https://github.com/dylan-lang/opendylan/compare/f54bb0151e80...39c5b02aee9a
----==_mimepart_56991bd6acd59_422e3fd66290d29c102393
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter
----==_mimepart_56991bd6acd59_422e3fd66290d29c102393--