Skip to content

bigint: use native bigint instead of big-integer #29

bigint: use native bigint instead of big-integer

bigint: use native bigint instead of big-integer #29

Triggered via push March 26, 2024 16:23
Status Failure
Total duration 46s
Artifacts

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 22 warnings
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L24
Replace `)·===·0n⏎······&&·(year·%·100n)·!==·0n⏎······||·(year·%·400n)` with `·===·0n·&&·year·%·100n·!==·0n)·||·year·%·400n`
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L38
Replace `(BigInt(det.year))` with `BigInt(det.year)`
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L53
Replace `(y·%·4n)` with `y·%·4n`
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L56
Replace `(y·%·100n)` with `y·%·100n`
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L59
Replace `(y·%·400n)` with `y·%·400n`
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L64
Replace `(eras·*·(4n·*·36524n·+·1n)` with `eras·*·(4n·*·36524n·+·1n`
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L71
Replace `·BigInt(det.time.second)` with `⏎····BigInt(det.time.second)·+`
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L72
Replace `+·(DAY_YO·*·day)` with `DAY_YO·*·day·+`
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L73
Replace `+·(HOR_YO·*·BigInt(det.time.hour))` with `HOR_YO·*·BigInt(det.time.hour)·+`
Build, lint, and test on Node 18.x and ubuntu-latest
The job was canceled because "_16_x_ubuntu-latest" failed.
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L24
Replace `)·===·0n⏎······&&·(year·%·100n)·!==·0n⏎······||·(year·%·400n)` with `·===·0n·&&·year·%·100n·!==·0n)·||·year·%·400n`
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L38
Replace `(BigInt(det.year))` with `BigInt(det.year)`
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L53
Replace `(y·%·4n)` with `y·%·4n`
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L56
Replace `(y·%·100n)` with `y·%·100n`
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L59
Replace `(y·%·400n)` with `y·%·400n`
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L64
Replace `(eras·*·(4n·*·36524n·+·1n)` with `eras·*·(4n·*·36524n·+·1n`
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L71
Replace `·BigInt(det.time.second)` with `⏎····BigInt(det.time.second)·+`
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L72
Replace `+·(DAY_YO·*·day)` with `DAY_YO·*·day·+`
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L73
Replace `+·(HOR_YO·*·BigInt(det.time.hour))` with `HOR_YO·*·BigInt(det.time.hour)·+`
Build, lint, and test on Node 18.x and macOS-latest
The job was canceled because "_16_x_ubuntu-latest" failed.
Build, lint, and test on Node 18.x and macOS-latest
The operation was canceled.
Build, lint, and test on Node 16.x and macOS-latest
The job was canceled because "_16_x_ubuntu-latest" failed.
Build, lint, and test on Node 16.x and macOS-latest
The operation was canceled.
Build, lint, and test on Node 16.x and windows-latest
The job was canceled because "_16_x_ubuntu-latest" failed.
Build, lint, and test on Node 16.x and windows-latest
The operation was canceled.
Build, lint, and test on Node 18.x and windows-latest
The job was canceled because "_16_x_ubuntu-latest" failed.
Build, lint, and test on Node 18.x and windows-latest
The operation was canceled.
Build, lint, and test on Node 16.x and ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, lint, and test on Node 16.x and ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L52
Expected '===' and instead saw '=='
Build, lint, and test on Node 16.x and ubuntu-latest: src/da.ts#L157
Expected '===' and instead saw '=='
Build, lint, and test on Node 16.x and ubuntu-latest: src/hoon/muk.ts#L90
Expected a 'break' statement before 'case'
Build, lint, and test on Node 16.x and ubuntu-latest: src/hoon/muk.ts#L92
Expected a 'break' statement before 'case'
Build, lint, and test on Node 16.x and ubuntu-latest: src/hoon/ob.ts#L163
Assign object to a variable before exporting as module default
Build, lint, and test on Node 16.x and ubuntu-latest: src/ud.ts#L24
Unnecessary escape character: \.
Build, lint, and test on Node 16.x and ubuntu-latest: test/aura.test.ts#L25
Array.prototype.map() expects a return value from arrow function
Build, lint, and test on Node 16.x and ubuntu-latest: test/aura.test.ts#L30
Expected '===' and instead saw '=='
Build, lint, and test on Node 16.x and ubuntu-latest: test/aura.test.ts#L50
Array.prototype.map() expects a return value from arrow function
Build, lint, and test on Node 16.x and ubuntu-latest: test/aura.test.ts#L81
Array.prototype.map() expects a return value from arrow function
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L52
Expected '===' and instead saw '=='
Build, lint, and test on Node 18.x and ubuntu-latest: src/da.ts#L157
Expected '===' and instead saw '=='
Build, lint, and test on Node 18.x and ubuntu-latest: src/hoon/muk.ts#L90
Expected a 'break' statement before 'case'
Build, lint, and test on Node 18.x and ubuntu-latest: src/hoon/muk.ts#L92
Expected a 'break' statement before 'case'
Build, lint, and test on Node 18.x and ubuntu-latest: src/hoon/ob.ts#L163
Assign object to a variable before exporting as module default
Build, lint, and test on Node 18.x and ubuntu-latest: src/ud.ts#L24
Unnecessary escape character: \.
Build, lint, and test on Node 18.x and ubuntu-latest: test/aura.test.ts#L25
Array.prototype.map() expects a return value from arrow function
Build, lint, and test on Node 18.x and ubuntu-latest: test/aura.test.ts#L30
Expected '===' and instead saw '=='
Build, lint, and test on Node 18.x and ubuntu-latest: test/aura.test.ts#L50
Array.prototype.map() expects a return value from arrow function
Build, lint, and test on Node 18.x and ubuntu-latest: test/aura.test.ts#L81
Array.prototype.map() expects a return value from arrow function