Skip to content

Feat/data structures #12

Feat/data structures

Feat/data structures #12

Triggered via pull request February 28, 2025 20:01
Status Failure
Total duration 41s
Artifacts

pr-checks.yml

on: pull_request
🏗️ Scaffold env
8s
🏗️ Scaffold env
Fit to window
Zoom out
Zoom in

Annotations

30 errors
Lint 🔎: lib/geometry/collisions.ts#L37
Parameter name `a` must have one leading underscore(s)
Lint 🔎: lib/geometry/collisions.ts#L37
'a' is defined but never used. Allowed unused args must match /^_/u
Lint 🔎: lib/geometry/collisions.ts#L37
Parameter name `b` must have one leading underscore(s)
Lint 🔎: lib/geometry/collisions.ts#L37
'b' is defined but never used. Allowed unused args must match /^_/u
Lint 🔎: lib/geometry/collisions.ts#L42
Parameter name `a` must have one leading underscore(s)
Lint 🔎: lib/geometry/collisions.ts#L42
'a' is defined but never used. Allowed unused args must match /^_/u
Lint 🔎: lib/geometry/collisions.ts#L42
Parameter name `b` must have one leading underscore(s)
Lint 🔎: lib/geometry/collisions.ts#L42
'b' is defined but never used. Allowed unused args must match /^_/u
Lint 🔎: lib/geometry/collisions.ts#L47
Parameter name `sphere` must have one leading underscore(s)
Lint 🔎: lib/geometry/collisions.ts#L47
'sphere' is defined but never used. Allowed unused args must match /^_/u
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
Compile ⚒️: lib/geometry/collisions.ts#L37
'a' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L37
'b' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L42
'a' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L42
'b' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L47
'sphere' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L47
'point' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L52
'sphere' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L52
'point' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L57
'a' is declared but its value is never read.
Compile ⚒️: lib/geometry/collisions.ts#L57
'b' is declared but its value is never read.