-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add part 2 of the tutorial: CLI Contact Manager #86
Open
Hombre-x
wants to merge
30
commits into
davenverse:main
Choose a base branch
from
Hombre-x:site-project
base: main
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.
Commits on Aug 18, 2024
-
Includes the Contact type (in-memory representation of a contact), the Flags and some Arguments for the CLI
Configuration menu - View commit details
-
Copy full SHA for 65de70f - Browse repository at this point
Copy the full SHA 65de70fView commit details -
It implements the logic for the file handling and search using Shellfish
Configuration menu - View commit details
-
Copy full SHA for d752157 - Browse repository at this point
Copy the full SHA d752157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1519e00 - Browse repository at this point
Copy the full SHA 1519e00View commit details -
Responsible for converting the user prompt in for of args: List[String] into Flags and Arguments
Configuration menu - View commit details
-
Copy full SHA for 021fcec - Browse repository at this point
Copy the full SHA 021fcecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d1796 - Browse repository at this point
Copy the full SHA a2d1796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6495d1e - Browse repository at this point
Copy the full SHA 6495d1eView commit details -
As I forgot that Scala 2 doesn't have top level definitions
Configuration menu - View commit details
-
Copy full SHA for fde5135 - Browse repository at this point
Copy the full SHA fde5135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adb157 - Browse repository at this point
Copy the full SHA 5adb157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9818555 - Browse repository at this point
Copy the full SHA 9818555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fdac05 - Browse repository at this point
Copy the full SHA 1fdac05View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52773e - Browse repository at this point
Copy the full SHA f52773eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 605ae01 - Browse repository at this point
Copy the full SHA 605ae01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e5ff7 - Browse repository at this point
Copy the full SHA 33e5ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c56fca - Browse repository at this point
Copy the full SHA 3c56fcaView commit details -
It now discards any empty characters after the last newline, just like the `wc` command in Unix Also, added tests to assert that behavior
Configuration menu - View commit details
-
Copy full SHA for ffe2342 - Browse repository at this point
Copy the full SHA ffe2342View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f711c - Browse repository at this point
Copy the full SHA f2f711cView commit details -
I forgot that `tempFile` does not exist anymore
Configuration menu - View commit details
-
Copy full SHA for 1f5c407 - Browse repository at this point
Copy the full SHA 1f5c407View commit details -
Because readLines was modified, It now doesn't account the newline added by the writeLines method.
Configuration menu - View commit details
-
Copy full SHA for 6cd035f - Browse repository at this point
Copy the full SHA 6cd035fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e514aef - Browse repository at this point
Copy the full SHA e514aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc2903 - Browse repository at this point
Copy the full SHA 7fc2903View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e7d6a2 - Browse repository at this point
Copy the full SHA 5e7d6a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bfaee - Browse repository at this point
Copy the full SHA 29bfaeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d6d91 - Browse repository at this point
Copy the full SHA 38d6d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0acf0 - Browse repository at this point
Copy the full SHA 7d0acf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bbeaf - Browse repository at this point
Copy the full SHA 98bbeafView commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36fe704 - Browse repository at this point
Copy the full SHA 36fe704View commit details -
Updated docs of the
tutorial
sectionNow they include the changes in the code with their corresponding new explanation
Configuration menu - View commit details
-
Copy full SHA for 676c442 - Browse repository at this point
Copy the full SHA 676c442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401ad95 - Browse repository at this point
Copy the full SHA 401ad95View commit details -
Changed given to implicit declaration
I forgot that I was working in Scala 2
Configuration menu - View commit details
-
Copy full SHA for 243580e - Browse repository at this point
Copy the full SHA 243580eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d791df3 - Browse repository at this point
Copy the full SHA d791df3View 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.