Astares

Results 136 issues of Astares

The comment in RBScanner(class)>>on: method recommends to use #scanTokens: "Reader may consider scanTokens: as a better way to use the class." ![image](https://user-images.githubusercontent.com/5980033/185503565-0682c58b-413c-4dc0-8415-42546d6a87f4.png) but #scanToken: is only used in two tests:...

Cleanup

If one checks https://github.com/pharo-graphics/Alexandrie it is mentioned that it had been tested with - Cairo 1.16.0 - FreeType 2.12.1 If one grabs latest Pharo Windows VM using Launcher one gets...

when methods are deprecated they also should be moved to #Deprecated12 package for easy removal. We have many left that should be moved as extension to Deprecated12 package : ```Smalltalk...

There is a method called #>#propertiesToPersist (the other two are tests for it) - and AdditionalMethodState class>>#propertiesToPersist could be more easily written using #asSet We should deprecate and remove it.

Type: Cleanup

The method Character class>>#allCharacters is deprecated, we should move it to Deprecated package so it is removed with next iteration

Type: Cleanup

- this method wrongly refers in the comment to a class called "SetElement" which is not in the image - maybe "SetElement" is now "CollectionElement" from 'Collections-Support' package which is...

Type: Cleanup
Status: Discussion

in Pharo 12 download and select idea11 icon set ![image](https://github.com/pharo-project/pharo/assets/5980033/1543f5fc-faa1-4564-8a92-03fb17e76ac8) ![image](https://github.com/pharo-project/pharo/assets/5980033/416edf68-1cec-4256-a1f1-11dc5b93bc44)

Project: Graphics
Version: Pharo 12

Typically in HTTP there is an accept header to communicate about the mime types the client would accept. When I get a client request from a browser the ACCEPT header...