Undocumented features

Issue #121 new
Jesper Öqvist created an issue

This issue contains a list of known undocumented features that we should try to add documentation for.

Collection attributes:

  • @SeparateEvaluation
  • @LazyCondition
  • @OnePhase
  • @Naive
  • @Circular
  • @CollectionGroup

Rewrites:

  • List rewrites

Comments (9)

  1. Jesper Öqvist reporter

    We currently don't have any tests for the collection annotations in jastadd-test.

    List rewrites should be removed (see issue #141)

  2. Jesper Öqvist reporter
    • removed responsible
    • marked as enhancement
    • edited description
    • removed milestone
    • marked as minor

    Removed the sons declaration from list of undocumented features since it has been removed already.

    There are a few tests for the collection attribute annotations in the test suite now. The documentation still does not mention the annotations.

    List rewrites could be deprecated in the next release, meaning that we won't need to document list rewrites.

    Note: There was an undocumented rewrite feature for staged rewriting which I removed a few commits ago. It seems to have been mostly unused, and not tested at all in the test suite.

  3. Log in to comment