Daniel Mitre
Daniel Mitre
Aparentemente isso foi causado no refatoramento 80acb699cc2c551b4786c2e59301ad87dcb1e5e
Thanks @jejoivanic, we will discuss about the licences before review this contribution.
I didn't find any reference to the regex syntax supported, but seems that `\d` isn't. Look at [this example](https://github.com/maciejhirsz/logos/blob/3f9239ab34ecee1c8ee469e31bf94bac6b5421de/tests/tests/advanced.rs#L4) how it captures different numeric types (always with `[0-9]`).
The generated MIR and Graph structures seems correct as far as I can tell. This is the minimal version I came up with that still have the bug: ```rust use...
I don't think any of `goto5_at1_ctx1_x` branches should be bumping anything, since only `goto3_ctx1_x` ensures the minimum mandatory parts of the subpattern `(e\+?0(_?0)*)`: ```rust #[inline] fn goto3_ctx1_x) { match lex.read::()...
The error seems to be that the header may be sampled out of the temporary created file: https://github.com/ltorgo/DMwR2/blob/c19cb08742040b245b1c5c03069ccbe5643aff72/R/utils.R#L213
I kept this as a draft because I don't know if I should include a CHANGELOG.md update in the PR
I saw this failed coming, but still can't replicate the failure in my local environment