Vitor Medina Cruz

Results 13 comments of Vitor Medina Cruz

I had this problem today, when loading Metacello states that 'Gettext' don't exits. I just figure out what I was happening by looking at the Seaside Baseline and there there...

Ok, but that is missing from the documentation.

I mean, the title of the bug is misleading, the problem I wanted to show is that the wiki page that describe JSON and STON does not describe how to...

[How do I create "Edit this page" links in Jekyll?](https://github.com/jekyll/jekyll-help/issues/5) :)

Here is an working example of Edit this page: https://vitormcruz.github.io/

I am sorry for the delay, yes, I was just following the getting started instructions with a new created VM. On Fri, Nov 9, 2018 at 11:29 AM Guilherme Rezende...

I think isTestMethod: should delegate to TestCase. As a hotfix, I did this: | testCaseMethodsDefinedAsTests | aMethod numArgs isZero ifFalse: [ ^ false ]. testCaseMethodsDefinedAsTests := [ aMethod classBinding value...

It shouldn't execute only for classes shown in the browser?

I understand know the problem. I will try some stuff on another image in order to not break what I am doing know. On Wed, Aug 22, 2018 at 2:11...

Ok, I think SUnit is not as flexible as I though. The isTestClass is implemented into CompiledMethod class, but it does not delegates to it's contained class, that way subclasses...