Skip to content

Add support for NXNAME type #954

Add support for NXNAME type

Add support for NXNAME type #954

Triggered via pull request July 22, 2024 21:28
@ChreoChreo
synchronize #1584
Chreo:nxname
Status Failure
Total duration 24s
Artifacts

go.yml

on: pull_request
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Build and Test (1.20.x): zduplicate.go#L890
impossible type assertion: _r2.(*NXNAME)
Build and Test (1.20.x): ztypes.go#L63
cannot use new(NXNAME) (value of type *NXNAME) as RR value in return statement: *NXNAME does not implement RR (missing method pack)
Build and Test (1.20.x): ztypes.go#L1119
cannot use &NXNAME{…} (value of type *NXNAME) as RR value in return statement: *NXNAME does not implement RR (missing method pack)
Build and Test (1.20.x)
Process completed with exit code 1.
Build and Test (1.21.x)
The job was canceled because "_1_20_x" failed.
Build and Test (1.21.x): zduplicate.go#L890
impossible type assertion: _r2.(*NXNAME)
Build and Test (1.21.x): ztypes.go#L63
cannot use new(NXNAME) (value of type *NXNAME) as RR value in return statement: *NXNAME does not implement RR (missing method pack)
Build and Test (1.21.x): ztypes.go#L1119
cannot use &NXNAME{…} (value of type *NXNAME) as RR value in return statement: *NXNAME does not implement RR (missing method pack)
Build and Test (1.21.x)
The operation was canceled.
Build and Test (1.20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/