datacamp / shellwhat

https://shellwhat.readthedocs.io
GNU Affero General Public License v3.0
2 stars 8 forks source link

Building utility function to check existence and content of user-written files. #17

Closed gvwilson closed 6 years ago

gvwilson commented 6 years ago
machow commented 6 years ago

@gvwilson I'll try to take a look at all your PRs today.

Also, sorry, I should create a development doc somewhere on DataCamp for python version requirements. Most projects needs to be compatible with python 3.5, since that's what we're running currently. The literal sting interpolation syntax (f"") was introduced in python 3.6, so the tests fail on Travis CI.

edit: note that I can quickly change it to python 3.5 compatible syntax when I look today.

gvwilson commented 6 years ago

@machow thanks, and not urgent - at this point I doubt we'll be able to teach shell scripts in V1 of this lesson, so I'm preparing a second branch that has them writing loops in the command line instead. If that flies, they'll be generating all their files with > redirects, which means we can trust cmp to give an accurate answer.