Skip to content

Implement the 'ascii' method #1179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
windelbouwman opened this issue Jul 25, 2019 · 2 comments · Fixed by #1181
Closed

Implement the 'ascii' method #1179

windelbouwman opened this issue Jul 25, 2019 · 2 comments · Fixed by #1181
Labels
E-help-wanted Extra attention is needed good first issue Good for newcomers

Comments

@windelbouwman
Copy link
Contributor

windelbouwman commented Jul 25, 2019

Currently we are lacking the ascii builtin method.

This is a good starting issue. Go ahead, and try to modify vm/src/builtins.rs as you see fit!

@windelbouwman windelbouwman added E-help-wanted Extra attention is needed good first issue Good for newcomers labels Jul 25, 2019
@corona10
Copy link
Contributor

corona10 commented Jul 26, 2019

@windelbouwman
Looks like it's essentially implementing PyObject_ASCII.
I am going to work!
Can I take a look?

@windelbouwman
Copy link
Contributor Author

Sure! Good luck! May the source be with you ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-help-wanted Extra attention is needed good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants