Kasper Østerbye

Results 82 comments of Kasper Østerbye

This seems still to be the case. You can fix it next time you touch the baseline @Ducasse

This is from nearly a year ago, and Microdown seems to be changing. Here is my translations of your comments above: "parser parse: '{}'" is the same as parser :=...

As I guessed, I solved the issue, see #954. It turns out that the { ... } is not working on: source := '{ "authors" : "S. Ducasse" , "title"...

There is no explicit precondition in `asMutator`. The implicit one is: `self preCondition: [self isSelector & self isBinary not]` I personally believe this implicit precondition follows from the comment: `Return...

Notice @labordep, your issue was moved to the source of the code you mentioned

The information you have given is unclear. The two versions compile. What is the error you try to state. Something in your doSomething: method?

They use two different algorithms: A) -4 to: 4 by: 0.1 do: uses a loop with N := -4. N := N + 0.1 in each iteration. Due to floating-point...

And strangely the example fails also on "Microdown asRichText: '#### Some existing Ob..." (the same text). But that is because there is a failure if a table row ends like...

Raised my part as 952, fixed it in 953