-
Notifications
You must be signed in to change notification settings - Fork 119
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
Small fixes #1506
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bab9f23 - Browse repository at this point
Copy the full SHA bab9f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2c3f7 - Browse repository at this point
Copy the full SHA 4d2c3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 476f83c - Browse repository at this point
Copy the full SHA 476f83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f46fe22 - Browse repository at this point
Copy the full SHA f46fe22View commit details -
count_clauses(): Mark as unused
These prevents omission warning on DEBUG, and also makes it available in gdb.
Configuration menu - View commit details
-
Copy full SHA for 4adf270 - Browse repository at this point
Copy the full SHA 4adf270View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 437038a - Browse repository at this point
Copy the full SHA 437038aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b674eb4 - Browse repository at this point
Copy the full SHA b674eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0e1425 - Browse repository at this point
Copy the full SHA c0e1425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4057d06 - Browse repository at this point
Copy the full SHA 4057d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for adabe9c - Browse repository at this point
Copy the full SHA adabe9cView commit details -
... so we will not need to update it if Word_struct get changed.
Configuration menu - View commit details
-
Copy full SHA for c3a0099 - Browse repository at this point
Copy the full SHA c3a0099View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.