• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes

    • -227
    • +227
    ./as-item-type-mc-procs.tcl
  1. … 3 more files in changeset.
Fix proc doc errors detected by 'documentation__check_parameters'

  1. … 5 more files in changeset.
improve testcases by removing useless expr commands

  1. … 16 more files in changeset.
Make proc private as their sibling counterparts (fixes automated tests), uniform documentation style

Add documentation for public procs (fixes automated tests), use an api that will assume a single mountpoint for the package (as was intended)

Uniform documentation style, add documentation to public proc (fixes automated tests)

Uniform documentation style, make as::item_display_sb::set_item_display_type as its sibling as::item_display_f::set_item_display_type (fixes automated tests)

Add documentation for public procs, simplify idiom, uniform documentation style

Add documentation for public procs (fixes automated tests), uniform indentation, uniform documentation style

    • -1158
    • +1156
    ./as-install-procs.tcl
Skip test when tclwebtest is not available

Fix acs_attribute datatype to match table type (fixes automated tests)

  1. … 2 more files in changeset.
Unwrap indentation

Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- Add mising @param

- Add missing @author

- @creation_date -> @creation-date

- @creation-user -> @author

- Fix typos

  1. … 8 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
Whitespace changes

  1. … 2 more files in changeset.
Avoid unnecesary existence checks.

  1. … 2 more files in changeset.
Whitespace changes

Fix duplicated words

  1. … 2 more files in changeset.
Beautify code, remove unneded variables and queries

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
Replace 'exists_and_not_null'

Rework variable assignment (set -> lassign) + Whitespace changes

Prefer '{}' to '[list]' when creating empty lists

Rework variable assignment (set -> lassign) + Whitespace changes

Prefer '{}' to '[list]' when creating empty lists

  1. … 203 more files in changeset.
Fix typos

  1. … 10 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix more typos

  1. … 83 more files in changeset.
fix more typos

  1. … 16 more files in changeset.