blues1875
blues1875
tidyWrapper.pl doesn't inspect the value of $error_flag returned by perltidy. If .perltidyrc contains the switch -st, then on formatting the document, $error_flag contains the value 1 and $stderr contains the...
In a similar vein to issue #1014, this code generates severity 4 and severity 2 warnings, respectively: ``` package main 1.0; use 5.0038; use strict; use experimental qw(try); try {...
The $workspaceFolder variable is already available for use in include paths. Would it be possible to allow the use of other predefined variables? I would find $fileDirname to be useful.
The module fails on build tests under perl 5.36 on Windows 10. The test ``` ok dir()->absolute->resolve, dir(Cwd::cwd())->resolve; ``` from file `01-basic.t` fails with the error ``` Can't call method...