graalvm / simplelanguage

A simple example language built using the Truffle API.
http://openjdk.java.net/projects/graal/
Universal Permissive License v1.0
608 stars 198 forks source link

Migrate copy script to Python 3 #99

Closed lucaswerkmeister closed 4 years ago

lucaswerkmeister commented 4 years ago

Done automatically with 2to3 -wn copy_from_graal.py, then the shebang was updated manually. Further manual adjustments seem to be unnecessary: the script works, and I don’t see anything else that should be updated.

However, to ensure the shebang actually has an effect, also make the script executable.

graalvmbot commented 4 years ago

Hello Lucas Werkmeister, thanks for contributing a PR to our project!

We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address mail -(at)- lucaswerkmeister -(dot)- de. You can sign it at that link.

If you think you've already signed it, please comment below and we'll check.

lucaswerkmeister commented 4 years ago

I’ve been told the OCA was processed now, @graalvmbot please check again? :)

lucaswerkmeister commented 4 years ago

Looks like in the meantime the copy_from_graal.py script was removed completely in #101.