omitted-path? makes publishing crash #185

Closed
opened 6 years ago by sorawee · 1 comments
sorawee commented 6 years ago (Migrated from github.com)

I have omitted-path? that says "ignore any path that has cache as a substring". When I raco pollen publish, I get the following:

match: no matching clause for #<path:/path/to/published/.sass-cache/107a9fc482cf75f3098d23a541c063e80932a2e2/app.scssc>
  location...:
   /path/to/pollen/pollen/private/command.rkt:169:2
  context...:
   /Applications/Racket v7.1/collects/racket/match/runtime.rkt:24:0: match:error
   loop
   /path/to/pollen/pollen/private/command.rkt:179:0: handle-publish
   /path/to/pollen/pollen/private/external/logging.rkt:46:0
   (submod "/path/to/pollen/pollen/private/command.rkt" raco): [running body]
   temp37_0
   for-loop
   run-module-instance!125
   "/Applications/Racket v7.1/collects/raco/raco.rkt": [running body]
   temp37_0
   for-loop
   run-module-instance!125
   "/Applications/Racket v7.1/collects/raco/main.rkt": [running body]
   temp37_0
   for-loop
   run-module-instance!125
   ...
I have `omitted-path?` that says "ignore any path that has `cache` as a substring". When I `raco pollen publish`, I get the following: ``` match: no matching clause for #<path:/path/to/published/.sass-cache/107a9fc482cf75f3098d23a541c063e80932a2e2/app.scssc> location...: /path/to/pollen/pollen/private/command.rkt:169:2 context...: /Applications/Racket v7.1/collects/racket/match/runtime.rkt:24:0: match:error loop /path/to/pollen/pollen/private/command.rkt:179:0: handle-publish /path/to/pollen/pollen/private/external/logging.rkt:46:0 (submod "/path/to/pollen/pollen/private/command.rkt" raco): [running body] temp37_0 for-loop run-module-instance!125 "/Applications/Racket v7.1/collects/raco/raco.rkt": [running body] temp37_0 for-loop run-module-instance!125 "/Applications/Racket v7.1/collects/raco/main.rkt": [running body] temp37_0 for-loop run-module-instance!125 ... ```
mbutterick commented 6 years ago (Migrated from github.com)

Thanks. That is fixed.

Thanks. That is fixed.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/pollen#185
Loading…
There is no content yet.