Skip to content

refactor lexer, parser and adapters #78

refactor lexer, parser and adapters

refactor lexer, parser and adapters #78

Triggered via push September 16, 2025 20:12
Status Failure
Total duration 2m 26s
Artifacts

ci.yml

on: push
OTP 27 / Elixir 1.18
2m 21s
OTP 27 / Elixir 1.18
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
OTP 27 / Elixir 1.18: test/lexer_test.exs#L108
test zero-width U+180E mongolian vowel separator (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/lexer_test.exs#L103
test zero-width U+17B5 khmer inherent vowel (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/lexer_test.exs#L164
test combining grapheme joiner U+034F (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/lexer_test.exs#L68
test zero-width U+200B space (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/lexer_test.exs#L156
test bidi U+2069 pd isolate (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/lexer_test.exs#L141
test bidi U+2066 ltr isolate (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/lexer_test.exs#L98
test zero-width U+17B4 khmer inherent vowel (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/lexer_test.exs#L126
test bidi U+202C pdf formatting (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/lexer_test.exs#L73
test zero-width U+200C non-joiner (SQL.LexerTest)
OTP 27 / Elixir 1.18: test/formatter_test.exs#L11
test format/2 preserve interpolation (SQL.FormatterTest)
OTP 27 / Elixir 1.18
0..-2 has a default step of -1, please write 0..-2//-1 instead