Gustavo Avena

Results 20 comments of Gustavo Avena

Sucesso! Por mim não tem urgência nenhuma, só queria informar o bug mesmo... Valeu pela atenção @guaycuru!

Não sei se ajuda, mas eu notei que na árvore* a quantidade de eletivas tá correta... O problema está somente na integralização. *Quando eu abri esse bug, eu falei árvore...

Só uma atualização: parece que apesar o problema não foi resolvido, mas mudou. Agora a disciplina MC521 é contabilizada nos meus créditos eletivos, mas a disciplina MC886 não é. O...

I recently bumped into this bug as well and was going to open an issue. I tested a few cases and noticed what works and what doesn't work. In the...

Friendly ping for @georgefst. Would you mind doing an initial review when you have some time? 🙂

Fixed the YAML config file parsing for my new option. AFAIK, the only remaining work (besides comments from review) is to add another test case in a 3rd commit.

When writing some test cases I ended up finding a bug in the implementation. Apparently, it can't properly break function arguments when they're over 80 characters long. Here are some...

I was actually able to find the place that I think `switchLayout` is used for the arguments list in the function definition. I just put up [a 3rd commit](https://github.com/fourmolu/fourmolu/pull/102/commits/6c75dc7c4e7cb0530508a222fda150beaf737685) with...

I actually found a bug in this implementation that breaks idempotence in some cases... Since idempotence is an important property for a formatter, I don't want to ship this without...

I tested fourmolu with this option in thousands of files and found out that this isn't a big idempotence issue because it has a stopping point. i.e. the formatter won't...