Skip to content

Implement the fn:generate-id function #2379

Implement the fn:generate-id function

Implement the fn:generate-id function #2379

Triggered via pull request June 12, 2024 02:42
Status Failure
Total duration 1m 7s
Artifacts

main.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 6 warnings
Tests on node.js 20
Argument of type '{ contextItem: Value; contextItemIndex: number; contextSequence: ISequence; generateIdMap: any; generateIdCounter: any; variableBindings: any; }' is not assignable to parameter of type '{ contextItem: Value; contextItemIndex: number; contextSequence: ISequence; variableBindings: { [s: string]: () => ISequence; }; }'.
Tests on node.js 20: src/expressions/DynamicContext.ts#L1
Property 'generateIdMap' does not exist on type 'DynamicContext'.
Tests on node.js 20: src/expressions/DynamicContext.ts#L1
Property 'generateIdCounter' does not exist on type 'DynamicContext'.
Tests on node.js 20
Process completed with exit code 1.
Tests on node.js 18
Argument of type '{ contextItem: Value; contextItemIndex: number; contextSequence: ISequence; generateIdMap: any; generateIdCounter: any; variableBindings: any; }' is not assignable to parameter of type '{ contextItem: Value; contextItemIndex: number; contextSequence: ISequence; variableBindings: { [s: string]: () => ISequence; }; }'.
Tests on node.js 18: src/expressions/DynamicContext.ts#L1
Property 'generateIdMap' does not exist on type 'DynamicContext'.
Tests on node.js 18: src/expressions/DynamicContext.ts#L1
Property 'generateIdCounter' does not exist on type 'DynamicContext'.
Tests on node.js 18
Process completed with exit code 1.
Tests on node.js 16
Argument of type '{ contextItem: Value; contextItemIndex: number; contextSequence: ISequence; generateIdMap: any; generateIdCounter: any; variableBindings: any; }' is not assignable to parameter of type '{ contextItem: Value; contextItemIndex: number; contextSequence: ISequence; variableBindings: { [s: string]: () => ISequence; }; }'.
Tests on node.js 16: src/expressions/DynamicContext.ts#L1
Property 'generateIdMap' does not exist on type 'DynamicContext'.
Tests on node.js 16: src/expressions/DynamicContext.ts#L1
Property 'generateIdCounter' does not exist on type 'DynamicContext'.
Tests on node.js 16
Process completed with exit code 1.
Tests on node.js 20
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/.
Tests on node.js 20
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/
Tests on node.js 18
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/.
Tests on node.js 18
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/
Tests on node.js 16
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/.
Tests on node.js 16
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/