issues
search
snoopyjc
/
pythonizer
Automatic translator from Perl to Python
https://snoopyjc.org/pythonizer/
Artistic License 2.0
12
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Operator //= not recognized
#367
papoteur-mga
opened
1 year ago
0
Dynamically created regular expressions need to be converted at runtime from perl style to python style
#366
snoopyjc
opened
1 year ago
1
Popping an arrayref off an array and pushing that to another array generates incorrect code
#365
snoopyjc
opened
1 year ago
0
Assigning a list of variables to () generates bad code
#364
snoopyjc
opened
1 year ago
0
Pattern style range operator no longer works if a simple string pattern is used
#363
snoopyjc
closed
1 year ago
1
C-style for loop with ++j may generate bad code
#362
snoopyjc
closed
1 year ago
1
Symbolic reference not generating proper code
#361
snoopyjc
closed
1 year ago
2
Subpackage with the same name as any parent package causes the module to overwrite the parent namespace
#360
snoopyjc
closed
1 year ago
2
Referencing an array element that doesn't exist shouldn't create it
#359
snoopyjc
closed
1 year ago
1
Bad code generated for ' 'x$pad operation
#358
snoopyjc
closed
1 year ago
2
A conditional IO::File open fails as it calls open_ instead
#357
snoopyjc
closed
1 year ago
1
Conditionally assigned arrayref is being incorrectly initialized to an empty array instead of undef
#356
snoopyjc
closed
1 year ago
1
undef being interpolated in string as None instead of '' if coming from arrayref or hashref
#355
snoopyjc
closed
1 year ago
1
defined on an arrayref gives error on get operation
#354
snoopyjc
closed
1 year ago
1
Methods with multiple out parameters are not properly handled
#353
snoopyjc
closed
1 year ago
1
Pattern match with variable sub-pattern doesn't create the match variable
#352
snoopyjc
closed
1 year ago
1
sort that looks like a sub call generates incorrect code
#351
snoopyjc
closed
1 year ago
1
Handle dynamic require statement in eval
#350
snoopyjc
closed
1 year ago
1
Initializing a %hash with a qw(...) causes it to be an array
#349
snoopyjc
closed
1 year ago
1
Copies of @_ need to be autovivified
#348
snoopyjc
closed
1 year ago
1
Converting a class object to a string should change '.' to '::'
#347
snoopyjc
closed
1 year ago
1
Array to Hash map idiom generates bad code
#346
snoopyjc
closed
1 year ago
1
Diamond operator with python keyword as file handle generates bad code
#345
snoopyjc
closed
1 year ago
1
Simple regex substitute generates bad code
#344
snoopyjc
closed
1 year ago
1
The number of generated chunk exceeed 2048
#343
snoopyjc
closed
1 year ago
1
%+ hash is not available
#342
snoopyjc
closed
1 year ago
1
Bogus [Perlscan-S5450]: Unterminated string starting at line XX
#341
snoopyjc
closed
1 year ago
1
Substitute in elsif generates bad code
#340
snoopyjc
closed
1 year ago
1
Use of uninitialized value in string eq at ../../Perlscan.pm line 9614, <SYSIN> line 304.
#339
snoopyjc
closed
1 year ago
1
Use of uninitialized value $class in string eq at ../../Pythonizer.pm line 2171
#338
snoopyjc
closed
1 year ago
1
Time::HiRes::alarm doesn't work at all
#337
snoopyjc
closed
1 year ago
1
Assigning a string to a signal handler generates incorrect code unless the string is IGNORE or DEFAULT
#336
snoopyjc
closed
1 year ago
1
$( and $) give errors in the generated code on unix
#335
snoopyjc
closed
1 year ago
1
Bad code is generated for complex ++ operation
#334
snoopyjc
closed
1 year ago
1
@$fbav = (undef) x $value; generates bad code
#333
snoopyjc
closed
1 year ago
1
Implement use warnings FATAL => qw(numeric);
#332
snoopyjc
closed
1 year ago
1
Change errors for use overload ++ / -- to warnings
#331
snoopyjc
closed
1 year ago
2
Implement use overload int
#330
snoopyjc
closed
1 year ago
1
$var = eval {...} or $^W && warn $@; generates bad code
#329
snoopyjc
closed
1 year ago
1
Using the -M flag causes several test cases to fail
#328
snoopyjc
opened
1 year ago
0
List with hashes generates bad code
#327
snoopyjc
closed
1 year ago
1
Hashref interpolated into string generates bad code
#326
snoopyjc
closed
1 year ago
1
If a BEGIN block is defined before a use statement, the use statement is still run first
#325
snoopyjc
closed
1 year ago
2
Calling a method via a variable generates bad code
#324
snoopyjc
closed
1 year ago
1
UnboundLocalError: local variable '_m' referenced before assignment
#323
snoopyjc
closed
1 year ago
1
Nested anonymous sub that contains a while loop with an array assignment can generate bad code
#322
snoopyjc
closed
1 year ago
1
Hash slice on LHS with @$aref generates bad code
#321
snoopyjc
closed
1 year ago
1
Defining a sub with a fully qualified package name generates bad code
#320
snoopyjc
closed
1 year ago
1
tie with package name containing :: generates bad code
#319
snoopyjc
closed
1 year ago
1
eval {...} if... generates bad code if the line starts with eval
#318
snoopyjc
closed
1 year ago
1
Next