Skip to content

v89

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 21:04
· 69 commits to main since this release
56cef7d

Changelog

  • 56cef7d Merge pull request #130 from codecrafters-io/arpan/cc-1759-implement-history-persistence-extension
  • 2fa54e8 Merge branch 'arpan/cc-1759-implement-history-persistence-extension' of github.com:codecrafters-io/shell-tester into arpan/cc-1759-implement-history-persistence-extension
  • 54005af Pauls' comments
  • fec98c5 Update internal/test_cases/history_test_case.go
  • cf6fb89 Dyslexia strikes again
  • 1b4fa7f One more fixture update
  • ea64b68 Woops
  • 69e0aae Update course def
  • 757e5fd More fixtures update
  • 4d6715f Change it to say n commands found
  • 78dbd6c Rename Reflection
  • 5a9d95b Extracted Exit to a Test Case, Implemented Stage 6, Refactoring
  • a8bbc21 Till Stage 2
  • 8fc9abc tests weren't running
  • ff52943 Update some more fixtures
  • 8944fe5 Adding tests for if new files are being created on -w and -a
  • b005487 Idk why this doesn't get added at once
  • ff22d04 Update fixtures
  • c3c7f8b Have the filenames be consistant
  • e42232d Add some proper conclusions
  • efb9d26 Removing a debug print
  • 9181f78 Merge branch 'arpan/cc-1759-implement-history-persistence-extension' of github.com:codecrafters-io/shell-tester into arpan/cc-1759-implement-history-persistence-extension
  • 9d8c5ba Improve code quality
  • 96dda4e Most fixes done?
  • 7d8ded5 Idk why that wasn't there but oh well
  • c338bca Fixtures need updating ofc
  • bc3e369 Updates w/ Paul's Requests
  • 768f2c5 Fix more orderings across the 2 extensions
  • cfbd791 Minor Alphabetic change
  • 8401da8 I probabaly committed early
  • 0f9326d Fix fixtures after merge
  • 90476fd Merge branch 'main' into arpan/cc-1759-implement-history-persistence-extension
  • c16defe Fixed the fixtures again
  • f6e4d83 Merge branch 'arpan/cc-1759-implement-history-persistence-extension' of github.com:codecrafters-io/shell-tester into arpan/cc-1759-implement-history-persistence-extension
  • 8132eb9 Make the count system deterministic
  • f5de401 Fixtures update
  • 5373004 Merge pull request #133 from codecrafters-io/andy/tweak
  • 78218a9 Better file printing + formatting + code best practices
  • e358aa2 Merge branch 'arpan/cc-1759-implement-history-persistence-extension' of github.com:codecrafters-io/shell-tester into arpan/cc-1759-implement-history-persistence-extension
  • b00fe62 checking a hunch
  • e0366f3 Update fixtures for prev
  • 4484f3f Merge branch 'arpan/cc-1759-implement-history-persistence-extension' of github.com:codecrafters-io/shell-tester into arpan/cc-1759-implement-history-persistence-extension
  • ff04f5a Removed ranodm no of commands + makefile renames
  • 4de90d2 Adding fixtures
  • c2cf2e8 fix: update test case inputs and expected outputs for quoting scenarios
  • 5a7a4ec fix: update input and expected output formatting in test cases for stages Q1 and Q2
  • 7bf1ae2 Minor fix with hp3
  • 5f33f9f Testing append more thoroughly
  • 11fb9c1 append checks that it actually only appends
  • 405695a Use debugf for filecontent
  • 8353e36 All 5 stages work rn
  • 8d6d416 Better the HISTFILE mechanism
  • 4e6f479 Fix the local testing dockerfiles (caching)
  • 1ffe646 bruh
  • faad231 fix?
  • bb3ed35 Curious if CI passes
  • fc99b65 update def
  • 877d25a Adding History Persistance Extension