Skip to content

Commit

Permalink
Update IndexingRoot.v
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp authored Nov 12, 2024
1 parent 6dc7aa0 commit d5ad455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analyzer/index/IndexingRoot.v
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ pub fn (mut i IndexingRoot) spawn_indexing_workers(cache_chan chan FileIndex, fi
'uri': lsp.document_uri_from_path(filepath).str()
'error': err.str()
}).error('Error indexing file')
return err

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (windows-x86_64, debug)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (windows-x86_64, dev)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (windows-x86_64, release)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (windows-latest, debug)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (windows-latest, dev)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (windows-latest, release)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (windows-latest, gcc)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (windows-latest, gcc)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (windows-latest, gcc)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (windows-latest, gcc)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (darwin-arm64, release)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (darwin-arm64, debug)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (darwin-arm64, dev)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (darwin-x86_64, dev)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (darwin-x86_64, debug)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (darwin-x86_64, release)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (macos-latest, debug)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (macos-latest, release)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (macos-latest, dev)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (macos-latest, clang)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (macos-latest, clang)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (macos-latest, clang)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (macos-latest, clang)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (linux-x86_64, debug)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (linux-x86_64, release)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build-v-analyzer (linux-x86_64, dev)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (ubuntu-20.04, debug)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (ubuntu-20.04, release)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / build (ubuntu-20.04, dev)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (ubuntu-20.04, gcc)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (ubuntu-20.04, gcc)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (ubuntu-20.04, gcc)

unexpected argument, current function does not return anything

Check failure on line 238 in src/analyzer/index/IndexingRoot.v

View workflow job for this annotation

GitHub Actions / test (ubuntu-20.04, gcc)

unexpected argument, current function does not return anything
}
}

Expand Down

0 comments on commit d5ad455

Please sign in to comment.