Andrew - #3
Open
lockarhythm wants to merge 32 commits into
Open
Conversation
* Installs bazelisk * Builds JAR * Runs unit tests * Upload JAR artifact.
Helps to enforce code style before committing
- To prepare for GUI version of Duke, we extract out the core Application that accepts a UI implementation. In this MR, we implement TerminalUI for terminal/console interfaces. Later on, we can add GraphicalUI for JavaFX. - The duke application is viewed as a REPL, where on the evaluate step, we ask the QueryInterpreter to evaluate the query inputted by the user. - The SimpleQueryInterpreter class implements QueryInterpreter. It delegates the query to smaller QueryInterpreters, each only responding to a subset of query/commands. - QueryResponder is renamed to QueryInterpreter. - Response is renamed to Result. The Result class represents the result of a query interpretation.
* Implement Level-4, A-Inheritance. Implement partially Level-5. * Fix tests. * Deprecate list.add method.
* WIP. Add Storage. * Working state. * And fixed test. * Basic implementation and cleanup.
* Implement Level-8 minimum. * Fix and add more tests. And basic date time parsing. * Store datetime.
* Improve ui tests. Added serialization tests. * Fix workflow. * Remove tasks.json
* Add sorting by date or done field, with ui tests. * Use own Gson date serializers * Use a fixed bazelisk version for more deterministic builds. * Update README.md
* Better dates parsing and formatting. * Fix test command.
* Add assertions. * Create QA build. * Fix build. * Update readme.
This file contains hidden or 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
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.
No description provided.