Skip to content

Commit

Permalink
tools/scripts/format_cxx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyailya committed May 4, 2024
1 parent b35a45c commit e2c75f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/ErrorQueue.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#ifndef SORBET_ERROR_QUEUE_H
#define SORBET_ERROR_QUEUE_H

#include "GlobalState.h"
#include "common/concurrency/ConcurrentQueue.h"
#include "core/ErrorFlusher.h"
#include "core/ErrorFlusherStdout.h"
#include "core/ErrorQueueMessage.h"
#include "core/lsp/QueryResponse.h"
#include "GlobalState.h"
#include <atomic>

namespace sorbet {
Expand Down
1 change: 0 additions & 1 deletion main/pipeline/pipeline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,6 @@ ast::ParsedFilesOrCancelled resolve(unique_ptr<core::GlobalState> &gs, vector<as
}
#endif


for (auto &file : what) {
gs->clearErrorCacheForFile(file.file, [](const unique_ptr<core::ErrorQueueMessage> &err) {
// Resolver errors codes are 50XX
Expand Down

0 comments on commit e2c75f1

Please sign in to comment.