tovarchristian21

tovarchristian21

Error with Yamerl

Hello guys, has anyone ever encountered this kind error with yamerl ?. I’m trying to setup a CD, but I’m having trouble with the following output:

...

* Getting meck (Hex package)
* Getting bunt (Hex package)
===> Compiling parse_trans
===> Compiling mimerl
===> Compiling yamerl
##[error]/home/runner/work/podnation/podnation/deps/yamerl/include/internal/yamerl_constr.hrl:45: Warning: record unfinished_node has field(s) without type information
##[error]/home/runner/work/podnation/podnation/deps/yamerl/include/internal/yamerl_constr.hrl:52: Warning: record node_anchor has field(s) without type information

...

Marked As Solved

tovarchristian21

tovarchristian21

Thank for the help, it has been solved. Apparently someone added a wrong configuration that could not be handled by the CI runner. Thanks again for checking this issue.

Also Liked

wolf4earth

wolf4earth

AFAIK will the :warnings_as_errors option - --warnings-as-errors on the CLI - only fail when you have warnings in your current project.

I’ve just tested it locally with a project where we also use yamerl and we see the same warnings but the build doesn’t fail.

NobbZ

NobbZ

Yeah, warnings as errors should not affect building of dependencies. But it was not clear for me what is actually the problem, therefore I just suggested to try.

Where Next?

Popular in Questions Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New

Other popular topics Top

grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 54006 488
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New

We're in Beta

About us Mission Statement