treeform / puppy

Puppy fetches via HTTP and HTTPS
MIT License
184 stars 27 forks source link

Fix Nim 2.0.0 compile error caused by `_` variables #107

Closed fukusuket closed 10 months ago

fukusuket commented 10 months ago

Hello, Thank you so much for maintaining tool :) I created a fix PR for the issue below.

In Nim 2.0.0 released on August 1st, it seems that _ can no longer be used as a variable due to the following changes.

Currently, only the macOS code had _ usage, so I replaced it with x.

For this pull request, I have confirmed following:

I would appreciate it if you could review.

Regards,

treeform commented 10 months ago

Thanks this is great! Got to get 2.0 ready!

fukusuket commented 10 months ago

Thank you so much for quick review :)