Dan Aloni

Results 18 issues of Dan Aloni

The test from #4 can be made accessible with - ``` cargo test --all-features ``` This PR adds the test. It still fails, however.

I'm trying to run Vint (0.3.19) on `syntax/rust.rs` from [rust.vim](https://github.com/rust-lang/rust.vim): ```vim syn match rustIdentifier contains=rustIdentifierPrime "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained ``` I'm getting: ``` [{"line_number": 57, "description": "E492: Not an editor command:...

Suppose I have the following: ```rust #[wasm_bindgen(module = "/js/some-rollup.js")] extern "C" { // ... various stuff here ... } ``` And `some-rolleup.js` is a JS rollup that ends in the...

question

Currently with latest - `ctor v0.1.21`. this reproduces quite reliably. ```rust #[test] fn a() {} #[test] fn b() {} #[test] fn c() {} #[test] fn d() {} #[ctor::dtor] fn after_all()...

Maybe `git-interactive-rebase-tool` can show errors in case there would be merge errors, even before the user has exited and saved the editor to continue the rebase. See example in [da-x/depree:...

enhancement
blocked

Currently, the reflector in Interact limits the amount of data gathered for each entered expression in `interact_prompt`. This serves to prevent terminal overflow when trying to print large amount of...

enhancement