Skip to content

Commit

Permalink
update readme to indicate bzlmod is now supported (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
withered-magic committed Apr 7, 2024
1 parent 6d9260c commit b5ca169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ Steps to get up and running:

## Known Issues

- Loading external dependencies when `bzlmod` is enabled does not yet work correctly (coming soon, tracking in https://github.com/withered-magic/starpls/issues/168).
- Type guards are not supported.
- Type checker shows some false positives, especially when the definitions from the builtins proto are incorrect.
- When `--enable-bzlmod` is set, type checking/goto definition may be slow for a given file the first time it is loaded. This is because resolution of repo mappings, done with `bazel mod dump_repo_mappings`, is done lazily.
Expand Down

0 comments on commit b5ca169

Please sign in to comment.