radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
21 stars 2 forks source link

Run tests and linting on CI #126

Closed angelcaru closed 2 months ago

Almas-Ali commented 2 months ago

Use make commands inside everywhere you need. This will be easy to maintain.

angelcaru commented 2 months ago

I was hoping we could eventually migrate to just using test.py for everything since you're using make in such an unconventional way. Make isn't designed to write CLI tools.

Almas-Ali commented 2 months ago

We use make in industrial tools like this. You can also check some large Github repos as example.

angelcaru commented 2 months ago

I know, but in my opinion it is better to use an actual language like Python for writing such tools instead of a Makefile. Just my opinion