Skip to content

Commit

Permalink
[fix] Fix publishing warnings (#547)
Browse files Browse the repository at this point in the history
* bugfix: Fix publishing warnings

Previously, no (Scala) warnings would be reported since they would come inside stderr in a progress build event. Now, they are handled via that event and cleared correctly when needed.

* chore: Add tests for compilation
  • Loading branch information
tgodzik committed Apr 18, 2024
1 parent 8d13b46 commit 45d83ef
Show file tree
Hide file tree
Showing 8 changed files with 169 additions and 258 deletions.
3 changes: 2 additions & 1 deletion MODULE.bazel
Expand Up @@ -24,9 +24,10 @@ bazel_dep(
dev_dependency = True,
repo_name = "testkit",
)

git_override(
module_name = "bsp-testkit2",
commit = "a53e52ed415d087b63a40e796374c7819d9f76a7",
commit = "3462993c11559f36ab937286f035277692dd8cf4",
remote = "https://github.com/build-server-protocol/bsp-testkit2.git",
)

Expand Down

0 comments on commit 45d83ef

Please sign in to comment.