Accepting request 921764 from devel:languages:perl:autoupdate
- updated to 2.3.0
see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes
2.3.0 26.09.2021
- Arguments section in Variable lists now @ARGV and @_ during debugging (#105)
- @_ is now correctly evaluated inside of debugger console
- $#foo is now correctly evaluated inside of debugger console
- Default debug configuration is now automatically provided without
the need to create a launch.json first (#103)
- Add Option cacheDir to specify location of cache dir (#113)
- Fix: Debugger outputted invalid thread reference causes "no such coroutine" message,
so watchs and code from the debug console is not expanded properly
- Fix: LanguageServer hangs when multiple request send at once from VSCode to LanguageServer
- Fix: cwd parameter for debugger in launch.json had no effect (#99)
- Fix: Correctly handle paths with drive letters on windows
- Fix: sshArgs parameter was not declared as array (#109)
- Disable syntax check on windows, because it blocks the whole process when running on windows,
until handling of childs processes is fixed
- Fixed spelling (#86,#96,#101) [chrstphrchvz,davorg,aluaces]
OBS-URL: https://build.opensuse.org/request/show/921764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-LanguageServer?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43a4185e3747d8d15907cdf95c5886688a3592c8fdff258e88bedfca78e9112e
|
||||
size 38710
|
||||
3
Perl-LanguageServer-2.3.0.tar.gz
Normal file
3
Perl-LanguageServer-2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4ad56e69d59e2ff1f20d9c21cf9c4ce7ef993cf8d684d30a2849923c0e15c88
|
||||
size 39910
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 03:06:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.3.0
|
||||
see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes
|
||||
|
||||
2.3.0 26.09.2021
|
||||
- Arguments section in Variable lists now @ARGV and @_ during debugging (#105)
|
||||
- @_ is now correctly evaluated inside of debugger console
|
||||
- $#foo is now correctly evaluated inside of debugger console
|
||||
- Default debug configuration is now automatically provided without
|
||||
the need to create a launch.json first (#103)
|
||||
- Add Option cacheDir to specify location of cache dir (#113)
|
||||
- Fix: Debugger outputted invalid thread reference causes "no such coroutine" message,
|
||||
so watchs and code from the debug console is not expanded properly
|
||||
- Fix: LanguageServer hangs when multiple request send at once from VSCode to LanguageServer
|
||||
- Fix: cwd parameter for debugger in launch.json had no effect (#99)
|
||||
- Fix: Correctly handle paths with drive letters on windows
|
||||
- Fix: sshArgs parameter was not declared as array (#109)
|
||||
- Disable syntax check on windows, because it blocks the whole process when running on windows,
|
||||
until handling of childs processes is fixed
|
||||
- Fixed spelling (#86,#96,#101) [chrstphrchvz,davorg,aluaces]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 03:08:24 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Perl-LanguageServer
|
||||
Name: perl-Perl-LanguageServer
|
||||
Version: 2.2.0
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Language Server and Debug Protocol Adapter for Perl
|
||||
License: Artistic-2.0
|
||||
|
||||
Reference in New Issue
Block a user