bitwalker/toml-elixir

Two warnings when compiling

bortzmeyer opened this issue · 1 comments

Elixir 1.12.2 (compiled with Erlang/OTP 24)

c:/Program Files/erl9.0/lib/parsetools-2.1.5/include/yeccpre.hrl:60:26: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
src/toml_lexer.erl:991:1: Warning: this clause cannot match because a previous clause at line 987 always matches
%  991|     yystate(28, Ics, Line, Tlen+1, Action, Alen);
%     | ^

Strange, that error isn't coming from this project, but there were some other compiler warnings that have since been fixed on main and will be in the upcoming 0.7 release.