Paulo F. Oliveira

Results 152 comments of Paulo F. Oliveira

👍 In `erlang_ls`' `els_utils.erl` you'll already find references (in Erlang) to both mentioned distance algo.s: [Jaro](https://github.com/erlang-ls/erlang_ls/blob/9aeb824419bbf7344008acebb62dcf5f233a5dab/apps/els_core/src/els_utils.erl#L517) and [Damerau-Levenshtein](https://github.com/erlang-ls/erlang_ls/blob/main/apps/els_core/src/els_utils.erl#L481). Maybe worth a look (?) Fwiw, I'd very much like to see...

@ferd, did you eventually get around to this one? Cheers.

Sure, no hurry, I understand how it goes. Was just gently bumping 😄

I didn't mean to make it specific, so it's possible something's off. Is this running on `rebar3` itself after bootstrap? **Edit**: it's possible I'm only picking up stuff from `rebar.config`...

Pushed fd487a92 with a minor change in implementation: the CLI takes precedence over the `.config`. # Results Results are as follows. Below: * **CLI** is equivalent to `--verbose=true/false` * (or...

> I think this may need to be fixed at the cth_readable level though, tricky one to see. I can look at this when I have some time. Otherwise I...

I can't seem to replicate this, though I'll keep trying. Here's an example output ``` %%% a_SUITE: ** %%% b_SUITE: .. %%% c_SUITE: ** Skipped 4 (4, 0) tests. Passed...

Something seems kinda broken already with `rebar3` (below is execution for 3.22.1): ``` %%% rebar3_test_SUITE: .%%% rebar3_test_SUITE ==> files_empty_ok: OK .%%% rebar3_test_SUITE ==> files_fish_nok: OK .%%% rebar3_test_SUITE ==> opt_color_auto: OK...

I've gotten to a point (with some control flags) where stuff in the compact shell looks like ``` % (`verbose=true`) Testing extras.mylib: Starting test, 8 test cases %%% a_SUITE: Testing...

@ferd, I'm revisiting this, but am not in a hurry to get it reviewed. I just had it in my TODO and wanted to not forget it. Current results follow....