Here is the full error, just running owl init then owl check. I am on macOS as it happens.
thread 'main' (2323990) panicked at /Users/USER/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owl-write-0.5.0/src/core/checks.rs:196:18:
valid regex: Syntax(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
regex parse error:
\b)\b
^
error: unopened group
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
owl -V gives me owl 0.5.0
This is the repo it happens on : https://git.sr.ht/~asibahi/site .
Here is the full error, just running `owl init` then `owl check`. I am on macOS as it happens.
```
thread 'main' (2323990) panicked at /Users/USER/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owl-write-0.5.0/src/core/checks.rs:196:18:
valid regex: Syntax(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
regex parse error:
\b)\b
^
error: unopened group
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
`owl -V` gives me `owl 0.5.0`
---
This is the repo it happens on : https://git.sr.ht/~asibahi/site .