issues
search
konchunas
/
pyrs
Python to Rust transpiler
MIT License
523
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Escaped characters within strings are translated to literal characters
#36
MattMills
opened
2 years ago
0
Decorators
#35
theRealProHacker
opened
2 years ago
0
Generate borrowed parameters for functions
#34
gabrielfior
opened
2 years ago
0
Generate derive statements on transpiled Rust code
#33
gabrielfior
opened
2 years ago
0
Using pyrs with monkeytype for type inference
#32
flip111
opened
2 years ago
0
Enums are not properly converted
#31
KOLANICH
opened
3 years ago
2
Destructuring assignments from a function return value must have square brackets, not round ones
#30
KOLANICH
opened
3 years ago
0
__slots__ are not properly converted
#29
KOLANICH
opened
3 years ago
0
Class static variables are not properly converted
#28
KOLANICH
opened
3 years ago
0
Function docstrings are not properly converted
#27
KOLANICH
opened
3 years ago
0
Dot within type annotatiins should be replaced with double colon
#26
KOLANICH
opened
3 years ago
0
Added escaping of quotes
#25
KOLANICH
closed
2 years ago
0
Fixed unmatched braces in with in some border cases.
#24
KOLANICH
closed
2 years ago
0
Quotes within strings are not escaped properly
#23
KOLANICH
closed
2 years ago
0
The tool outputs de-formatted sources
#22
KOLANICH
opened
3 years ago
1
Moved the metadata into setup.cfg
#21
KOLANICH
opened
3 years ago
0
setup.py: Use available PyPI name python-rs
#20
jayvdb
closed
3 years ago
0
Move CLI code into package
#19
jayvdb
closed
3 years ago
2
Restore py14 + tests
#18
adsharma
opened
3 years ago
0
Tests?
#17
adsharma
closed
3 years ago
4
PyPI conflict
#16
jayvdb
closed
3 years ago
6
TypeError: sequence item 0: expected str instance, NoneType found
#15
dpriskorn
opened
4 years ago
1
Handle translation of range/xrange with non-unit step
#14
molysgaard
closed
4 years ago
0
Translate 'a is b' to 'a == b'. Eg. 'a is None' -> 'a == None'
#13
molysgaard
closed
4 years ago
1
Fix bug when translating binary math operators.
#12
molysgaard
closed
4 years ago
0
Rename identifiers that are reserved keywords in Rust
#11
virtualritz
closed
4 years ago
3
Writing a research paper on the subject
#10
hegza
opened
4 years ago
8
handle raise with no exception listed
#9
JoshMcguigan
closed
4 years ago
1
Add setup.py
#8
ghost
closed
5 years ago
3
setup.py question
#7
ghost
closed
5 years ago
2
Can it bootstrap?
#6
zaoqi
closed
5 years ago
1
sequence item 1: expected str instance, NoneType found, this time for a tuple
#5
db48x
closed
5 years ago
0
expected str instance, NoneType found while visiting a function call that passes None as an argument
#4
db48x
closed
5 years ago
1
Add basic support for "with", so code inside the with block can be tr…
#3
ghuls
closed
5 years ago
4
Using generics instead of type inference on structs and functions
#2
ghost
opened
5 years ago
3
Removed unnecessary semi colons in source code and improved println! output
#1
ghost
closed
4 years ago
5