André Santos

Results 101 comments of André Santos

I'm also in favor of using testify. Right now there are a couple of problems with our tests that testify (or a similar library) could help us solve: - We...

I can't see that error specifically, only [this one](https://github.com/exercism/go/runs/5710819350?check_suite_focus=true): ```console Error: tmp/lint/concept/panic_recover/panic_recover_test.go:43:2: undeclared name: `fmt` (typecheck) fmt.Println(val) ^ Error: tmp/lint/concept/panic_recover/panic_recover_test.go:41:3: val declared but not used (typecheck) val := CreatePanic(tt.name, len(tt.name))...

@myworkcircle It has been a few days since the last update to this PR. Are you still working on this? Can we help with anything? I'm just asking to know...

@myworkcircle No problem, thanks for letting us know. We won't assign it to anyone for now, so feel free to come back at any time. To test for panics, maybe...

Hi! Thanks for taking the time to write an issue. Maybe I'm missing something, but I don't see the issue. Tests 14 and 15 for me are these ones: https://github.com/exercism/go/blob/9ecfb014112598afd9f2d77c12e2ee46dc711d37/exercises/concept/cars-assemble/cars_assemble_test.go#L147-L156...

If you are detecting the error in a particular solution, yes, please post the solution here.

@jewthon Sure, no problem, take your time! If you believe the problem might be with your solution, you can ask for mentoring and a mentor will help you see if...

The PR mentioned (#2160) was merged now. This issue should now be solved.

The more I look into it, I think it might simplify things for us actually. Specially the dependencies around tests, it means we can have more standard ways to write...