Re: [Pharo-dev] a Pharo talk from a ruby conference

2014-05-14 Thread p...@highoctane.be
There is the liveliness aspect. Today we get this with React for example on the web. That's also what Morphic provides (albeit the internals may be better, it is still great at the core) with the stepping methods. I wouldn't go down the Agile road as this is looking more and more like a religion

[Pharo-dev] Serial port support on Pharo (2 or 3)

2014-05-14 Thread Goubier Thierry
Hi all, has anybody success using serial ports with Pharo on Mac or Linux? We're having reports of lack of success, including lack of success in recompiling a Pharo VM with a correct serial port access (a few months ago), where the same approach was sucessfull with a squeak VM. Thierry -- Th

[Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Sven Van Caekenberghe
Hi, I have been using the new Pharo 3 Dark Theme since it was announced on May 1st. In my specific case, I am using the FreeType fonts Open Sans Regular 11 and Source Code Pro Regular 11 on a MacBookAir, both on the 13 inch 1440x900 built in screen and on a 23 inch 1920x1024 external monitor.

Re: [Pharo-dev] Serial port support on Pharo (2 or 3)

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 10:15 AM, Goubier Thierry wrote: > Hi all, > > has anybody success using serial ports with Pharo on Mac or Linux? We're > having reports of lack of success, including lack of success in recompiling > a Pharo VM with a correct serial port access (a few months ago), where the

Re: [Pharo-dev] Serial port support on Pharo (2 or 3)

2014-05-14 Thread Esteban Lorenzano
serial port should be working. at least in vmLatest. cheers, Esteban On 14 May 2014, at 10:15, Goubier Thierry wrote: > Hi all, > > has anybody success using serial ports with Pharo on Mac or Linux? We're > having reports of lack of success, including lack of success in recompiling a > Ph

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 10:39 AM, Sven Van Caekenberghe wrote: > Hi, > > I have been using the new Pharo 3 Dark Theme since it was announced on May > 1st. In my specific case, I am using the FreeType fonts Open Sans Regular > 11 and Source Code Pro Regular 11 on a MacBookAir, both on the 13 inch >

Re: [Pharo-dev] Serial port support on Pharo (2 or 3)

2014-05-14 Thread Esteban Lorenzano
On 14 May 2014, at 10:40, p...@highoctane.be wrote: > On Wed, May 14, 2014 at 10:15 AM, Goubier Thierry > wrote: > Hi all, > > has anybody success using serial ports with Pharo on Mac or Linux? We're > having reports of lack of success, including lack of success in recompiling a > Pharo VM w

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Yuriy Tymchuk
I want to join and also say that Dark theme is amazing. Despite the fact that it looks nice, it also does good for my eyes. At work I’m using apple cinema display (the older one which is LCD), and white colours on it are too intensive for my eyes, but with dark theme everything is cool. Thank

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread kilon alios
I agree 100% with you guys and I will add another factor, the GUI at large looks much more modern with the dark theme. The reason being the fact that the GUI uses flat colors, White as flat color is not really that good, because it over-saturates all other colors around it. With the dark theme now

Re: [Pharo-dev] a Pharo talk from a ruby conference

2014-05-14 Thread Hilaire Fernandes
We are discussing about the perception by *outsiders* of the used words to describe Pharo. Some commonly well known adjectives help to get the right impulse in the reader mind to know what Pharo is about. When we use obscure or unknown adjectives/descriptions to explain Pharo, we do not bring light

Re: [Pharo-dev] Serial port support on Pharo (2 or 3)

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 10:47 AM, Esteban Lorenzano wrote: > > On 14 May 2014, at 10:40, p...@highoctane.be wrote: > > On Wed, May 14, 2014 at 10:15 AM, Goubier Thierry > wrote: > >> Hi all, >> >> has anybody success using serial ports with Pharo on Mac or Linux? We're >> having reports of lack o

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Hilaire Fernandes
Really looks pro. On day we may see this on a sci-fi movie, some time not well know UI are used in such movies :) Hilaire Le 14/05/2014 11:30, p...@highoctane.be a écrit : > > This is the thing running on my linux box now, using the updated > PharoDawnTheme from Sebastian. > -- Dr. Geo http:

[Pharo-dev] SmalltalkHub username/password in environment variable?

2014-05-14 Thread Mircea Filip Lungu
Hi folks, Is there a way of setting the SmalltalkHub username and password in an environment variable or an external configuration file as opposed to setting them in every repository in every image? It gets old introducing them always :) Cheers, M. -- Mircea Lungu, PhD. Researcher Software Co

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Marcus Denker
On 14 May 2014, at 11:48, Hilaire Fernandes wrote: > Really looks pro. > > On day we may see this on a sci-fi movie, some time not well know UI are > used in such movies :) > The Oblivion UI mocks where really fun: http://work.gmunk.com/OBLIVION-GFX https://vimeo.com/64377100

Re: [Pharo-dev] SmalltalkHub username/password in environment variable?

2014-05-14 Thread p...@highoctane.be
A while ago, Sean did this: Sean P. DeNigris 10/23/13 to pharo-dev philippeback wrote > Would be great to have a logout, in order to give images to other people > without leaving credentials around. Done, added to world menu under the individual repo login options The way the logins work is t

[Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread askoh
There is a trend of making languages to run on Java Virtual Machine. But it still cannot run Smalltalk like Smalltalk on Smalltalk VM. Is it a possible goal? How about running Java on the StVM so that Java can have the live environment and debugging capabilities like in full blown Smalltalk? How a

Re: [Pharo-dev] Immutable collections and encapsulation

2014-05-14 Thread Igor Stasenko
But how well "unmodifiable" collection is? Should it protect also from modifying the items themselves? Or any object(s) accessible through items? Or any objects accessible through all objects accessible through items? Because without propagating immutability how you cannot prove that you actually m

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread kilon alios
Well to be sincere , languages on JVM have been a dream that did not gain the popularity that some expected. Sure some of these languages got popular, but they never become that popular. Latest popular example being Clojure. I think there are 2 reasons why porting a language to a very popular VM i

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread Pavel Krivanek
Jan did it: https://swing.fit.cvut.cz/projects/stx-libjava -- Pavel 2014-05-14 12:27 GMT+02:00 askoh : > There is a trend of making languages to run on Java Virtual Machine. But it > still cannot run Smalltalk like Smalltalk on Smalltalk VM. Is it a possible > goal? > > How about running Java

Re: [Pharo-dev] Immutable collections and encapsulation

2014-05-14 Thread Nicolas Cellier
2014-05-14 12:50 GMT+02:00 Igor Stasenko : > > But how well "unmodifiable" collection is? > Should it protect also from modifying the items themselves? Or any > object(s) accessible through items? Or any objects accessible through all > objects accessible through items? > Because without propagati

Re: [Pharo-dev] Immutable collections and encapsulation

2014-05-14 Thread Carlo
Hi Obviously this all depends on context and what is trying to be achieved ;) In certain cases all we want to do is ensure the container is not modifiable but don’t mind access to the held objects within. if the internal data is immutable (e.g. a representation of an error) then we don’t care if

Re: [Pharo-dev] Immutable collections and encapsulation

2014-05-14 Thread Marcus Denker
On 14 May 2014, at 13:27, Carlo wrote: > Hi > > Obviously this all depends on context and what is trying to be achieved ;) > In certain cases all we want to do is ensure the container is not modifiable > but don’t mind access to the held objects within. if the internal data is > immutable (e.

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread Clément Bera
2014-05-14 12:27 GMT+02:00 askoh : > There is a trend of making languages to run on Java Virtual Machine. But it > still cannot run Smalltalk like Smalltalk on Smalltalk VM. Is it a possible > goal? > Always the same dream... To have Smalltalk running on the JVM, the main issues is that you do n

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread p...@highoctane.be
Java/JVM doesn't have become: which is something that helps a lot in Smalltalk being Smalltalk. Object>>become: otherObject "Primitive. Swap the object pointers of the receiver and the argument. All variables in the entire system that used to point to the receiver now point to the argu

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 1:52 PM, Clément Bera wrote: > > > > 2014-05-14 12:27 GMT+02:00 askoh : > >> There is a trend of making languages to run on Java Virtual Machine. But >> it >> still cannot run Smalltalk like Smalltalk on Smalltalk VM. Is it a >> possible >> goal? >> > > Always the same drea

[Pharo-dev] geometric framework

2014-05-14 Thread Natalia Tymchuk
Hello. I want to do visualization on Roassal and I need the geometric shapes and their properties, for example: build circle on 3 points; find mid perpendicular. Can you tell me does some framework exist or no? Thank you. Best regards, Natalia.

Re: [Pharo-dev] geometric framework

2014-05-14 Thread Hilaire Fernandes
=> Dr. Geo http://drgeo.eu Hilaire Le 14/05/2014 14:05, Natalia Tymchuk a écrit : > Hello. > I want to do visualization on Roassal and I need the geometric shapes and > their properties, for example: > build circle on 3 points; > find mid perpendicular. > > Can you tell me does some framework

Re: [Pharo-dev] geometric framework

2014-05-14 Thread Alexandre Bergel
Roassal does not support geometry. It would be great to have one however. Using Roassal you will need to do everything by hand and implementing all the sweet formulas. DrGeo is probably the way to go for now Alexandre > On 14 May 2014, at 08:05, Natalia Tymchuk > wrote: > > Hello. > I want

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread Göran Krampe
On 05/14/2014 01:52 PM, Clément Bera wrote: The OpenQuack image, a fork of squeak used by the company 3DICC, has a plugin to run python on the smalltalk VM. Ehm, no... its a plugin that includes the CPython runtime. So it embeds Python. And then has lots of nice stuff to talk between. regard

Re: [Pharo-dev] New screenshots of Roassal3d

2014-05-14 Thread Alexandre Bergel
Currently no, but we will work on that. Roassal 3d will be announce and heavily demonstrated at esug Alexandre > On 11 May 2014, at 09:07, "Sean P. DeNigris" wrote: > > abergel wrote >> we have posted some new picture of Roassal3d. > > Cool! What would be really great would be screencasts sho

Re: [Pharo-dev] New screenshots of Roassal3d

2014-05-14 Thread Yuriy Tymchuk
You are missing a very important feature that is available in Code City. A 2d option :) Cheers. Uko On 14 May 2014, at 14:22, Alexandre Bergel wrote: > Currently no, but we will work on that. > Roassal 3d will be announce and heavily demonstrated at esug > > Alexandre > > >> On 11 May 2014,

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban A. Maringolo
2014-05-14 5:39 GMT-03:00 Sven Van Caekenberghe : > Hi, > > I have been using the new Pharo 3 Dark Theme since it was announced on May > 1st. In my specific case, I am using the FreeType fonts Open Sans Regular 11 > and Source Code Pro Regular 11 on a MacBookAir, both on the 13 inch 1440x900 > b

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Yuriy Tymchuk
On 14 May 2014, at 14:36, Esteban A. Maringolo wrote: > 2014-05-14 5:39 GMT-03:00 Sven Van Caekenberghe : >> Hi, >> >> I have been using the new Pharo 3 Dark Theme since it was announced on May >> 1st. In my specific case, I am using the FreeType fonts Open Sans Regular 11 >> and Source Code

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Goubier Thierry
Le 14/05/2014 14:36, Esteban A. Maringolo a écrit : 2014-05-14 5:39 GMT-03:00 Sven Van Caekenberghe : Hi, I have been using the new Pharo 3 Dark Theme since it was announced on May 1st. In my specific case, I am using the FreeType fonts Open Sans Regular 11 and Source Code Pro Regular 11 on

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread Clément Bera
Yeah you are right Goran. The way I write it is incorrect. My bad. It embeds the python runtime it does not reimplement it. 2014-05-14 14:00 GMT+02:00 p...@highoctane.be : > On Wed, May 14, 2014 at 1:52 PM, Clément Bera wrote: > >> >> 2014-05-14 12:27 GMT+02:00 askoh : >> >>> There is a trend of

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban Lorenzano
thanks for the nice comments. yes, I’m working on making it something better that a hack (I will probably finish it next week). Then, we think on including it in a future update on Pharo 3. now… it will be available, but I do not think it will be the default theme. But it will be there for choo

[Pharo-dev] [pharo-project/pharo-core] f045c5: 30848

2014-05-14 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: f045c54fd5762193bc59376a5cccff64f2c6edd6 https://github.com/pharo-project/pharo-core/commit/f045c54fd5762193bc59376a5cccff64f2c6edd6 Author: Jenkins Build Server Date: 2014-05-14 (Wed, 14 May 2014

[Pharo-dev] [pharo-project/pharo-core]

2014-05-14 Thread GitHub
Branch: refs/tags/30848 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban A. Maringolo
Thanks for the snippets. Is the "Source Pro" family available for Ubuntu Linux 13.04? Regards! Esteban A. Maringolo 2014-05-14 10:01 GMT-03:00 Esteban Lorenzano : > thanks for the nice comments. > yes, I’m working on making it something better that a hack (I will probably > finish it next week)

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban Lorenzano
no idea… but they are free and easy to install :) On 14 May 2014, at 15:08, Esteban A. Maringolo wrote: > Thanks for the snippets. > > Is the "Source Pro" family available for Ubuntu Linux 13.04? > > Regards! > Esteban A. Maringolo > > > 2014-05-14 10:01 GMT-03:00 Esteban Lorenzano : >> than

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Goubier Thierry
Le 14/05/2014 15:08, Esteban A. Maringolo a écrit : Thanks for the snippets. Is the "Source Pro" family available for Ubuntu Linux 13.04? You will have to install them yourselves. I have the instructions somewhere... Yes: I have SourceCodePro_FontsOnly-1.017.zip SourceSansPro_FontsOnly-1

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Pavel Krivanek
Maybe it is not such bad idea to have it as default theme for Pharo 4, at least at the start. It's the best way to force people to report bugs in theming ;-) -- Pavel 2014-05-14 15:01 GMT+02:00 Esteban Lorenzano : > thanks for the nice comments. > yes, I’m working on making it something better

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Sven Van Caekenberghe
On 14 May 2014, at 15:22, Pavel Krivanek wrote: > Maybe it is not such bad idea to have it as default theme for Pharo 4, at > least at the start. It's the best way to force people to report bugs in > theming ;-) I am sure the dark theme has enough fans and thus users to help out

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban A. Maringolo
Thank you Goubier, I also found that link of AskUbuntu. Apparently it is not prepackaged in a .deb file :) Best regards!

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Goubier Thierry
Le 14/05/2014 15:01, Esteban Lorenzano a écrit : thanks for the nice comments. yes, I’m working on making it something better that a hack (I will probably finish it next week). Then, we think on including it in a future update on Pharo 3. Cool. I want that! I'm still using the old Pharo theme

Re: [Pharo-dev] a Pharo talk from a ruby conference

2014-05-14 Thread Craig Latta
> [recent Pharo accomplishments] > > No such thing in Squeak these days. That was an unnecessary dig, and totally uninteresting to newcomers (not to mention false). Also, Pharo progress doesn't come at the expense of progress anywhere else, so such comments are a complete waste of your time

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread p...@highoctane.be
The values can be found with: StartupPreferencesLoader preferencesGeneralFolder StartupPreferencesLoader preferencesVersionFolder Windows 8.1 File @ C:\Users\\AppData\Roaming\pharo File @ C:\Users\User\AppData\Roaming\pharo\3.0 Linux File @ /home/philippeback/.config/pharo File @ /home/philippe

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread p...@highoctane.be
The file is named: SourceCodePro_FontsOnly-1.017.zip In the TTF folder you have: $ ls SourceCodePro-Black.ttf SourceCodePro-Medium.ttf SourceCodePro-Bold.ttfSourceCodePro-Regular.ttf SourceCodePro-ExtraLight.ttf SourceCodePro-Semibold.ttf SourceCodePro-Light.ttf Must click on eac

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban A. Maringolo
05-14 10:42 GMT-03:00 p...@highoctane.be : > The file is named: > > SourceCodePro_FontsOnly-1.017.zip > > In the TTF folder you have: > > $ ls > SourceCodePro-Black.ttf SourceCodePro-Medium.ttf > SourceCodePro-Bold.ttfSourceCodePro-Regular.ttf > SourceCodePro-ExtraLight.ttf SourceCod

Re: [Pharo-dev] a Pharo talk from a ruby conference

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 3:39 PM, Craig Latta wrote: > > > [recent Pharo accomplishments] > > > > No such thing in Squeak these days. > > That was an unnecessary dig, and totally uninteresting to newcomers > (not to mention false). Also, Pharo progress doesn't come at the expense > of progres

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 3:45 PM, Esteban A. Maringolo wrote: > 05-14 10:42 GMT-03:00 p...@highoctane.be : > > The file is named: > > > > SourceCodePro_FontsOnly-1.017.zip > > > > In the TTF folder you have: > > > > $ ls > > SourceCodePro-Black.ttf SourceCodePro-Medium.ttf > > SourceCodePro-B

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Goubier Thierry
Le 14/05/2014 15:53, p...@highoctane.be a écrit : On Wed, May 14, 2014 at 3:45 PM, Esteban A. Maringolo mailto:emaring...@gmail.com>> wrote: 05-14 10:42 GMT-03:00 p...@highoctane.be mailto:p...@highoctane.be>>: > The file is named: > > SourceC

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban A. Maringolo
2014-05-14 10:53 GMT-03:00 p...@highoctane.be : > On Wed, May 14, 2014 at 3:45 PM, Esteban A. Maringolo > wrote: >> I copied .otf files to ~/.fonts/ directory, and were picked-up by >> Ubuntu immediately. > Is it possible to do that for all users at once? Yes, put the files in: /usr/share/fonts

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Tudor Girba
It would be easier to simply load these fonts in the image: #('SourceCodeProRegular' 'SourceCodeProBold' 'SourceSansProRegular' 'SourceSansProBold') do: [ :each | each asSymbol asClassIfAbsent: [ Gofer new smalltalkhubUser: 'girba' project: 'FreeFonts'; package: each; load ]. FreeTypeFontProvider

Re: [Pharo-dev] Possible Zinc Bug: empty path segments returns nil

2014-05-14 Thread Sven Van Caekenberghe
Fixed in #bleedingEdge: === Name: Zinc-Resource-Meta-Core-SvenVanCaekenberghe.36 Author: SvenVanCaekenberghe Time: 14 May 2014, 4:15:16.757748 pm UUID: 82c55065-f76b-4d21-8679-46d608bc68fc Ancestors: Zinc-Resource-Meta-Core-SvenVanCaekenberghe.35, Zinc-Resource-Meta-Core-SvenVanCaekenberghe.34 C

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban Lorenzano
On 14 May 2014, at 15:22, Pavel Krivanek wrote: > Maybe it is not such bad idea to have it as default theme for Pharo 4, at > least at the start. It's the best way to force people to report bugs in > theming ;-) that’s the idea (and in part they are already). Problem is that there is an anno

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread Esteban Lorenzano
On 14 May 2014, at 17:33, Esteban Lorenzano wrote: > > On 14 May 2014, at 15:22, Pavel Krivanek wrote: > >> Maybe it is not such bad idea to have it as default theme for Pharo 4, at >> least at the start. It's the best way to force people to report bugs in >> theming ;-) > > that’s the ide

[Pharo-dev] 32 bits and 64 bits VM

2014-05-14 Thread Hilaire Fernandes
Yesterday my boss asked me to see DrGeo on his Ununtu 14.04LTS 64 bits machine. I could not get it working, 32 bits compatibility package to run 32bits application on 64bits system is gone, you have to find out manually the needed 32 bits libs and install it. Now I don't want to face this situatio

Re: [Pharo-dev] 32 bits and 64 bits VM

2014-05-14 Thread Clément Bera
Hello, The work to port Pharo to 64 bits has started. The new memory manager Spur will be ported to Pharo 4 alpha next week and it supports 64 bits (this is fresh news, it has been decided 3 hours ago). This was one of the main issue for the 64 bits port. Now the status is to finish to port the

Re: [Pharo-dev] New screenshots of Roassal3d

2014-05-14 Thread Clément Bera
2014-05-14 14:29 GMT+02:00 Yuriy Tymchuk : > You are missing a very important feature that is available in Code City. A > 2d option :) > > Cheers. > Uko > A screenshot is not enough ? > > On 14 May 2014, at 14:22, Alexandre Bergel > wrote: > > > Currently no, but we will work on that. > > Roass

Re: [Pharo-dev] 32 bits and 64 bits VM

2014-05-14 Thread Yuriy Tymchuk
For me this are good news. Thank you for your work. Cheers. Uko On 14 May 2014, at 21:43, Clément Bera wrote: > Hello, > > The work to port Pharo to 64 bits has started. > > The new memory manager Spur will be ported to Pharo 4 alpha next week and it > supports 64 bits (this is fresh news,

[Pharo-dev] Pharo 30 post release and Pharo40 brainstorming

2014-05-14 Thread stepharo
Hi guys today we got a meeting at lille to think about 30 and how we should improve and also brainstorm about Pharo40. We will send a report on possible actions for Pharo40 and contact also the consortium members to show the feature list prioritize get some feedback and (help)

Re: [Pharo-dev] New screenshots of Roassal3d

2014-05-14 Thread Yuriy Tymchuk
On 14 May 2014, at 21:47, Clément Bera wrote: > > > 2014-05-14 14:29 GMT+02:00 Yuriy Tymchuk : > You are missing a very important feature that is available in Code City. A 2d > option :) > > Cheers. > Uko > > A screenshot is not enough ? It’s more of a joke. The thing is that in modern cod

Re: [Pharo-dev] 32 bits and 64 bits VM

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 9:43 PM, Clément Bera wrote: > Hello, > > The work to port Pharo to 64 bits has started. > > The new memory manager Spur will be ported to Pharo 4 alpha next week and > it supports 64 bits (this is fresh news, it has been decided 3 hours ago). > This was one of the main iss

Re: [Pharo-dev] 32 bits and 64 bits VM

2014-05-14 Thread Norbert Hartl
Hilaire, Am 14.05.2014 um 21:08 schrieb Hilaire Fernandes : > Yesterday my boss asked me to see DrGeo on his Ununtu 14.04LTS 64 bits > machine. I could not get it working, 32 bits compatibility package to > run 32bits application on 64bits system is gone, you have to find out > manually the neede

Re: [Pharo-dev] 32 bits and 64 bits VM

2014-05-14 Thread Eliot Miranda
On Wed, May 14, 2014 at 12:08 PM, Hilaire Fernandes < hilaire.fernan...@gmail.com> wrote: > Yesterday my boss asked me to see DrGeo on his Ununtu 14.04LTS 64 bits > machine. I could not get it working, 32 bits compatibility package to > run 32bits application on 64bits system is gone, you have to

Re: [Pharo-dev] 32 bits and 64 bits VM

2014-05-14 Thread Esteban Lorenzano
On 14 May 2014, at 22:28, p...@highoctane.be wrote: > > On Wed, May 14, 2014 at 9:43 PM, Clément Bera wrote: > Hello, > > The work to port Pharo to 64 bits has started. > > The new memory manager Spur will be ported to Pharo 4 alpha next week and it > supports 64 bits (this is fresh news, it

[Pharo-dev] Reef status

2014-05-14 Thread Facundo Vozzi
Hi, someone is working with Reef and is someone planning to migrate to Pharo 3? Is it working on Pharo 2 ? Thanks, p.s.: if nobody is migrating it maybe I can try it with Esteban instructions.

[Pharo-dev] Hello and a question

2014-05-14 Thread Rick Kitts
Hello. I’m futzing about with Pharo3 and figured I might as well try to fix some (easy) bugs that are listed in the issue tracker as a way of playing productively. In particular I’m looking at 13215 which led, circuitously, to me reading the ANSI Smalltalk draft (v 1.9 I believe).  I was wonder

Re: [Pharo-dev] Hello and a question

2014-05-14 Thread Alexandre Bergel
Hi Rick! Welcome to Pharo! I think that most of us understand the value of being able to make run on Pharo an application written in ANSI Smalltalk. However, I believe that making Pharo ANSI compliant is not a priority at all. Instead, the highest priority for Pharo that many of us are working

[Pharo-dev] Build failed in Jenkins: Pharo-2.0 #365

2014-05-14 Thread no-reply
See -- Started by upstream project "Pharo-2.0-Update-Step-0-GitTracker" build number 261 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on rm

Re: [Pharo-dev] New screenshots of Roassal3d

2014-05-14 Thread Tudor Girba
The same exists now for when you are completely horizontal: you see the shape of the city as seen from a side. These are pretty cool things that make for nice demos. Cheers, Doru On Wed, May 14, 2014 at 10:00 PM, Yuriy Tymchuk wrote: > > On 14 May 2014, at 21:47, Clément Bera wrote: > > > > 2

Re: [Pharo-dev] Reef status

2014-05-14 Thread stepharo
It would so great! Esteban is too busy but yes yes yes. We have a draft of a chapter but I do not enough knowledge to be efficient On 15/5/14 01:25, Facundo Vozzi wrote: Hi, someone is working with Reef and is someone planning to migrate to Pharo 3? Is it working on Pharo 2 ? Thanks, p.s.:

Re: [Pharo-dev] Hello and a question

2014-05-14 Thread stepharo
Hi rick ANSI is old and can be used with "some salt" Now what I suggest is - send a clear mail not forcing people to go to the bug trackers - probably with some tracks of solution - make sure that we have a nice discussion - so that get a conclusion and we can take action. Stef