ssadler / hawk

Awk for Hoodlums
BSD 3-Clause "New" or "Revised" License
35 stars 2 forks source link

accept file arguments #52

Closed gelisam closed 11 years ago

gelisam commented 11 years ago

file arguments were broken by #40, we should bring them back.

ssadler commented 11 years ago

Hmm... When was this actually needed?

gelisam commented 11 years ago

I never used it either. I opened this issue not because I needed the feature, but because we inherited this feature from hsp and one of my changes broke it.

melrief commented 11 years ago

I never used it either. It is from awk, that supports files as input. I think that loading a file directly in haskell instead of pipeline it can be faster and that's the only reason.

gelisam commented 11 years ago

Wow, nobody is using this, yet we religiously kept it alive?

Next time I accidentally break it, I suggest leaving it broken until a user complains :)