| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@qingshi163 can sre-engine be used as an indepdendent crate out of RustPython? If not, how about putting it in this repository as rustpython-sre-engine? |
Sorry, something went wrong.
sure |
Sorry, something went wrong.
| # sre-engine = "0.4.1" | ||
| # to work on sre-engine locally or git version | ||
| # sre-engine = { git = "https://github.com/RustPython/sre-engine", rev = "refs/pull/14/head" } | ||
| sre-engine = { git = "https://github.com/RustPython/sre-engine", rev = "refs/pull/17/head" } |
There was a problem hiding this comment.
I am sorry to forget about this. update to recent release of sre-engine or import the source code here?
Sorry, something went wrong.
There was a problem hiding this comment.
Can you move the repr to rustpython-sre-engine.
Sorry, something went wrong.
There was a problem hiding this comment.
I am going to import sre_engine in #5202
Sorry, something went wrong.
|
@qingshi163 other clippy errors looks mostly false positive or trivial. But could you check if clippy::never_loop one is intended or not? |
Sorry, something went wrong.
The loop of valued break is needed for performance issue, we just need to ignore the warning |
Sorry, something went wrong.
template_compile template_expand subx
There was a problem hiding this comment.
Let's remove unused code blocks or add a TODO note to share why they are left as commented.
Sorry, something went wrong.
|
Please revert the deletion once it is required |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
RustPython/sre-engine#17