-
Notifications
You must be signed in to change notification settings - Fork 9
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
Revise order of exports/code/in-code doc comments/tests for fsunix.pro/fswin32.pro #190
Open
kenbowen
wants to merge
39
commits into
master
Choose a base branch
from
rev-ext-doc-fsunix_win32
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Re-ordered exports to better group related predicates; placed files related predicates before directory-related predicates. Moved file_status/2 to first to make it available for use in examples with other predicates in the file. Completed in-code documentation of file_status/2 including description and examples, for future use with doctools.
Re-ordered exports to better group related predicates; placed files related predicates before directory-related predicates. Moved file_status/2 to first to make it available for use in examples with other predicates in the file. Completed in-code documentation of file_status/2 including description and examples, for future use with doctools. Create test file fsunix_mswin32_test.pro with current framework, and add test_file_status.
…LogicSystems/ALSProlog into rev-ext-doc-fsunix_win32
…rding to exports order; add examples to in-code doc for files/[2,3] (for use by doctools); add full in-code doc for move_file/2, including examples. In fsunix_mswin32_test: Revise test code for file_status/2 to deal with mswin32; add test code for files/[2,3] & move_file/2.
… distribution directories.
…se with doctors), together with tests.
…amples and tests for subsequent predicates. Add examples to in-code comments (for use with doctools), and add tests for subdirs[_red]/1 to fsunix_mswin32_test.pro. Add examples to in-code comments for remove_subdir/1,kill_subdir/1 (for use with doctools), and add tests for remove_subdir/1,kill_subdir/1.
…ug printfs for test_subdirs[_red]/1
…ix/win32].pro:directory/3, together with tests for directory/3.
…/1,change_current_drive/1 (for doctools use), together with tests for those predicates.
… comments (with examples), and tests in fsunix_win32.pro.
…aster, then resolved minor conflicts about comments regarding get_current_drive/1 and change_current_drive/1 in both fsunix.pro and fswin32.pro; commit contains these changes together with changes from master.
…p for test_recursive_dir_path.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In fsunix.pro and fswin32.pro, reordered exports & corresponding predicate definitions to group similar predicates. Added examples to in-code doc comments (for use by doctools), or complete such comments, as needed. Added tests for all predicates.