Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ide/go.lang/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import java.util.List;]]></replacevalue>
replace="\1 grammar \2;${golang.additionalheader}"
flags="g"
>
<fileset dir="${golang.outdir}" includes="GoParser.g4 GoLexer.g4" />
<fileset dir="${golang.outdir}/g4" includes="GoParser.g4 GoLexer.g4" />
</replaceregexp>
</target>

Expand Down
2,790 changes: 0 additions & 2,790 deletions ide/go.lang/nbproject/org-netbeans-modules-go-lang.sig

This file was deleted.

9 changes: 6 additions & 3 deletions ide/go.lang/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
# under the License.
javac.source=1.8

# As of 2nd Jan 2023, we use the Grammar from:
# https://github.com/antlr/grammars-v4/tree/4794c0c5371ce6b0711a306256f8f7706394ec6d/golang
# As of 14th April 2024, we use the Grammar from:
# https://github.com/antlr/grammars-v4/tree/bcc9ec1b35e4ede2f90abdb8713a56315a634a92/golang
#
golang.grammar.version=4794c0c5371ce6b0711a306256f8f7706394ec6d
golang.grammar.version=bcc9ec1b35e4ede2f90abdb8713a56315a634a92

# Simple language update can result too many signature changes in the generated code.
sigtest.skip.gen=true
Copy link
Copy Markdown
Contributor

@matthiasblaesing matthiasblaesing Apr 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why drop the pretense that this is module has an API and require that users make dependencies implementation dependencies?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed! Although I'm also curious why this is a module at all?

Loading