Skip to content

Feat/data structures #24

Feat/data structures

Feat/data structures #24

Triggered via pull request March 16, 2025 21:12
Status Failure
Total duration 37s
Artifacts

pr-checks.yml

on: pull_request
🏗️ Scaffold env
8s
🏗️ Scaffold env
Lint 🔎
15s
Lint 🔎
Test 🧪
7s
Test 🧪
Compile ⚒️
15s
Compile ⚒️
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 2 warnings
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > core functionality > should accept items that are within the trees bounds: lib/partitions/__tests__/quad-tree.test.ts#L6
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:6:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > core functionality > should remove items within the tree: lib/partitions/__tests__/quad-tree.test.ts#L10
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:10:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > core functionality > should not merge overlapping items: lib/partitions/__tests__/quad-tree.test.ts#L14
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:14:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > core functionality > should subdivide the tree once it reaches capacity: lib/partitions/__tests__/quad-tree.test.ts#L19
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:19:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > core functionality > should store items that span multiple boundaries in the highest common node: lib/partitions/__tests__/quad-tree.test.ts#L23
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:23:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > core functionality > should reset and empty the tree: lib/partitions/__tests__/quad-tree.test.ts#L27
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:27:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > core functionality > should not subdivide if there is no more space to: lib/partitions/__tests__/quad-tree.test.ts#L33
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:33:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > querying > should retrieve points within a given rectangular range: lib/partitions/__tests__/quad-tree.test.ts#L39
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:39:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > querying > should retrieve points within a given circular range: lib/partitions/__tests__/quad-tree.test.ts#L43
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:43:23
lib/partitions/__tests__/quad-tree.test.ts > partitions/quad-tree > querying > should handle large queries: lib/partitions/__tests__/quad-tree.test.ts#L47
AssertionError: expected '@todo' to deeply equal true - Expected: true + Received: "@todo" ❯ lib/partitions/__tests__/quad-tree.test.ts:47:23
Lint 🔎: lib/geometry/aabb.ts#L12
Unsafe argument of type error typed assigned to a parameter of type `CtorArgs`
Lint 🔎: lib/geometry/aabb.ts#L16
Unsafe argument of type error typed assigned to a parameter of type `IVec3`
Lint 🔎: lib/geometry/aabb.ts#L17
Unsafe argument of type error typed assigned to a parameter of type `IVec3`
Lint 🔎: lib/geometry/collisions3d.ts#L1
'IVec2' is defined but never used. Allowed unused vars must match /^_/u
Lint 🔎: lib/geometry/collisions3d.ts#L4
'IAABB2D' is defined but never used. Allowed unused vars must match /^_/u
Lint 🔎: lib/geometry/collisions3d.ts#L4
'ICircle' is defined but never used. Allowed unused vars must match /^_/u
Lint 🔎: lib/geometry/collisions3d.ts#L28
Parameter name `a` must have one leading underscore(s)
Lint 🔎: lib/geometry/collisions3d.ts#L28
'a' is defined but never used. Allowed unused args must match /^_/u
Lint 🔎: lib/geometry/collisions3d.ts#L28
Parameter name `b` must have one leading underscore(s)
Lint 🔎: lib/geometry/collisions3d.ts#L28
'b' is defined but never used. Allowed unused args must match /^_/u
Compile ⚒️: lib/geometry/aabb.ts#L12
Property 'size' does not exist on type 'IAABB'.
Compile ⚒️: lib/geometry/aabb.ts#L16
Property 'position' does not exist on type 'IAABB'.
Compile ⚒️: lib/geometry/aabb.ts#L17
Property 'position' does not exist on type 'IAABB'.
Compile ⚒️: lib/geometry/aabb.ts#L66
Class 'AABB' incorrectly implements interface 'IAABB'.
Compile ⚒️: lib/geometry/aabb.ts#L80
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
Compile ⚒️: lib/geometry/aabb.ts#L84
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
Compile ⚒️: lib/geometry/aabb.ts#L103
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
Compile ⚒️: lib/geometry/collisions3d.ts#L1
'IVec2' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions3d.ts#L4
'IAABB2D' is declared but never used.
Compile ⚒️: lib/geometry/collisions3d.ts#L4
'ICircle' is declared but never used.
Lint 🔎: sandbox/src/2d/renderer/renderer.ts#L61
Unexpected console statement
Lint 🔎: sandbox/src/2d/renderer/renderer.ts#L73
Unexpected console statement