Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22321

LanguageClient Python: InvalidParams: Exception

    XMLWordPrintable

Details

    Description

      LanguageClient Python: InvalidParams: Exception: There's an issue (99 != 98) with the diff parser. Please report:
      --- 
      +++ 
      @@ -87,12 +87,12 @@
           generate_clang_db('nos', '~/Projects/Toolchain-x86-linux-clang60.cmake')
           run_clang_tidy('nos')db.keys(
       
      -@shared_taskdef run_analysis(analysis_pk):
      +@shared_task
      +def run_analysis(analysis_pk):
           """Celery task to run execute an Analysis asynchronously."""
           analysis = Analysis.objects.get(pk=analysis_pk)
           diagnostic = Diagnostic(name="random", message="random", file_offset=42, file_path="/dev//random", analysis=analysis)
           diagnostic.save()
           LOGGER.info(f"Running analysis #{analysis.pk} ...")
           return diagnostic.pk
      -
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            davschul David Schulz
            christian_gagneraud_navico Christian Gagneraud
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes