Skip to content

Fix math/big.Int Does not Marshal #556

Fix math/big.Int Does not Marshal

Fix math/big.Int Does not Marshal #556

Re-run triggered April 26, 2024 19:44
Status Success
Total duration 2h 34m 41s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Build
Test passed for ../ion-tests/iontestdata/bad/annotationFalse.ion with "ion: syntax error: unquoted keyword 'false' as annotation (offset 6)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationLengthTooLongContainer.10n with "ion: syntax error: annotation wrapper indicates the enclosed value's length to be 3 but the enclosed value claims to have length 1 (offset 7)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationLengthTooLongScalar.10n with "ion: syntax error: annotation wrapper indicates the enclosed value's length to be 3 but the enclosed value claims to have length 1 (offset 7)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationLengthTooShortContainer.10n with "ion: syntax error: annotation wrapper indicates the enclosed value's length to be 1 but the enclosed value claims to have length 2 (offset 7)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationLengthTooShortScalar.10n with "ion: syntax error: annotation wrapper indicates the enclosed value's length to be 0 but the enclosed value claims to have length 1 (offset 7)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationNan.ion with "ion: syntax error: unquoted keyword 'nan' as annotation (offset 4)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationNested.10n with "ion: syntax error: an annotation cannot be the enclosed value of another annotation (offset 7)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationNull.ion with "ion: syntax error: unquoted keyword 'null' as annotation (offset 6)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationNullInt.ion with "ion: unexpected token '::' (offset 10)" error.
Build
Test passed for ../ion-tests/iontestdata/bad/annotationSymbolIDUnmapped.10n with "ion: Symbol token not found for SID '10' in symbol table $ion_shared_symbol_table::{name:"$ion",version:1,symbols:["$ion","$ion_1_0","$ion_symbol_table","name","version","imports","symbols","max_id","$ion_shared_symbol_table"]}" error.
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v1, actions/checkout@v3, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/