ca78a0 Update lua-language-server to version 3.5.0 / rev 11 via SR 991164

10 files Authored by mcepl 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update lua-language-server to version 3.5.0 / rev 11 via SR 991164
    
    https://build.opensuse.org/request/show/991164
    by user mcepl + RBrownFactory
    - Update to 3.5.0:
      - meta: openresty add api run_worker_thread
      - bugfix:allow get() in sharedict return value and nil
      - table new/clear function actual use scenarios
      - #1325: add missing paramter type for getfenv
      - Meta: make osdate accept strings
      - More tag descriptions
      - fix typos in annotation
    - Update to 3.4.1:
      - Fix dofile returns multiple values ---@return any ...
      - add 3rd luafilesystem
      - OpenResty type annotation updates
      - fixing grammar in error message
    - Add time_includes.patch to fix missing #includes
      (gh#sumneko/lua-language-server#1377).