lunduniversity / introprog-scalalib

Scala library with simple-to-use utilites for students of introductory programming. http://cs.lth.se/pgk/api
BSD 2-Clause "Simplified" License
60 stars 13 forks source link

Update WSL detection to use introprog.IO instead of grep. fix #29 #30

Closed sadphi closed 2 years ago

sadphi commented 2 years ago

Small change to function isInProc() to use introprog.IO instead of running grep on the users system. See discussion in issue #29.

sadphi commented 2 years ago

I refactored the code to be in line with your suggestion. Let me know if I should adjust it further.