Re: [racket-users] New version of file-watchers

2019-08-31 Thread Stephen De Gabrielle
Awesome -thank you for releasing this.

s.


On Wed, Aug 28, 2019 at 11:30 PM Sage Gerard  wrote:

> Version 0.2 of the file monitoring package file-watchers is about to
> drop. Here's a PR for public review. There are no contributors, so I plan
> to merge in 48 hours if there is no feedback. Otherwise I'll play it by
> ear. https://github.com/zyrolasting/file-watchers/pull/4
>
> The new release upgrades the CLI and the public API. Highlights:
>
>- The CLI provides cleaner feedback on what ends the process.
>- All file monitoring approaches can now target individual files as
>well as directories. Earlier only directories could be specified, which
>make it hard to ignore files.
>- (watch-directories) is deprecated in favor of (watch), which
>supports files and directories. The former will be removed after Jan 1st
>2020.
>
> *~slg*
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/GDZKfX5RNbeKTSVXJg7DaBOp9MqBqz84s_-fuZ8reIHqUr1ewKclTSq7VDq8kYq17Bc466KH85pRVh6QD_r6T1C8MDRdWqFfYS_-Jfby9wQ%3D%40sagegerard.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAGHj7-KATVg-Ha7yqgk9o2iQ7N2806HK2mwai0Eo-_Mj%3DJ10sg%40mail.gmail.com.


[racket-users] New version of file-watchers

2019-08-28 Thread Sage Gerard
Version 0.2 of the file monitoring package file-watchers is about to drop. 
Here's a PR for public review. There are no contributors, so I plan to merge in 
48 hours if there is no feedback. Otherwise I'll play it by ear. 
https://github.com/zyrolasting/file-watchers/pull/4

The new release upgrades the CLI and the public API. Highlights:

- The CLI provides cleaner feedback on what ends the process.
- All file monitoring approaches can now target individual files as well as 
directories. Earlier only directories could be specified, which make it hard to 
ignore files.
- (watch-directories) is deprecated in favor of (watch), which supports files 
and directories. The former will be removed after Jan 1st 2020.

~slg

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/GDZKfX5RNbeKTSVXJg7DaBOp9MqBqz84s_-fuZ8reIHqUr1ewKclTSq7VDq8kYq17Bc466KH85pRVh6QD_r6T1C8MDRdWqFfYS_-Jfby9wQ%3D%40sagegerard.com.