You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boot development task that worked in 2.7.2 now has problem: changes to resources are not seen anymore.
E.g. when I (slurp (io/resource "issue/core.clj")) and then edit core.clj and evaluate (slurp (io/resource "issue/core.clj")) again, it doesn't see the changes. This is somehow related to the sift task. If I uncomment this line https://github.com/borkdude/boot-sift-issue/blob/master/build.boot#L33 then it works in 2.8.0. It worked in 2.7.2.
Why do I need this to work:
I need to see changes to resources, because I load queries from .sql files using HugSQL.
E.g.
Problem Description
Boot development task that worked in 2.7.2 now has problem: changes to resources are not seen anymore.
E.g. when I
(slurp (io/resource "issue/core.clj"))
and then editcore.clj
and evaluate(slurp (io/resource "issue/core.clj"))
again, it doesn't see the changes. This is somehow related to thesift
task. If I uncomment this line https://github.com/borkdude/boot-sift-issue/blob/master/build.boot#L33 then it works in 2.8.0. It worked in 2.7.2.Why do I need this to work:
I need to see changes to resources, because I load queries from
.sql
files using HugSQL.E.g.
When I change
query.sql
I want to be able to re-eval that expression and use the new queries.Steps to reproduce
Reproducible example:
https://github.com/borkdude/boot-sift-issue/tree/master
Platform details
Platform (macOS, Linux, Windows): macOS
Platform version: High Sierra
JRE/JDK version (
java -version
): "1.8.0_45"Boot details
Boot version: 2.8.0
build.boot
present? (yes/no): yes~/.boot/profile
present? (yes/no): noTask name? (if applicable): dev/sift
Please also provide the contents of
build.boot
and~/.boot/profile
(if applicable).See: https://github.com/borkdude/boot-sift-issue/tree/master
The text was updated successfully, but these errors were encountered: