Astares

Results 118 comments of Astares

Do we have a lint rule already for not sending #printString in #printOn: methods ?

Returning a different result type could lead to side effects - we could also deprecate #vmDirectory who returns a string and provide a #virtualMachineDirectory returning a file reference instance

```Smalltalk inspectionHeaders: aBuilder ^ aBuilder newTable addColumn: (SpStringTableColumn title: 'Key' evaluated: [ :each | StObjectPrinter asTruncatedTextFrom: each key ]) beSortable; addColumn: (SpStringTableColumn title: 'Value' evaluated: [ :each | StObjectPrinter asTruncatedTextFrom:...

```Smalltalk inspectionEntity: aBuilder ^ aBuilder newText text: self entity contents asString; yourself ``` allows to browse the response contents directly: ![image](https://user-images.githubusercontent.com/5980033/168553022-9898f4bd-5856-42a2-989d-cf5e7c818cec.png)

@svenvc / @MarcusDenker As Zinc is externally hosted the questions is in which repo / package we can put them and how to load. Following what NewTools provide it would...

@svenvc / @estebanlm / @MarcusDenker / @demarey So how could we introduce this? Is it better to place them in Zinc repo (Option 1) or would it better fit to...

Done Zinc repo. See https://github.com/svenvc/zinc/issues/93

Just check http://forum.world.st/Packaging-of-4-1-for-Windows-td1680318.html or the NSIS scripts at: https://lists.gforge.inria.fr/pipermail/pharo-project/2009-May/008774.html

What exactly do you mean. Which Pharo version are you using? Can you provide a screenshot? Can you please be more specific with your bug description?

I would just rename the second into "Browse repository version (Simple Browser" for the moment. So the user sees that the item leads to different paths and can decide which...