Results 118 comments of Denis Kudriashov

Did you see bold section "Contribution (Pharo 7 and higher)" in readme?

All development is accumulated in dev branch through PRs. When we decide that it is time for release we push dev to master and create a new release tag. In...

I think it has value. For example loading master gives you latest stable release.

I wonder about your No. It sounds like I ask you how it works and you explain me how. But it seems I am explaining you how it is done...

This is a strange design change. You moved out the variable from the scope of its users: - it is now defined in Kernel Process - but all accessors/management still...

I see the duplication exists in recently copied class MorphicCoreUIManager. But it seems it is not used anywhere. Why it was introduced this way (copy paste) that is the issue.

> > This is a strange design change. You moved out the variable from the scope of its users: > > ``` > > * it is now defined in...

> This changes does not make it more ulgy, but it gives time to think architectural changes that are more complex. I dont really see how the moving of Morphic...

> How terrible is that! It could be done with a callback and configuring the exception to do something special when the display is on and not calling the display...

> ``` > unhandledErrorAction > "No one has handled this error, then I gave them a chance to decide how to debug it and I raise an UnhandledError. But it...