Skip to content

History / Guide Computations

Revisions

  • Update all wiki files to use current ARO syntax (no angle brackets around action verbs) Action verbs like Extract, Retrieve, Return, Store are plain words in ARO. Only variables and qualifiers use <angle-bracket> notation. Updated 33 files covering ~2000 action verb instances across the full wiki.

    @KrisSimon KrisSimon committed Mar 1, 2026
  • docs: update references to consolidated proposals Update wiki to reference new consolidated specification structure: - ARO-0035 → ARO-0001 (Language Fundamentals) - ARO-0038 → ARO-0003 (Type System) - ARO-0041 → ARO-0010 (Advanced Features) - ARO-0022 → ARO-0008 (I/O Services) - ARO-0031 → (inline description) - ARO-0043 → (removed from title) Updated files: - Guide-Actions.md: Remove proposal reference from List Element Access - Guide-Computations.md: Update See Also link - Guide-Data-Pipelines.md: Update type annotation reference - Guide-Dates.md: Update date/time reference - Guide-HTTP-Client.md: Update HTTP client reference - Guide-System-Commands.md: Remove proposal reference - Reference-Actions.md: Remove proposal reference - Reference-System-Objects.md: Remove proposal reference from title

    @KrisSimon KrisSimon committed Dec 31, 2025
  • docs(ARO-0042): clarify union semantics Update union description from "All unique elements" to "A preserved + unique from B" for clarity. This accurately describes the behavior: - All of A (including duplicates) is preserved - Only elements from B not in A's set are added

    @KrisSimon KrisSimon committed Dec 30, 2025
  • docs(ARO-0042): add set operations documentation Add comprehensive documentation for polymorphic set operations: Guide-Computations.md: - Add Set Operations section with intersect, difference, union - Document multiset semantics for duplicates - Add type behavior table for Lists, Strings, Objects Guide-Data-Pipelines.md: - Add `not in` operator to comparison operators table - Add section on set membership with `in`/`not in` - Document CSV string and array variable support Reference-Actions.md: - Expand Compute section with set operations table - Add examples for set operations on all types - Add Filter section with full comparison operators - Document `not in` and array support for Filter

    @KrisSimon KrisSimon committed Dec 30, 2025
  • Migrate documentation from main repository - Convert 28 markdown files to flat wiki structure - Add Guide-* prefix for Language Guide files - Add Reference-* prefix for Language Reference files - Update all internal links to wiki format - Add _Sidebar.md for navigation

    @KrisSimon KrisSimon committed Dec 27, 2025