Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ERROR: src is not part of root path: src= root=" when using --watch and --bundle options on windows #672

Closed
espinosa opened this issue Feb 23, 2024 · 2 comments

Comments

@espinosa
Copy link

2.12.8 OK
2.12.9 no exe in asset
v2.19.10 cannot start, exit
v2.20.0 cannot start, exit
v2.20.1 cannot start, exit
2.20.12 ERROR: src is not part of root path: src= root=
2.20.17 ERROR: src is not part of root path: src= root=

Maybe this bug was introduced with the version 2.12.9
The message is displayed on the first change of an input file once the command is running, not at the startup

@tdewolff
Copy link
Owner

Thanks, should be fixed now!

@espinosa
Copy link
Author

Gracias Taco por su reactividad!

kodiakhq bot pushed a commit to cloudquery/codegen that referenced this issue Mar 1, 2024
)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/tdewolff/minify/v2](https://togithub.com/tdewolff/minify) | indirect | patch | `v2.20.16` -> `v2.20.18` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>tdewolff/minify (github.com/tdewolff/minify/v2)</summary>

### [`v2.20.18`](https://togithub.com/tdewolff/minify/releases/tag/v2.20.18)

[Compare Source](https://togithub.com/tdewolff/minify/compare/v2.20.17...v2.20.18)

-   [cmd: fix --watch functionality,](https://togithub.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [fixes](https://togithub.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [tdewolff/minify#672

### [`v2.20.17`](https://togithub.com/tdewolff/minify/releases/tag/v2.20.17)

[Compare Source](https://togithub.com/tdewolff/minify/compare/v2.20.16...v2.20.17)

-   [cmd: output statistics now have fixed length, removing dependency on go-humanize](https://togithub.com/tdewolff/minify/commit/f27fd34c5315594bcb80c2d3f75b617925415d32)
-   [cmd: choose newest atime/mtime to preserve timestamps when using --bundle; allow setting preserve with --bundle; add warnings when ownership/permissions differ between input files when using --bundle; see](https://togithub.com/tdewolff/minify/commit/6b9175d2baee924112fab94ff601547d7fb99bbf) [tdewolff/minify#671
-   [cmd: don't preserve parent directories for --bundle, see](https://togithub.com/tdewolff/minify/commit/c754bf52bd6cf6ea65ce52d88204e37aebd0228d) [tdewolff/minify#671
-   [HTML: keep original attribute quote for all attributes,](https://togithub.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [fixes](https://togithub.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [tdewolff/minify#670
-   [JS: fix precedence of OptionalChaining expression](https://togithub.com/tdewolff/parse/commit/3b2a162fdb5403e0e8fd3e120da653375f970265)
-   [JS: fix parsing of 'export default expr' where expression can only be an assignment expression](https://togithub.com/tdewolff/parse/commit/3381c44c56c03890f434f45d0ecca109ffe6a24b)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kodiakhq bot pushed a commit to cloudquery/filetypes that referenced this issue Mar 1, 2024
)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/tdewolff/minify/v2](https://togithub.com/tdewolff/minify) | indirect | patch | `v2.20.16` -> `v2.20.18` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>tdewolff/minify (github.com/tdewolff/minify/v2)</summary>

### [`v2.20.18`](https://togithub.com/tdewolff/minify/releases/tag/v2.20.18)

[Compare Source](https://togithub.com/tdewolff/minify/compare/v2.20.17...v2.20.18)

-   [cmd: fix --watch functionality,](https://togithub.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [fixes](https://togithub.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [tdewolff/minify#672

### [`v2.20.17`](https://togithub.com/tdewolff/minify/releases/tag/v2.20.17)

[Compare Source](https://togithub.com/tdewolff/minify/compare/v2.20.16...v2.20.17)

-   [cmd: output statistics now have fixed length, removing dependency on go-humanize](https://togithub.com/tdewolff/minify/commit/f27fd34c5315594bcb80c2d3f75b617925415d32)
-   [cmd: choose newest atime/mtime to preserve timestamps when using --bundle; allow setting preserve with --bundle; add warnings when ownership/permissions differ between input files when using --bundle; see](https://togithub.com/tdewolff/minify/commit/6b9175d2baee924112fab94ff601547d7fb99bbf) [tdewolff/minify#671
-   [cmd: don't preserve parent directories for --bundle, see](https://togithub.com/tdewolff/minify/commit/c754bf52bd6cf6ea65ce52d88204e37aebd0228d) [tdewolff/minify#671
-   [HTML: keep original attribute quote for all attributes,](https://togithub.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [fixes](https://togithub.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [tdewolff/minify#670
-   [JS: fix precedence of OptionalChaining expression](https://togithub.com/tdewolff/parse/commit/3b2a162fdb5403e0e8fd3e120da653375f970265)
-   [JS: fix parsing of 'export default expr' where expression can only be an assignment expression](https://togithub.com/tdewolff/parse/commit/3381c44c56c03890f434f45d0ecca109ffe6a24b)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kodiakhq bot pushed a commit to cloudquery/plugin-pb-go that referenced this issue Mar 1, 2024
)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/tdewolff/minify/v2](https://togithub.com/tdewolff/minify) | indirect | patch | `v2.20.16` -> `v2.20.18` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>tdewolff/minify (github.com/tdewolff/minify/v2)</summary>

### [`v2.20.18`](https://togithub.com/tdewolff/minify/releases/tag/v2.20.18)

[Compare Source](https://togithub.com/tdewolff/minify/compare/v2.20.17...v2.20.18)

-   [cmd: fix --watch functionality,](https://togithub.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [fixes](https://togithub.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [tdewolff/minify#672

### [`v2.20.17`](https://togithub.com/tdewolff/minify/releases/tag/v2.20.17)

[Compare Source](https://togithub.com/tdewolff/minify/compare/v2.20.16...v2.20.17)

-   [cmd: output statistics now have fixed length, removing dependency on go-humanize](https://togithub.com/tdewolff/minify/commit/f27fd34c5315594bcb80c2d3f75b617925415d32)
-   [cmd: choose newest atime/mtime to preserve timestamps when using --bundle; allow setting preserve with --bundle; add warnings when ownership/permissions differ between input files when using --bundle; see](https://togithub.com/tdewolff/minify/commit/6b9175d2baee924112fab94ff601547d7fb99bbf) [tdewolff/minify#671
-   [cmd: don't preserve parent directories for --bundle, see](https://togithub.com/tdewolff/minify/commit/c754bf52bd6cf6ea65ce52d88204e37aebd0228d) [tdewolff/minify#671
-   [HTML: keep original attribute quote for all attributes,](https://togithub.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [fixes](https://togithub.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [tdewolff/minify#670
-   [JS: fix precedence of OptionalChaining expression](https://togithub.com/tdewolff/parse/commit/3b2a162fdb5403e0e8fd3e120da653375f970265)
-   [JS: fix parsing of 'export default expr' where expression can only be an assignment expression](https://togithub.com/tdewolff/parse/commit/3381c44c56c03890f434f45d0ecca109ffe6a24b)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kodiakhq bot pushed a commit to cloudquery/plugin-sdk that referenced this issue Mar 1, 2024
…1546)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/tdewolff/minify/v2](https://togithub.com/tdewolff/minify) | indirect | patch | `v2.20.16` -> `v2.20.18` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>tdewolff/minify (github.com/tdewolff/minify/v2)</summary>

### [`v2.20.18`](https://togithub.com/tdewolff/minify/releases/tag/v2.20.18)

[Compare Source](https://togithub.com/tdewolff/minify/compare/v2.20.17...v2.20.18)

-   [cmd: fix --watch functionality,](https://togithub.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [fixes](https://togithub.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [tdewolff/minify#672

### [`v2.20.17`](https://togithub.com/tdewolff/minify/releases/tag/v2.20.17)

[Compare Source](https://togithub.com/tdewolff/minify/compare/v2.20.16...v2.20.17)

-   [cmd: output statistics now have fixed length, removing dependency on go-humanize](https://togithub.com/tdewolff/minify/commit/f27fd34c5315594bcb80c2d3f75b617925415d32)
-   [cmd: choose newest atime/mtime to preserve timestamps when using --bundle; allow setting preserve with --bundle; add warnings when ownership/permissions differ between input files when using --bundle; see](https://togithub.com/tdewolff/minify/commit/6b9175d2baee924112fab94ff601547d7fb99bbf) [tdewolff/minify#671
-   [cmd: don't preserve parent directories for --bundle, see](https://togithub.com/tdewolff/minify/commit/c754bf52bd6cf6ea65ce52d88204e37aebd0228d) [tdewolff/minify#671
-   [HTML: keep original attribute quote for all attributes,](https://togithub.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [fixes](https://togithub.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [tdewolff/minify#670
-   [JS: fix precedence of OptionalChaining expression](https://togithub.com/tdewolff/parse/commit/3b2a162fdb5403e0e8fd3e120da653375f970265)
-   [JS: fix parsing of 'export default expr' where expression can only be an assignment expression](https://togithub.com/tdewolff/parse/commit/3381c44c56c03890f434f45d0ecca109ffe6a24b)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants