Skip to content

Changed to json encoding for compile_string #237

Changed to json encoding for compile_string

Changed to json encoding for compile_string #237

Triggered via pull request November 21, 2024 05:59
Status Failure
Total duration 46s
Artifacts

elixir.yml

on: pull_request
Build and test
36s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
Build and test
Process completed with exit code 1.
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test: test/support/child_sheet.ex#L2
:json.encode/2 is undefined (module :json is not available or is yet to be defined)
Build and test: test/support/parent_sheet.ex#L2
:json.encode/2 is undefined (module :json is not available or is yet to be defined)
Build and test: test/support/mock_sheet.ex#L2
:json.encode/2 is undefined (module :json is not available or is yet to be defined)
Build and test: test/support/empty_sheet.ex#L2
:json.encode/2 is undefined (module :json is not available or is yet to be defined)
Build and test: lib/live_view_native/stylesheet/encoder.ex#L12
:json.encode_atom/2 is undefined (module :json is not available or is yet to be defined)
Build and test: lib/live_view_native/stylesheet/encoder.ex#L11
:json.encode_binary/1 is undefined (module :json is not available or is yet to be defined)
Build and test: lib/live_view_native/stylesheet/encoder.ex#L4
:json.encode_list/2 is undefined (module :json is not available or is yet to be defined)
Build and test: lib/live_view_native/stylesheet/encoder.ex#L17
:json.encode_value/2 is undefined (module :json is not available or is yet to be defined)