Marcelo Henrique Neppel

Results 15 issues of Marcelo Henrique Neppel

Remove tables setup on test that don't need them, like the ones that just use values declared in variables and function parameters inside the tests.

Implement r.reduce(sequence, function) → value.

Implement r.round(number) → number.

Implement r.ceil(number) → number.

Implement r.floor(number) → number.

Fix run(Connection c, [globalOptargs]).

Implement r.contains(sequence, [value | predicate_function, ...]) → bool.