Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes #1506

Merged
merged 11 commits into from
Apr 24, 2024
Merged

Small fixes #1506

merged 11 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. connectors.h: Move LENGTH_LIMIT

    ampli committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bab9f23 View commit details
    Browse the repository at this point in the history
  2. connectors.h: Comment cleanup

    ampli committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4d2c3f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    476f83c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f46fe22 View commit details
    Browse the repository at this point in the history
  5. count_clauses(): Mark as unused

    These prevents omission warning on DEBUG, and also makes it available in
    gdb.
    ampli committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4adf270 View commit details
    Browse the repository at this point in the history
  6. UNINITIALIZED_MAX_DISJUNCTS: Change to INT_MAX

    The code in build_disjuncts_for_exp(), due to "int rand_r()", cannot
    handle more than INT_MAX disjuncts anyway, so use int here for
    consistency. In any case, the number of disjuncts per sentence is
    not expected to reach anything near this number (and here we handle
    the number of disjuncts per X_node).
    ampli committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    437038a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b674eb4 View commit details
    Browse the repository at this point in the history
  8. swig: Remove -py3 (deprecated)

    ampli committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c0e1425 View commit details
    Browse the repository at this point in the history
  9. Fix comment typos/rot

    ampli committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4057d06 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    adabe9c View commit details
    Browse the repository at this point in the history
  11. word_new(): Zero all fields

    ... so we will not need to update it if Word_struct get changed.
    ampli committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c3a0099 View commit details
    Browse the repository at this point in the history