generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that errors.pb might persist across builds under some circumstances #1299
Labels
bug
Something isn't working
Comments
Open
worstell
added a commit
that referenced
this issue
Apr 18, 2024
- no longer pass Go compiler errors through the LSP - instead of attempting to parse out schema/build errors from an aggregate error, we pass back schema errors and non-schema errors ("real" exceptions) explicitly and separately fixes #1299
worstell
added a commit
that referenced
this issue
Apr 18, 2024
- no longer pass Go compiler errors through the LSP - instead of attempting to parse out schema/build errors from an aggregate error, we pass back schema errors and non-schema errors ("real" exceptions) explicitly and separately fixes #1299
worstell
added a commit
that referenced
this issue
Apr 19, 2024
- no longer pass Go compiler errors through the LSP - instead of attempting to parse out schema/build errors from an aggregate error, we pass back schema errors and non-schema errors ("real" exceptions) explicitly and separately fixes #1299
worstell
added a commit
that referenced
this issue
Apr 19, 2024
- no longer pass Go compiler errors through the LSP - instead of attempting to parse out schema/build errors from an aggregate error, we pass back schema errors and non-schema errors ("real" exceptions) explicitly and separately fixes #1299
worstell
added a commit
that referenced
this issue
Apr 19, 2024
- no longer pass Go compiler errors through the LSP - instead of attempting to parse out schema/build errors from an aggregate error, we pass back schema errors and non-schema errors ("real" exceptions) explicitly and separately fixes #1299
worstell
added a commit
that referenced
this issue
Apr 19, 2024
- no longer pass Go compiler errors through the LSP - instead of attempting to parse out schema/build errors from an aggregate error, we pass back schema errors and non-schema errors ("real" exceptions) explicitly and separately fixes #1299
worstell
added a commit
that referenced
this issue
Apr 19, 2024
- no longer pass Go compiler errors through the LSP - instead of attempting to parse out schema/build errors from an aggregate error, we pass back schema errors and non-schema errors ("real" exceptions) explicitly and separately - add errors build file to the ModuleConfig fixes #1299
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I checked out online-boutique and was updating it to latest ftl. The first build failed because it was still using
ftl:verb
rather thanftl:export
. I fixed that, but then the next build still resulted in the same errors:It seems like
errors.pb
is not being cleared between builds, resulting in previous errors persisting.The text was updated successfully, but these errors were encountered: