Re: [Pharo-dev] SmalltalkHub and public write access

2014-07-17 Thread Marcus Denker
On 18 Jul 2014, at 01:29, Sean P. DeNigris wrote: > Nicolas Petton wrote >> It should be working fine now. > > Thanks! That's important for contributions :) > Yes! Thanks a lot! Marcus

Re: [Pharo-dev] [Pharo4] First Class Global Variables

2014-07-17 Thread Marcus Denker
>> >> I have added a first GlobalVar hierarchy… it has already the code generation >> methods but Opal is not yet forwarding >> code generation (and the compiler does not yet compile bindings with the >> subclass). >> > > update 40 095 contains changes to deeper integrate first class variables

Re: [Pharo-dev] PetitParser in 3.0?

2014-07-17 Thread Tudor Girba
It loads #development as any CI job should do. Doru On Fri, Jul 18, 2014 at 1:40 AM, Sean P. DeNigris wrote: > Stephan Eggermont wrote > > And there is a image build at > > https://ci.inria.fr/pharo-contribution/job/PetitParser/ > > Interesting. I wonder what the ci is loading, because if I tr

Re: [Pharo-dev] Memory limit problems on Windows VM

2014-07-17 Thread Andres Valloud
I worked on that switch before, and IIRC it's just a linker switch that marks executables a certain way. So, if you have imagecfg.exe handy... http://support.microsoft.com/kb/297812 On 7/17/14 19:25 , Oscar E. A. Callaú wrote: Well. It seems that Pharo vms must be compiled with that option :/

Re: [Pharo-dev] PetitParser in 3.0?

2014-07-17 Thread Martin McClure
On 07/17/2014 04:37 PM, Sean P. DeNigris wrote: > Martin McClure-2 wrote >> Anyone using PetitParser in Pharo 3.0? > > Yes! > > 1. Open the Config Browser from the World menu > 2. Right click in the list pane and switch to the ss3 meta repo > 3. Load the PP config > 4. ConfigurationOfPetitParser

Re: [Pharo-dev] PetitParser in 3.0?

2014-07-17 Thread Stephan Eggermont
MetaRepoForPharo20 does not necessarily contain versions that work for Pharo 3 (or 4). You might want to compare versions. Can't do it from here, as smalltalkhub crashes safari on iOS devices. Stephan

Re: [Pharo-dev] PetitParser in 3.0?

2014-07-17 Thread Sean P. DeNigris
Stephan Eggermont wrote > And there is a image build at > https://ci.inria.fr/pharo-contribution/job/PetitParser/ Interesting. I wonder what the ci is loading, because if I try to load the default group in Pharo 3.0, I get an error (hence I load 'Core' and have no problems) - Cheers, Sean -

Re: [Pharo-dev] PetitParser in 3.0?

2014-07-17 Thread Stephan Eggermont
On smalltalkhub, Moose/PetitParser And there is a image build at https://ci.inria.fr/pharo-contribution/job/PetitParser/ Stephan

Re: [Pharo-dev] PetitParser in 3.0?

2014-07-17 Thread Sean P. DeNigris
Martin McClure-2 wrote > Anyone using PetitParser in Pharo 3.0? Yes! 1. Open the Config Browser from the World menu 2. Right click in the list pane and switch to the ss3 meta repo 3. Load the PP config 4. ConfigurationOfPetitParser project stableVersion load: 'Core' HTH - Cheers, Sean --

Re: [Pharo-dev] SmalltalkHub and public write access

2014-07-17 Thread Sean P. DeNigris
Nicolas Petton wrote > It should be working fine now. Thanks! That's important for contributions :) - Cheers, Sean -- View this message in context: http://forum.world.st/SmalltalkHub-and-public-write-access-tp4768266p4768404.html Sent from the Pharo Smalltalk Developers mailing list archiv

Re: [Pharo-dev] Logic we will have to clean

2014-07-17 Thread Sean P. DeNigris
Why? Looks perfectly understandable to me ;-P - Cheers, Sean -- View this message in context: http://forum.world.st/Logic-we-will-have-to-clean-tp4768190p4768403.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

[Pharo-dev] PetitParser in 3.0?

2014-07-17 Thread Martin McClure
Anyone using PetitParser in Pharo 3.0? What's the best repository to find PP for 3.0 in? Thanks, -Martin

Re: [Pharo-dev] [ANN] Ephestos - Using and Coding Blender from inside Pharo

2014-07-17 Thread kilon alios
Does it work with Pharo ? I downloaded the documentation and is really well written. But I have no clue how to test with Pharo. Communication of languages and apps through sockets is nothing original or rare. I was actually considering expanding Atlas to not only talk to python but also talk to P

Re: [Pharo-dev] [ANN] Ephestos - Using and Coding Blender from inside Pharo

2014-07-17 Thread kilon alios
I do have some great news I solved the problem with blender operators that means I now have full access to the whole API of blender. Everything in Blender API is basically operators and properties.There are still limitations to be solved of course. First that I will tackle is how to communicate d

[Pharo-dev] Fun With Pharo on ci

2014-07-17 Thread Stephan Eggermont
Thanks to some help by Damien, we now have FunWithPharo on ci. It generates the whole book and separate chapters. Stephan

Re: [Pharo-dev] RFB broken

2014-07-17 Thread p...@highoctane.be
Wow, thanks. Just what I need right now. Phil On Thursday, July 17, 2014, Paul DeBruicker wrote: > Have you seen this: > > http://www.samadhiweb.com/blog/2014.05.01.rfb.pharo3.html > > > > Damien Cassou wrote > > Hi, > > > > some changes in Pharo 3 broke the RFB Server menu (loadable from > > P

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

2014-07-17 Thread GitHub
Branch: refs/tags/40096 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 6c0539: 40096

2014-07-17 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 6c0539eb71d3c7bbe0195894b716ffecc3e901c3 https://github.com/pharo-project/pharo-core/commit/6c0539eb71d3c7bbe0195894b716ffecc3e901c3 Author: Jenkins Build Server Date: 2014-07-17 (Thu, 17 Jul 2014

[Pharo-dev] exact differences between two bits of JSON

2014-07-17 Thread Paul DeBruicker
Hi - Is there a convenient way to get only the differences between two json strings (or JSONObjects, or Dictionaries)? Say I have JSON objects (or dictionaries constructed from JSON strings): A { "glossary": { "title": "example glossary", "GlossDiv": {

Re: [Pharo-dev] RFB broken

2014-07-17 Thread Paul DeBruicker
Have you seen this: http://www.samadhiweb.com/blog/2014.05.01.rfb.pharo3.html Damien Cassou wrote > Hi, > > some changes in Pharo 3 broke the RFB Server menu (loadable from > PharoExtra/RFB, there is a configuration). What happened is that: > > 1/ Pharo 30507, slice 11492, UpdatingMenuItemMor

Re: [Pharo-dev] [ANN] Ephestos - Using and Coding Blender from inside Pharo

2014-07-17 Thread Jan Vrany
The goal of Atlas, is to create a two way communication socket bridge between cpython (most popular python implementation) and pharo. Very similar to Ephestos but you will no longer need Blender. That means that pharo coders will be able to use python libraries from inside phar

Re: [Pharo-dev] [ANN] Ephestos - Using and Coding Blender from inside Pharo

2014-07-17 Thread Hernán Morales Durand
2014-07-16 12:31 GMT-03:00 kilon alios : > yes the one I am considering as strong candidate is > > (BPYObjects at: 'Cube' ) location : #( 0 0 0 ) > > Why not BPYCube? > I would try to simplify bpy ( Blender Python API) and make it a lot more > pharo friendly. > > However plain python string wil

Re: [Pharo-dev] Colorising list nodes

2014-07-17 Thread Benjamin
I do not have any idea :) I should have a deeper look at the code to remember this :) Ben On 17 Jul 2014, at 16:01, Yuriy Tymchuk wrote: > Hi guys, > > 1 more question about Spec: > > can I somehow define a color for list items. For example I want to fade out > some of them. Nautilus (as it

Re: [Pharo-dev] How to nest packages in System Browser

2014-07-17 Thread kilon alios
oh sweet it even commits them to smalltalkhub as one unit, oh this is very nice . Thank you :) On Thu, Jul 17, 2014 at 7:18 PM, Peter Uhnák wrote: > You can right-click the package and use "Demote to package with tag" (the > reverse is also possible). > > > On Thu, Jul 17, 2014 at 5:57 PM, kilo

Re: [Pharo-dev] How to nest packages in System Browser

2014-07-17 Thread Peter Uhnák
You can right-click the package and use "Demote to package with tag" (the reverse is also possible). On Thu, Jul 17, 2014 at 5:57 PM, kilon alios wrote: > Hello guys how do I nest packages ? > > For example I currently have > > Ephestos > > Ephestos-Examples > > Ephestos-Object > > but they don

[Pharo-dev] How to nest packages in System Browser

2014-07-17 Thread kilon alios
Hello guys how do I nest packages ? For example I currently have Ephestos Ephestos-Examples Ephestos-Object but they don't appear nested at all. What am I doing wrong ?

Re: [Pharo-dev] [Pharo4] First Class Global Variables

2014-07-17 Thread Marcus Denker
On 04 Jul 2014, at 10:24, Marcus Denker wrote: > > On 03 Jul 2014, at 17:51, Marcus Denker wrote: > >> Hi, >> >> If we have meta-object describing (and thus having the power to change the >> semantics of) instance variables, >> we need the same for Globals. >> >> I think the easiest is to

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

2014-07-17 Thread GitHub
Branch: refs/tags/40095 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] adb92c: 40095

2014-07-17 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: adb92c9582259f4e0ea67eeded105cc13837cf76 https://github.com/pharo-project/pharo-core/commit/adb92c9582259f4e0ea67eeded105cc13837cf76 Author: Jenkins Build Server Date: 2014-07-17 (Thu, 17 Jul 2014

Re: [Pharo-dev] RFB: caught MessageNotUnderstood: Float>>bitShift:

2014-07-17 Thread Levente Uzonyi
I don't think anyone is able to answer your question without a stack trace. Levente On Thu, 17 Jul 2014, Damien Cassou wrote: Anyone has an idea why RFB would try sending #bitShift: to a float? This crashes the 2 VNC viewer I've tried. This happens when moving a window in Pharo through the

Re: [Pharo-dev] RFB: caught MessageNotUnderstood: Float>>bitShift:

2014-07-17 Thread Nicolas Cellier
Doing arithmetic with bitShift is a bad idea in general. It's intention obscuring and bound to knowledge of low level representation... 2014-07-17 16:53 GMT+02:00 Damien Cassou : > Anyone has an idea why RFB would try sending #bitShift: to a float? > > This crashes the 2 VNC viewer I've tried. T

[Pharo-dev] RFB: caught MessageNotUnderstood: Float>>bitShift:

2014-07-17 Thread Damien Cassou
Anyone has an idea why RFB would try sending #bitShift: to a float? This crashes the 2 VNC viewer I've tried. This happens when moving a window in Pharo through the VNC client. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another witho

[Pharo-dev] RFB broken

2014-07-17 Thread Damien Cassou
Hi, some changes in Pharo 3 broke the RFB Server menu (loadable from PharoExtra/RFB, there is a configuration). What happened is that: 1/ Pharo 30507, slice 11492, UpdatingMenuItemMorph was removed 2/ Pharo 30564, slice 12051, UpdatingMenuItemMorph was re-added, but not the method #wordingProvide

[Pharo-dev] Colorising list nodes

2014-07-17 Thread Yuriy Tymchuk
Hi guys, 1 more question about Spec: can I somehow define a color for list items. For example I want to fade out some of them. Nautilus (as it does the same for extension methods) uses PluggableIconListMorph, can I use existing spec models? Uko

[Pharo-dev] association and consortium websites migrated!

2014-07-17 Thread Nicolas Petton
There was no downtime after all, and we are now waiting for the DNS propagation. Cheers, Nico -- Nicolas Petton http://nicolas-petton.fr

Re: [Pharo-dev] Pharo Not For The Enterprise

2014-07-17 Thread kilon alios
you need to change pillar.conf to add your chapter and you need find the book template inside support folder to add your figures folders if you you images. Also its a good idea to download latex with pdf support to generate the pdf, I prefer it from waiting the job to finish online. On Thu, Jul

[Pharo-dev] Reacting to multi-selection changes in ListModel

2014-07-17 Thread Yuriy Tymchuk
Hi, maybe someone can help me out with this. I’m working with ListModel that supports multiple selection and has autoDeselect turned off. Now I’ve tried to use #whenSelectionChanged: but it doesn’t give any data, #whenMultiSelectionChanged: is not triggered at all, #whenSelectedItemChanged: wo

Re: [Pharo-dev] Pharo Not For The Enterprise

2014-07-17 Thread Stephan Eggermont
Torsten wrote >Maybe you should use http://pillarhub.pharocloud.com/hub/pillarhub/about >to write and share it. I've used the pillar hub image to write it (locally). Steph wrote: >I started Fun With Pharo :) > > https://github.com/SquareBracketAssociates/FunWithPharo Good. I've added the c

[Pharo-dev] association.pharo.org and consortium.pharo.org downtime

2014-07-17 Thread Nicolas Petton
Hi! I'm currently migrating both websites, so expect some downtime :) Cheers, Nico -- Nicolas Petton http://nicolas-petton.fr

[Pharo-dev] SmalltalkHub and public write access

2014-07-17 Thread Nicolas Petton
Hi guys, After some digging, the issue looked like a cache issue with Voyage and the db. As a result, the publicWrite property. It should be working fine now. Cheers, Nico -- Nicolas Petton http://nicolas-petton.fr

Re: [Pharo-dev] Current maintainer of PharoExtras/LDAP?

2014-07-17 Thread Olivier Auverlot
Le 17 juil. 2014 à 12:08, Udo Schneider a écrit : > > What are the changes ? > SSL: > * Addition of LDAPSConnection/LDAPSWorker and instance generation methods > (e.g. LDAPSConnection>>#to:port:ssl:) to use Zodiac Sockets instead of > regular sockets. Both classes support SSL and non-SSL connec

Re: [Pharo-dev] [ANN] Ephestos - Using and Coding Blender from inside Pharo

2014-07-17 Thread Damien Cassou
On Wed, Jul 16, 2014 at 5:27 PM, Esteban A. Maringolo wrote: > Caligari trueSpace I learned 3D with TrueSpace and loved it. The company doing it was working in a neighbor city near Bordeaux, France. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one

Re: [Pharo-dev] Current maintainer of PharoExtras/LDAP?

2014-07-17 Thread Udo Schneider
> What are the changes ? SSL: * Addition of LDAPSConnection/LDAPSWorker and instance generation methods (e.g. LDAPSConnection>>#to:port:ssl:) to use Zodiac Sockets instead of regular sockets. Both classes support SSL and non-SSL connection. So it might be worth rolling them into the regular LD

[Pharo-dev] [pharo-project/pharo-core] 13719d: 40094

2014-07-17 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 13719dafe6433928eeb8e70b60d102a2f451b959 https://github.com/pharo-project/pharo-core/commit/13719dafe6433928eeb8e70b60d102a2f451b959 Author: Jenkins Build Server Date: 2014-07-17 (Thu, 17 Jul 2014

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

2014-07-17 Thread GitHub
Branch: refs/tags/40094 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 2241c6: 40093

2014-07-17 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 2241c616c17d6aab13d4bab2014d2d448b83c3bb https://github.com/pharo-project/pharo-core/commit/2241c616c17d6aab13d4bab2014d2d448b83c3bb Author: Jenkins Build Server Date: 2014-07-17 (Thu, 17 Jul 2014

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

2014-07-17 Thread GitHub
Branch: refs/tags/40093 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Current maintainer of PharoExtras/LDAP?

2014-07-17 Thread Olivier Auverlot
LDAP is so important. Improving support for Active Directory and SSL is really a good idea. I used the framework in many projects with Pharo 1.3 and 2.0. It works very well. >> But I'm hitting a few issues now which would change the base packages. What are the changes ? Best regards Olivier :

[Pharo-dev] Logic we will have to clean

2014-07-17 Thread stepharo
patchworkUIThemeColorFor: aWindowOrModel "Answer the colour for the given window." ^ aWindowOrModel ifNotNil: [ (aWindowOrModel respondsTo: #patchworkUIThemeColor) ifTrue: [aWindowOrModel patchworkUIThemeColor] ifFalse: [(aWindowOrModel class respondsTo: #patchwork