Gabriel Omar Cotelli

Results 26 issues of Gabriel Omar Cotelli

`JSIfThenElse` ends up doing `(condition ? ifTrue : ifFalse)`, and this not works when you need to put several statements, or embed another if..else as the ifTrue or ifFalse branch....

Now that https://github.com/pharo-vcs/tonel/pull/100 is merged, and as it was discussed with @estebanlm we need to do the following in Iceberg: - Add some metadata to `.properties` file to indicate the...

Right now it's always `ZnSimplifiedServerTransactionEvent`. I'm implementing some metrics gathering on top of our APIs running on Zinc and I wanted to include one specific header in the simplified event....

Hi I've noticed some senders of `accept` in the codebase that are doing `asZnMimeType`. The accept headers can have the form: ``` Accept: text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8 ``` according to...

Take a look for example at: https://travis-ci.com/Mercap/JRPC/builds/115582560 If a package containing a trait is included in the list of packages considered for coverage an infinite recursion is generated: ``` RGMethodDefinition(RGElementDefinition)>>realClass...

bug
help wanted
Pharo
coverage

I'm having problems with the coverage reporting in some projects. Checkout for example https://api.travis-ci.org/v3/job/496164773/log.txt . This project has a huge number of classes and tests and the coveralls results file...

bug
coverage
travis-ci

Hi Sven, I've managed to run our builds using GitHub actions and running the test suite against several PostgreSQL versions. See for example: https://github.com/ba-st/Sagan/actions/runs/161071269 If this kind of setup is...

All GlorpTimedProxyReaperTest tests fails with the following error: `No descriptor for Object`.

It gives an error because one of the asserts is receiving an integer instead of a Boolean

######################### # 1 tests did not pass: # ######################### GlorpInflectorTest ✗ #testCamelToUnderscoreWithoutReverse (1002ms) TestFailure: Got 'free_b_s_d' instead of 'free_bsd'. GlorpInflectorTest(TestAsserter)>>assert:description:resumable: GlorpInflectorTest(TestAsserter)>>assert:description: GlorpInflectorTest(TestAsserter)>>assert:equals: at least on Pharo 8