Skip to content

[plsql] Fix for #3647 -- added TypeScript and JavaScript ports (#3650) #3919

[plsql] Fix for #3647 -- added TypeScript and JavaScript ports (#3650)

[plsql] Fix for #3647 -- added TypeScript and JavaScript ports (#3650) #3919

Triggered via push August 9, 2023 02:24
Status Success
Total duration 17m 57s
Artifacts

main.yml

on: push
Matrix: build-bash
Matrix: build-pwsh
Matrix: static-checks
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
build-bash (ubuntu-latest, Go)
Restore cache failed: Dependencies file is not found in /home/runner/work/grammars-v4/grammars-v4. Supported file pattern: go.sum
build-pwsh (ubuntu-latest, Go)
Restore cache failed: Dependencies file is not found in /home/runner/work/grammars-v4/grammars-v4. Supported file pattern: go.sum
build-bash (macos-latest, Go)
Restore cache failed: Dependencies file is not found in /Users/runner/work/grammars-v4/grammars-v4. Supported file pattern: go.sum
build-pwsh (windows-latest, Go)
Restore cache failed: Dependencies file is not found in D:\a\grammars-v4\grammars-v4. Supported file pattern: go.sum
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParser.g4#L6241
warning(154): PlSqlParser.g4:6241:0: rule json_function contains an optional block with at least one alternative that can match an empty string
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlLexerBase.cs#L6
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParserBase.cs#L5
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParserBase.cs#L7
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L208281
'PlSqlParser.Logical_operationContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L211355
'PlSqlParser.Json_functionContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L214579
'PlSqlParser.Json_table_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L214580
'PlSqlParser.Json_table_clauseContext.EMPTY(int)' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L216067
'PlSqlParser.Json_query_on_error_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (ubuntu-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L216157
'PlSqlParser.Json_query_on_empty_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, Go)
Restore cache failed: Dependencies file is not found in /Users/runner/work/grammars-v4/grammars-v4. Supported file pattern: go.sum
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParser.g4#L6241
warning(154): PlSqlParser.g4:6241:0: rule json_function contains an optional block with at least one alternative that can match an empty string
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlLexerBase.cs#L6
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParserBase.cs#L5
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParserBase.cs#L7
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L208281
'PlSqlParser.Logical_operationContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L211355
'PlSqlParser.Json_functionContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L214579
'PlSqlParser.Json_table_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L214580
'PlSqlParser.Json_table_clauseContext.EMPTY(int)' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L216067
'PlSqlParser.Json_query_on_error_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (windows-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L216157
'PlSqlParser.Json_query_on_empty_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParser.g4#L6241
warning(154): PlSqlParser.g4:6241:0: rule json_function contains an optional block with at least one alternative that can match an empty string
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlLexerBase.cs#L6
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParserBase.cs#L5
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/PlSqlParserBase.cs#L7
The using directive for 'Antlr4.Runtime' appeared previously in this namespace
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L208281
'PlSqlParser.Logical_operationContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L211355
'PlSqlParser.Json_functionContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L214579
'PlSqlParser.Json_table_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L214580
'PlSqlParser.Json_table_clauseContext.EMPTY(int)' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L216067
'PlSqlParser.Json_query_on_error_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.
build-pwsh (macos-latest, CSharp): sql/plsql/Generated-CSharp-full/obj/Debug/net7.0/PlSqlParser.cs#L216157
'PlSqlParser.Json_query_on_empty_clauseContext.EMPTY()' hides inherited member 'ParserRuleContext.EMPTY'. Use the new keyword if hiding was intended.