fix: rendering of Markdown inline formatting and bullet lists (#1156) #4084
Triggered via pull request
February 6, 2026 17:16
Status
Cancelled
Total duration
39m 5s
Artifacts
–
ci.yml
on: pull_request
Generate Test Matrix
2m 53s
Matrix: build
Matrix: llvm-releases
Matrix: releases
Annotations
18 errors and 10 warnings
|
Clang 21: C++20
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Clang 20: C++20
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Clang 18: C++20
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Clang 19: C++20
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
GCC 14: C++20
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Clang 21: C++20 (Coverage)
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Clang 21: C++20 (UBSan)
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
MSVC ^14.44: C++20
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
..\..\_actions\alandefreitas\cpp-actions\v1.9.2\cmake-workflow\src\index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
..\..\_actions\alandefreitas\cpp-actions\v1.9.2\cmake-workflow\src\index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
..\..\_actions\alandefreitas\cpp-actions\v1.9.2\cmake-workflow\src\index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
GCC 15: C++20
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
GCC 15: C++20 (UBSan)
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Apple-Clang
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Apple-Clang (ASan)
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Clang 21: C++20 (ASan)
CMake workflow failed: CMake tests failed with exit code 8
Stack trace:
at processEntry
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:1639:23
1634 │ });
1635 │ if (entry.create_annotations) {
1636 │ createCMakeTestAnnotations(stdout, entry);
1637 │ }
1638 │ if (exitCode !== 0 && entry.run_tests === true) {
❯ 1639 │ throw new Error(`CMake tests failed with exit code ${exitCode}`);
1640 │ }
1641 │ }
1642 │ core.endGroup();
1643 │ }
1644 │
at run
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2406:9
2401 │ // Process each entry
2402 │ // ==============================================
2403 │ for (const entry of entries) {
2404 │ const desc = makeFactorDescription(entry);
2405 │ core.startGroup(`🧩 Processing: ${desc}`);
❯ 2406 │ await processEntry(entry, setupCMakeOutputs, resolvedParams);
2407 │ core.endGroup();
2408 │ }
2409 │ }
2410 │
2411 │ if (require.main === module) {
at anonymous
../../_actions/alandefreitas/cpp-actions/v1.9.2/cmake-workflow/src/index.ts:2414:13
2409 │ }
2410 │
2411 │ if (require.main === module) {
2412 │ (async () => {
2413 │ try {
❯ 2414 │ await run();
2415 │ } catch (error) {
2416 │ await reportAndSetFailed(error as Error, {
2417 │ title: 'CMake workflow failed'
2418 │ });
2419 │ }
⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
|
|
Clang 21: C++20 (MSan)
Canceling since a higher priority waiting request for cppalliance/mrdocs:refs/pull/1157/merge exists
|
|
Clang 21: C++20 (MSan)
The operation was canceled.
|
|
Apple-Clang (UBSan)
Canceling since a higher priority waiting request for cppalliance/mrdocs:refs/pull/1157/merge exists
|
|
Apple-Clang (UBSan)
The operation was canceled.
|
|
Continuous Integration
Canceling since a higher priority waiting request for cppalliance/mrdocs:refs/pull/1157/merge exists
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\ecma\builtin-objects\ecma-builtin-array-prototype.c#L1905
cl.exe - operands are different enum types 'ecma_property_flags_t' and 'jerry_property_descriptor_flags_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\ecma\builtin-objects\ecma-builtin-array-prototype.c#L1254
cl.exe - operands are different enum types 'ecma_property_flags_t' and 'jerry_property_descriptor_flags_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\ecma\builtin-objects\ecma-builtin-array-prototype.c#L880
cl.exe - operands are different enum types 'ecma_property_flags_t' and 'jerry_property_descriptor_flags_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\ecma\builtin-objects\ecma-builtin-array.c#L428
cl.exe - operands are different enum types 'ecma_property_flags_t' and 'jerry_property_descriptor_flags_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\ecma\builtin-objects\ecma-builtin-array.c#L358
cl.exe - operands are different enum types 'ecma_property_flags_t' and 'jerry_property_descriptor_flags_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\ecma\builtin-objects\ecma-builtin-array.c#L238
cl.exe - operands are different enum types 'ecma_property_flags_t' and 'jerry_property_descriptor_flags_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\ecma\base\ecma-helpers-string.c#L51
cl.exe - operands are different enum types 'ecma_direct_string_type_t' and 'ecma_string_container_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\api\jerryscript.c#L2612
cl.exe - operands are different enum types 'jerry_proxy_custom_behavior_t' and 'ecma_proxy_flag_types_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\api\jerryscript.c#L78
cl.exe - operands are different enum types 'ecma_promise_flags_t' and 'jerry_promise_state_t'; use an explicit cast to silence this warning (C5287)
|
|
Build Warning - cl.exe - C5287:
..\third-party\jerryscript\jerry-core\api\jerryscript.c#L68
cl.exe - operands are different enum types 'ecma_regexp_flags_t' and 'jerry_regexp_flags_t'; use an explicit cast to silence this warning (C5287)
|