Initial library implementations and tests #1

Merged
cyclane merged 3 commits from initial-setup into main 2023-12-01 20:42:08 +00:00
Owner
  • Implements library according to instructions, with tests.
  • GitHub Actions workflow to lint and test library.
- [x] Implements library according to instructions, with tests. - [X] GitHub Actions workflow to lint and test library.
cyclane added 1 commit 2023-12-01 19:25:46 +00:00
cyclane added 2 commits 2023-12-01 20:17:33 +00:00
Main Workflow / Lint and test library (pull_request) Successful in 9m31s Details
7ba3d69e9f
Lint and test job
cyclane changed title from WIP: Initial library implementations and tests to Initial library implementations and tests 2023-12-01 20:29:31 +00:00
cyclane reviewed 2023-12-01 20:41:24 +00:00
@ -0,0 +76,4 @@
)
objects[hash] = newTree
return tree
}
Author
Owner

Note we're sort of fine with recursion here since we have to keep track of the state anyway (ie there would just be a big queue instead of a callstack if we didn't have recursion)

Note we're sort of fine with recursion here since we have to keep track of the state anyway (ie there would just be a big queue instead of a callstack if we didn't have recursion)
cyclane merged commit e2764a5473 into main 2023-12-01 20:42:08 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cyclane/teamcity-gitea-test-task#1
No description provided.