[Pharo-dev] Re: Pharo VM Release - v9.0.11

2022-01-13 Thread Tudor Girba
Awesome work! Thank you, Tudor > On Jan 13, 2022, at 5:44 PM, teso...@gmail.com wrote: > > Hello, > I have released a new version of the Pharo VM for Pharo 9 and Pharo 10. > This VM is accessible right now from Zero-Conf, updating it in the Pharo > Launcher or using the usual downloads (as

[Pharo-dev] Re: [ANN] Fuel release 4.0.0

2021-11-01 Thread Tudor Girba
Thanks, Max! Doru > On Oct 31, 2021, at 12:42 PM, Max Leske wrote: > > Hi everyone. > > It's been quite a while since we've done any major work on Fuel, so we are > very excited to announce version 4.0.0 of Fuel today! > > Short-list of the most interesting things: > > • builder API

[Pharo-dev] Re: [ANN] Pharo 9 released!

2021-07-16 Thread Tudor Girba
Congratulations! Tudor > On Jul 15, 2021, at 11:14 AM, Esteban Lorenzano wrote: > > Dear World and dynamic language lovers: > > The time has come for Pharo 9 ! > > Pharo is a pure object-oriented programming language and a powerful > environment, focused on simplicity and immediate

[Pharo-dev] Re: StackVM for M1 ready

2021-02-17 Thread Tudor Girba
Awesome news! Thank you for all this work! Doru > On Feb 16, 2021, at 8:38 PM, Stéphane Ducasse > wrote: > > Hello happy Pharoers > > Today we could access our building where the M1 machine is and Pablo packaged > it > so that you can test the first version. > > Pablo wrote a little blog

[Pharo-dev] Re: [ANN] New inspector as default in your Pharo9 image!

2020-12-03 Thread Tudor Girba
Congratulations! It so cool to see that you preserved moldability. Even more exciting is to see the object breakpoints working. This will make such a difference. Awesome work. Cheers, Doru > On Dec 3, 2020, at 4:57 PM, Esteban Lorenzano wrote: > > Hi all, > > Today we are introducing our

[Pharo-dev] Re: [ANN] New Pharo VM released (v8.6.1)

2020-11-03 Thread Tudor Girba
Great work! Thanks, Tudor > On Nov 2, 2020, at 4:48 PM, teso...@gmail.com wrote: > > Hi, > this is an announcement of a new release of the Pharo VM. This > new version is available to be downloaded through get-pharo scripts > and through the Pharo Launcher. From the Pharo Launcher, remember

Re: [Pharo-dev] methods not registered in packages?

2020-02-09 Thread Tudor Girba
one is not good. To me, #methods should > not return all the methods from the method dictionary or we have to > encourage to use the #localMethods where #methods is used. > I am not sure about what is the answer, so the issue to discuss will be > perfect. > > Cheers, > Pablo

[Pharo-dev] methods not registered in packages?

2020-02-08 Thread Tudor Girba
Hi, While trying to measure the size of code, I stumbled across an interesting problem: it seems that some methods have a package, but the package does not list. packagedMethods := RPackageOrganizer default packages flatCollect: #methods. methods := ProtoObject withAllSubclasses flatCollect:

Re: [Pharo-dev] [ANN] Pharo 8.0 Released!

2020-01-20 Thread Tudor Girba
Great work! Thanks, Doru > On Jan 20, 2020, at 2:23 PM, Esteban Lorenzano wrote: > > Dear World and dynamic language lovers: > The time has come for Pharo 8.0! > Pharo is a pure object-oriented programming language and a powerful > environment, focused on simplicity and immediate feedback.

Re: [Pharo-dev] Characterizing Pharo Code: A Technical Report

2020-01-15 Thread Tudor Girba
Very nice work! Is this report available in an executable form? I’d also be interested in an analysis of “naturalness” of Pharo code. Did you, by any chance, also perform that one? Cheers, Doru > On Jan 15, 2020, at 12:02 PM, Oleksandr Zaytsev wrote: > > Hello, > > We have analyzed the

Re: [Pharo-dev] [ANN] Embedding Image Example (Win)

2020-01-13 Thread Tudor Girba
Great work! Doru > On Jan 13, 2020, at 2:32 PM, teso...@gmail.com wrote: > > Hi, > I have produced an example of using the headless VM to have an > embedded image in Windows. The example is hosted in Github > (https://github.com/tesonep/pharo-vm-embedded-example) > > The example is a CMake

Re: [Pharo-dev] [ANN] Sysmel, another experimental low-level language implemented in Pharo

2020-01-08 Thread Tudor Girba
Nice work! Doru > On Jan 9, 2020, at 4:59 AM, Ronie Salgado wrote: > > Hi All, > > I am finally announcing an initial release of my new experimental low-level > programming language which I am calling Sysmel (For SYStem MEtaprogramming > Language). > > GitHub Page:

Re: [Pharo-dev] BaselineOfZincHTTPComponents>>baseline:

2020-01-04 Thread Tudor Girba
Hi, Would introducing branches in Zinc to deal with the different versions of Pharo not be an option? Cheers, Doru > On Jan 3, 2020, at 2:48 PM, Alistair Grant wrote: > > Hi Sven, > > On Fri, 3 Jan 2020 at 12:36, Sven Van Caekenberghe wrote: >> >> Alistair, >> >> Thanks for the write

Re: [Pharo-dev] Bugs still open on traits

2019-12-04 Thread Tudor Girba
Thank you! Doru > On Dec 4, 2019, at 3:48 AM, Marcus Denker wrote: > > > >> On 3 Dec 2019, at 17:38, Marcus Denker wrote: >> >> >> >>> On 23 Nov 2019, at 19:17, Andrei Chis wrote: >>> >>> Hey! >>> >>> They are: >>> https://github.com/pharo-project/pharo/issues/3158 >>>

Re: [Pharo-dev] Bugs still open on traits

2019-11-23 Thread Tudor Girba
No worries. We are here to complement the effort :). Cheers, Doru > On Nov 23, 2019, at 8:07 PM, ducasse wrote: > > Ok I tagged them for Pharo80 and now they are in our radar. > Thanks andrei. > We are doing too many things. > >> On 23 Nov 2019, at 19:17, Andrei Chis wrote: >> >> Hey! >>

Re: [Pharo-dev] two issues: GC and wrong pointers

2019-11-11 Thread Tudor Girba
do with all other bug reports. Cheers, Doru > On Nov 12, 2019, at 8:00 AM, ducasse wrote: > > > >> On 11 Nov 2019, at 12:57, Tudor Girba wrote: >> >> Hi, >> >> During our work we encountered two issues we think should be considered >>

Re: [Pharo-dev] two issues: GC and wrong pointers

2019-11-11 Thread Tudor Girba
Thanks Marcus! Alistair reviewed the issue (https://github.com/pharo-project/pharo/pull/5120) and the pull request looks great. Cool work :). Cheers, Doru > On Nov 11, 2019, at 3:51 PM, Marcus Denker wrote: > > > >> On 11 Nov 2019, at 15:04, ducasse wrote: >> >> marcus I read your fix

Re: [Pharo-dev] two issues: GC and wrong pointers

2019-11-11 Thread Tudor Girba
ks and will be on vacation until end of the > month. > Guille is on father leave and coming back to work one day a week. > > So we are concerned about this problem but we cannot really allocate people > on it before beginning of december. > > S. > >> On 11 Nov 2019,

[Pharo-dev] two issues: GC and wrong pointers

2019-11-11 Thread Tudor Girba
Hi, During our work we encountered two issues we think should be considered critical. The first is that the garbage collector is unreliable on larger images: https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/391 We stumble on this when we manipulate larger pieces of data quite

Re: [Pharo-dev] Moz2d Vs. Skia

2019-11-08 Thread Tudor Girba
Hi Thanks for following the development of Bloc :). We invest in multiple backends because of several reasons. For example, for window hosting we have SDL2 (which relies on polling) and Glutin (which relies on a push model), but we also have Morphic. And now, when it comes to rendering we

Re: [Pharo-dev] [ANN] Roadmap progress report. September 2019

2019-10-09 Thread Tudor Girba
Thanks for the roadmap. I am particularly excited about the underlying improvements, such as VM, TaskIT and TFFI, that might capture less headlines. About TaskIT, are these: > • Implement a prototype of a distributed backend to execute tasks. > • Implement a communication layer

[Pharo-dev] XmlSupport on GitHub?

2019-10-04 Thread Tudor Girba
Hi, Did anyone port XmlSupport to GitHub? Cheers, Tudor -- feenk.com “How do you feenk today?"

Re: [Pharo-dev] Antlr4 + SmaCC

2019-10-03 Thread Tudor Girba
SmaCC ships with Antlr4Parser. Cheers, Doru > On Oct 3, 2019, at 11:54 AM, Santiago Bragagnolo > wrote: > > Hi there! > I am trying to build a parser for visual basic. For doing so i found the > Antlr definition of VB on the microsoft site. > > I was wondering if it would be possible

[Pharo-dev] PharoLauncher not opening Pharo 7 image on Mac

2019-09-26 Thread Tudor Girba
Hi, Does any of you ever had the problem of a PharoLauncher that does not want to open the image on Mac? We just installed a PharoLauncher from today, added it in /Applications, and when pressing the play button for a Pharo 7 image, nothing happens. Running the same image with the VM that

Re: [Pharo-dev] possible Windows Update "1903" Iceberg problem

2019-09-08 Thread Tudor Girba
gt; > We have been working the last couple of days debugging openssh and libgit, >> > and building a version with a more up-to-date version of openssh. >> > We will come back later this morning / early afternoon with >> > - a new vm setup using up to date versions

Re: [Pharo-dev] possible Windows Update "1903" Iceberg problem

2019-09-06 Thread Tudor Girba
Hi, I also confirm that it works both on a Windows 10 with the 1903 and without that update. Thanks! Cheers, Doru -- www.tudorgirba.com "Every thing has its own flow" > On 5 Sep 2019, at 19:03, George Ganea wrote: > > Hi all, > > I just tested the dlls and it looks like it’s working. I

Re: [Pharo-dev] possible Windows Update "1903" Iceberg problem

2019-09-05 Thread Tudor Girba
g openssh and libgit, >>> and building a version with a more up-to-date version of openssh. >>> We will come back later this morning / early afternoon with >>> - a new vm setup using up to date versions of openssh >>> - a description of workarounds for those tied to o

Re: [Pharo-dev] possible Windows Update "1903" Iceberg problem

2019-09-04 Thread Tudor Girba
ll reply soon. >> I’m travelling to give Pharo lectures. >> >>> On 3 Sep 2019, at 19:23, Tudor Girba wrote: >>> >>> Hi, >>> >>> Is there a way to speed the work on this one? >>> >>> At this moment, people cannot

Re: [Pharo-dev] possible Windows Update "1903" Iceberg problem

2019-09-03 Thread Tudor Girba
Hi, Is there a way to speed the work on this one? At this moment, people cannot load any code in Pharo on Windows 10. Cheers, Doru -- www.feenk.com "Every thing has its own flow." > On 28 Aug 2019, at 16:20, ducasse wrote: > > tx doru > > Stef > >> On

Re: [Pharo-dev] possible Windows Update "1903" Iceberg problem

2019-08-28 Thread Tudor Girba
Hi I opened an issue: https://github.com/pharo-project/pharo/issues/4437 I believe this should be treated as critical given that we cannot load code in Pharo 7 (or 8) which makes it almost useless for users. Cheers, Doru > On Aug 27, 2019, at 10:54 AM, Tudor Girba wrote: > > Hi

Re: [Pharo-dev] possible Windows Update "1903" Iceberg problem

2019-08-27 Thread Tudor Girba
Hi, We just encountered this on two different machines. We got this after the update to Windows 1903. For us it’s a critical issue at this point. What can we do to help with this? Cheers, Doru > On Aug 17, 2019, at 12:50 PM, Ben Coman wrote: > > hi Stef, > I feel you missed my point.

Re: [Pharo-dev] machine learning for code completion

2019-08-15 Thread Tudor Girba
Hi, It certainly would be interesting! The other thing to look for are completion of larger constructs. For example, in the context of Spec, I am sure you can complete larger templates for various methods. Cheers, Doru > On Aug 15, 2019, at 8:48 AM, ducasse wrote: > > hello miroslava >

Re: [Pharo-dev] [ANN] Pharo Headless - Beta (Actually what is between Alpha and Beta)

2019-08-12 Thread Tudor Girba
n talk to see how it > can fit in the roadmap. > > Cheers, > Pablo > > On Mon, Aug 12, 2019 at 10:03 AM Tudor Girba wrote: >> >> Hi, >> >> Yes. We will be testing these days and we will come back with more details. >> >> Two more qu

Re: [Pharo-dev] [ANN] Pharo Headless - Beta (Actually what is between Alpha and Beta)

2019-08-12 Thread Tudor Girba
ed the Pharo tests as a guarantee and we are laking some tests. > > Cheers, > Pablo. > > On Sun, Aug 11, 2019 at 9:04 PM Tudor Girba wrote: >> >> Hi, >> >> >> >>> On Aug 11, 2019, at 5:29 PM, ducasse wrote: >>> >>> >&

Re: [Pharo-dev] [ANN] Pharo Headless - Beta (Actually what is between Alpha and Beta)

2019-08-11 Thread Tudor Girba
Hi, > On Aug 11, 2019, at 5:29 PM, ducasse wrote: > > > >> On 11 Aug 2019, at 13:19, Tudor Girba wrote: >> >> Excellent news! >> >> I should say that for GT we are currently using the minheadlessVM (Ronie’s >> work) out of the opensmalltal

Re: [Pharo-dev] [ANN] Pharo Headless - Beta (Actually what is between Alpha and Beta)

2019-08-11 Thread Tudor Girba
Excellent news! I should say that for GT we are currently using the minheadlessVM (Ronie’s work) out of the opensmalltalk-vm repo (https://bintray.com/opensmalltalk/vm/cog) and it works remarkably well. We started to play with your minheadlessVM. So far it looks like there are differences,

Re: [Pharo-dev] Migrating XML support to github/PharoContributions/

2019-06-19 Thread Tudor Girba
Hi Monty, Did you have the chance to move XMLSupport to GitHub? Cheers, Doru > On Mar 7, 2019, at 11:19 AM, monty wrote: > > I will move it to github, if that makes things easier for everyone else. > > ___ > montyos.wordpress.com > > >> Sent: Wednesday, January 30, 2019 at 3:13 PM >>

Re: [Pharo-dev] [Ann] Lifeware, Schmidt Pro contracts for the consortium

2019-05-20 Thread Tudor Girba
Great news! Cheers, Doru > On May 20, 2019, at 8:03 AM, ducasse wrote: > > The Pharo consortium is very excited and super happy to bring your attention > to the following announce > that was presented during Pharodays 2019: > https://fr.slideshare.net/pharoproject/ > > The consortium got

Re: [Pharo-dev] Explaining Spec2 and why Bloc is on the roadmap

2019-05-04 Thread Tudor Girba
Hi, Thanks for the mail. I’d like to add a few remarks from the perspective of the team that currently develops Bloc/Brick. We are quite happy to see that Bloc/Brick starts to be considered a target platform. Bloc was started by Alain Plantec and Stéphane Ducasse. Glenn Cavarle was an

Re: [Pharo-dev] how implement isAbstract?

2019-04-23 Thread Tudor Girba
Hi, I think that it is good that isAbstract does not mean isInstantiatable. However, I also think that isAbstract is too generic and that it would be better to have the tools implement their meaning rather than relying on a generic term. Cheers, Doru > On Apr 23, 2019, at 5:58 PM, Andrei

Re: [Pharo-dev] Green tests

2019-04-02 Thread Tudor Girba
Instead of printing, you can also use Beacon. We actually developed Beacon specifically to be able to debug a parallel distributed system. Cheers, Doru > On Apr 2, 2019, at 11:56 PM, Ben Coman wrote: > > > On Tue, 2 Apr 2019 at 23:36, ducasse wrote: > I’m inherently race condition

Re: [Pharo-dev] Performance Issues

2019-04-02 Thread Tudor Girba
Great work! Thanks, Doru > On Apr 2, 2019, at 4:22 PM, teso...@gmail.com wrote: > > Hi, this will be a long mail. I have organized it in different sections. > > Resume: > == > > - There are performance issues in Pharo 7. > - I have made benchmarks. > - With Guille we made an improvement

Re: [Pharo-dev] how implement isAbstract?

2019-04-01 Thread Tudor Girba
This is a use case that is addressed at the level of the method, not of a class. I see the issue similarly to Stef: as I can utilize a class, it has little meaning to call it abstract. A missing method has a different meaning from the typical meaning associated with a class being abstract.

Re: [Pharo-dev] How to manage your code with Iceberg

2019-03-24 Thread Tudor Girba
We’d be happy to talk about it :) Doru > On Mar 24, 2019, at 4:40 PM, ducasse wrote: > > We will add patterns of management. > > I would like to discuss about releaser at Pharodays :) > > Stef > >> On 24 Mar 2019, at 15:21, Tudor Girba wrote: >

Re: [Pharo-dev] How to manage your code with Iceberg

2019-03-24 Thread Tudor Girba
Nice work! And very useful for newcomers, too :) Doru > On Mar 24, 2019, at 10:22 AM, Stéphane Ducasse > wrote: > > Hi > > I'm happy to announce a new booklet (soon to be released) on how to manage > code with Iceberg. We plan to discuss management patterns in the future. > >

Re: [Pharo-dev] GT FileReference inspector menu items

2019-03-03 Thread Tudor Girba
Hi, > On Mar 3, 2019, at 3:45 PM, Alistair Grant wrote: > > Hi Doru, > > I've been adding menu items to the AbstractFileReference Items tab by > modifying > > AbstractFileReference>>gtInspectorItemsIn: > > This obviously isn't a good way to add menu items as different > packages will

Re: [Pharo-dev] VMMaker in Pharo [Was: Squeak and Tonel]

2019-02-20 Thread Tudor Girba
version and the VMMaker version. What do you think? Cheers, Doru > On Feb 20, 2019, at 4:39 AM, Eliot Miranda wrote: > > Hi Doru, > > On Mon, Feb 18, 2019 at 8:14 PM Tudor Girba wrote: > Hi Eliot, > > Please, let me clarify the current direction: I am not tryin

Re: [Pharo-dev] [Vm-dev] [squeak-dev] Squeak and Tonel

2019-02-17 Thread Tudor Girba
Gentlemen, I am really sad to read through this animosity. Please, let’s go back to technical discussions. Tudor > On Feb 17, 2019, at 10:46 PM, Eliot Miranda wrote: > > Stephane, > > On Sun, Feb 17, 2019 at 1:33 PM Stéphane Ducasse > wrote: > Eliot > > Contrary to you I do not wish

[Pharo-dev] pharo.prg is down

2019-02-05 Thread Tudor Girba
Hi, pharo.org looks down: https://downforeveryoneorjustme.com/pharo.org Cheers, Doru -- www.feenk.com “How do you feenk today?"

Re: [Pharo-dev] [ANN] Pharo 7.0 released!

2019-01-22 Thread Tudor Girba
Great. I confirm that it works now :) Doru > On Jan 22, 2019, at 9:49 PM, Esteban Lorenzano wrote: > > > >> On 22 Jan 2019, at 21:26, Tudor Girba wrote: >> >> Hi, >> >> On HackerNews, people are trying to run the factorial example fro

Re: [Pharo-dev] [ANN] Pharo 7.0 released!

2019-01-22 Thread Tudor Girba
Hi, On HackerNews, people are trying to run the factorial example from the main page and that does not work. It currently looks like this: $ curl https://get.pharo.org | bash $ ./pharo Pharo.image eval "42 factorial” But, the path is incorrect. It should probably be more like: $ wget -O-

Re: [Pharo-dev] [ANN] Pharo 7.0 released!

2019-01-22 Thread Tudor Girba
Great work! Thanks everyone for all the effort! Doru > On Jan 22, 2019, at 2:36 PM, Esteban Lorenzano wrote: > > Pharo 7.0 released! > === > > Dear World and dynamic language lovers: > > The time has come for Pharo 7.0! > > Pharo is a pure object-oriented programming language

Re: [Pharo-dev] [ANN] New stable VMs promoted

2019-01-14 Thread Tudor Girba
Great. Thanks! Doru -- www.tudorgirba.com "Every thing has its own flow" > On 14 Jan 2019, at 14:29, Esteban Lorenzano wrote: > > Hi, > > I just promoted the VM: > > 201901051900-7a3c6b6 > > (From Jan/05) > > As stable VMs for all platforms. > > Enjoy… and please report any problems

Re: [Pharo-dev] Availability of Smallapack in Pharo6.0

2019-01-11 Thread Tudor Girba
Hi Nicolas, Very nice! It’s great to have a fast library for linear algebra. Cheers, Doru > On Jan 12, 2019, at 12:33 AM, Nicolas Cellier > wrote: > > Hi, > I announce the availability of Smallapack in Pharo6. > > The ConfigurationOfSmallapack is in >

Re: [Pharo-dev] DebugSession>>activePC:

2019-01-11 Thread Tudor Girba
Hi, @Eliot: Thanks for the clarifying answer. I believe you might have jumped to conclusion about the intention of the question. Thomas asked a legitimate question. Without users of a method it is hard to understand its use. It does not necessarily imply that the intention is to remove it,

Re: [Pharo-dev] New book: Pharo with Style

2019-01-01 Thread Tudor Girba via Pharo-dev
--- Begin Message --- Nice work. Doru > On Dec 30, 2018, at 10:13 PM, Stephane Ducasse > wrote: > > Hello Fellow Pharoers > > I'm happy to announce a new little book to improve the culture around Pharo. > I will revise it in the future so you can feel free to send feedback > and pull

Re: [Pharo-dev] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-29 Thread Tudor Girba
> compatibility, open processes, visions and so on. Hopefully we will > reach that place together. I do not think a new piece of code should be called a fork. At this point in time, GT and everything it comes with, loads cleanly in Pharo 7. Cheers, Doru > On Dec 29, 2018, at 5:1

Re: [Pharo-dev] [ANN] Pharo Lambda Runtime

2018-12-29 Thread Tudor Girba
Great work! Doru > On Dec 27, 2018, at 10:32 AM, Jan van de Sandt wrote: > > Hi, > > Last month Amazon extended their serverless runtime platform AWS Lambda with > support for custom runtimes. I created a Pharo Lambda Runtime so now we can > implement Lambda functions in Smalltalk and

Re: [Pharo-dev] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-29 Thread Tudor Girba
Hi Offray, I believe I replied to all your emails. If I missed one, please point me to it. Cheers, Doru > On Dec 28, 2018, at 5:12 PM, Offray Vladimir Luna Cárdenas > wrote: > > > On 28/12/18 8:03, Tudor Girba wrote: >>> On Dec 28, 2018, at 1:08 PM, Kjell G

Re: [Pharo-dev] [Moose-dev] Re: glamorous toolkit: v0.4.0

2018-12-28 Thread Tudor Girba
out > purposes. > - Nodes can be compound shapes i.e. colored opcode and optionally fused > immediate operands in white. > - Each node is an object that can be selected and inspected in the next > miller column. > > Can this be done in the new framework with similar effort

Re: [Pharo-dev] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-28 Thread Tudor Girba
> On Dec 28, 2018, at 1:08 PM, Kjell Godo wrote: > > WOW :) What part of it do you like? Cheers, Doru > On Thu, Dec 20, 2018 at 01:57 Tudor Girba wrote: > Hi Luke, > > I am happy this looks exciting :). > > About the confusion part: The Glamorous Toolkit

Re: [Pharo-dev] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-28 Thread Tudor Girba
Hi, Thanks for the feedback! I am happy you like the new possibilities and that you see the incentives to move to the new world :). The inspector part is working quite well. The main reason we call it an alpha is because of the missing pieces to get to a full environment. You noticed the

Re: [Pharo-dev] [Moose-dev] Re: glamorous toolkit: v0.4.0

2018-12-21 Thread Tudor Girba
; reach the beta status, where users like myself can use it smoothly and build > on GT's promises and interesting features. > > Cheers, > > Offray >> On 21/12/18 10:59, Luke Gorrie wrote: >> On Thu, 20 Dec 2018 at 10:58, Tudor Girba wrote: >>> The goal

Re: [Pharo-dev] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-21 Thread Tudor Girba
And here is the tweet I was mentioning: https://twitter.com/feenkcom/status/1075011040373551104?s=21 Cheers, Doru -- www.feenk.com "Every thing has its own flow." > On 21 Dec 2018, at 21:32, Tudor Girba wrote: > > Hi, > > Thanks for detailing your thoughts. >

Re: [Pharo-dev] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-21 Thread Tudor Girba
that perspective, but even if you do not spend much time programming in Pharo, you can still take advantage for the user point of view as described above :). Is this answer better? Cheers, Doru > On Dec 21, 2018, at 4:59 PM, Luke Gorrie wrote: > > On Thu, 20 Dec 2018 at 10:58, Tu

Re: [Pharo-dev] [Moose-dev] Re: glamorous toolkit: v0.4.0

2018-12-20 Thread Tudor Girba
> On Dec 19, 2018, at 2:09 PM, Luke Gorrie wrote: > > On Fri, 14 Dec 2018 at 05:13, Tudor Girba wrote: > Please do let us know what you think .. and, of course, what you feel. > > I'm feeling excited and confused :). > > Excited because I love seeing all these new dem

Re: [Pharo-dev] Pharo & Windows 10

2018-12-15 Thread Tudor Girba
Hi, Where is the PR? Cheers, Doru > On Dec 15, 2018, at 5:26 AM, Esteban Lorenzano wrote: > > Yes, the copyBits problem is THE problem that is stopping us to release P7 > (I said time before that Athens is still not working, and the only thing > FFI-based still not working in windows

Re: [Pharo-dev] [ANN] Pharo v7.0.0-rc1 released!

2018-11-07 Thread Tudor Girba
Excellent! Doru > On Nov 5, 2018, at 4:11 PM, Esteban Lorenzano wrote: > > Greetings! > > I’m announcing today we reach Pharo 7.0.0-rc1! > > This is the first step to release a definitive version, and while we will > continue integrating bug fixes, API change Pull Requests will be delayed

Re: [Pharo-dev] Array inspector Items view Selection broken

2018-10-10 Thread Tudor Girba
Indeed. The issue comes from this commit: https://github.com/pharo-project/pharo/pull/1889 Cheers, Doru > On Oct 10, 2018, at 9:24 PM, Julien wrote: > > I can relate. > > I encountered this bug today and days before as well. > > I was going to ask about it as well. > > Cheers, > > Julien

Re: [Pharo-dev] [Moose-dev] [cormas-dev] Pharo eye-candy: Domain-Specific Modeling and Simulation

2018-09-06 Thread Tudor Girba
t;, > but with the Bloc version of GT. > > > > On Thu, Sep 6, 2018 at 8:24 PM Tudor Girba wrote: > Nice job! > > Doru > > > > > On Sep 6, 2018, at 8:10 PM, Nick Papoylias wrote: > > > > Some of this tech, will soon make it to Cormas ;) > > >

Re: [Pharo-dev] [Moose-dev] [cormas-dev] Pharo eye-candy: Domain-Specific Modeling and Simulation

2018-09-06 Thread Tudor Girba
Nice job! Doru > On Sep 6, 2018, at 8:10 PM, Nick Papoylias wrote: > > Some of this tech, will soon make it to Cormas ;) > > So we can work together to make it even better ! > > Best, > > Nick > > On Thu, Sep 6, 2018 at 7:59 PM Hernán Morales Durand > wrote: > Impressive work! > >

Re: [Pharo-dev] [Moose-dev] feenk log

2018-08-17 Thread Tudor Girba
gt; I would like to able to have pluggable binding so that we can have emacs like > ctrl a / ctrle … > > Stef > >> On 17 Aug 2018, at 06:47, Tudor Girba wrote: >> >> Hi, >> >> We again got carried away and forgot to update the world about what is up

[Pharo-dev] feenk log

2018-08-16 Thread Tudor Girba
Hi, We again got carried away and forgot to update the world about what is up in our corner. Here is a summary: -- Bloc & Brick -- - Text editor stability has been significantly improved - Improved support for selection in the text editor - Support for typical editing keybindings (copy, cut,

Re: [Pharo-dev] [Pharo-users] [Ann] Iceberg v1.1.1

2018-06-19 Thread Tudor Girba
Hi, Indeed. Something went amiss in this email exchange. But, I really do not think that you are in disagreement. Cheers, Doru > On Jun 19, 2018, at 4:09 PM, Christophe Demarey > wrote: > > Hi Norbert, > >> Le 19 juin 2018 à 14:06, Norbert Hartl a écrit : >> >> I have no use for an

Re: [Pharo-dev] [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-19 Thread Tudor Girba
Great work! Doru > On Jun 19, 2018, at 3:55 PM, Christophe Demarey > wrote: > > Hi all, > > I just released PharoLauncher 1.2. It includes a new windows installer that > you can use without administrator privileges as well as binary signing for OS > X and Windows. Also, Pharo Launcher is

Re: [Pharo-dev] [Moose-dev] [Pharo-users] [ann] gt documenter

2018-06-18 Thread Tudor Girba
nt IDE for writing documents, navigation, > refactorings? (senders, renames should find all places in documents) > > 2018-06-13 21:57 GMT+01:00 Tudor Girba : > Hi, > > We are happy to announce a new leap of GToolkit Documenter, the tool for > manipulating live documents

Re: [Pharo-dev] 1500 pull requests closed

2018-06-17 Thread Tudor Girba
Great job, everyone! Doru > On Jun 15, 2018, at 9:14 AM, Marcus Denker wrote: > > Hi, > > As of today, we closed 1500 pull requests: > > https://github.com/pharo-project/pharo/pulls > > These of course range from trivialities to merging sub-systems with hundreds > of commits… > >

Re: [Pharo-dev] Debugger Button Positioning

2018-06-16 Thread Tudor Girba
Hi, This is indeed an issue we should have solved. The concatenation of pragma selectors is unnecessary in this case, but we did not clean it up and it remained like this. Cheers, Doru > On Jun 16, 2018, at 8:58 AM, Eliot Miranda wrote: > > Hi Tim, > > On Fri, Jun 15, 2018 at 2:21 PM,

Re: [Pharo-dev] @pharoproject: > 2000 followers

2018-06-16 Thread Tudor Girba
Great news! Doru > On Jun 15, 2018, at 11:11 AM, Marcus Denker wrote: > > @pharoproject on twitter now has >2000 followers: > https://twitter.com/pharoproject -- www.tudorgirba.com www.feenk.com "Yesterday is a fact. Tomorrow is a possibility. Today is a challenge."

[Pharo-dev] [ann] gt documenter

2018-06-13 Thread Tudor Girba
Hi, We are happy to announce a new leap of GToolkit Documenter, the tool for manipulating live documents directly in the development environment: https://github.com/feenkcom/gtoolkit-documenter Documenter is part of the second generation GToolkit project, it is based on Bloc and works with the

Re: [Pharo-dev] Updated syntax postcard

2018-06-01 Thread Tudor Girba
Excellent work! Doru > On Jun 1, 2018, at 11:56 PM, Pavel Krivanek wrote: > > Thanks to all for feedback. Updated. > > https://upload.wikimedia.org/wikipedia/commons/a/a7/Pharo_syntax_postcard.svg > > Related can be found here: >

Re: [Pharo-dev] Pharo 10th Anniversary

2018-05-30 Thread Tudor Girba
+1 Happy anniversary! :) Doru > On May 30, 2018, at 10:10 AM, Sven Van Caekenberghe wrote: > > Hi, > > This short post by Stéphane Ducasse is worth sharing: > > https://pharoweekly.wordpress.com/2018/05/29/pharo-got-10-years/ > > Congratulation ! > > Sven > > -- > Sven Van Caekenberghe

Re: [Pharo-dev] Beacon for Pharo 7

2018-05-26 Thread Tudor Girba
rmo Polito <guillermopol...@gmail.com> > wrote: > > Hi, > > On Sat, May 26, 2018 at 10:57 AM, Tudor Girba <tu...@tudorgirba.com> wrote: > Hi, > > I do not know what you mean by Glamour. Glamour is stable since years. If you > refer to the Glamorous Toolkit, th

Re: [Pharo-dev] Beacon for Pharo 7

2018-05-26 Thread Tudor Girba
Hi, I do not know what you mean by Glamour. Glamour is stable since years. If you refer to the Glamorous Toolkit, then perhaps the problem comes from the fact that the existing tools and the new generation share the same name. However, what is integrated now has nothing to do with what is

Re: [Pharo-dev] Beacon for Pharo 7

2018-05-26 Thread Tudor Girba
+1 Doru > On May 26, 2018, at 10:13 AM, Esteban Lorenzano wrote: > > > >> On 26 May 2018, at 09:20, Stephan Eggermont wrote: >> >> Denis Kudriashov >> wrote: >>> If two entities needs separate versioning they should be in >>

Re: [Pharo-dev] Beacon for Pharo 7

2018-05-26 Thread Tudor Girba
+1 Doru > On May 26, 2018, at 7:44 AM, Denis Kudriashov wrote: > > 2018-05-25 20:03 GMT+03:00 Stephan Eggermont : > Denis Kudriashov > wrote: > > > > Because when you will fix or improve Beacon-SysLog you will probably do not > >

Re: [Pharo-dev] Beacon for Pharo 7

2018-05-26 Thread Tudor Girba
it hard to build tools to handle them. Cheers, Doru > On May 25, 2018, at 10:50 PM, Norbert Hartl <norb...@hartl.name> wrote: > > Really?? Don‘t you think the overhead is massive compared to the gain? > > Norbert >> Am 25.05.2018 um 21:08 schrieb Tudor Girba <tu

Re: [Pharo-dev] Beacon for Pharo 7

2018-05-25 Thread Tudor Girba
Hi, Yes, we want to have the concrete loggers managed with separate baselines. I would also put them in individual repositories. Cheers, Doru > On May 25, 2018, at 5:58 PM, Denis Kudriashov wrote: > > > 2018-05-25 17:21 GMT+03:00 Stephan Eggermont :

[Pharo-dev] feenk log

2018-05-25 Thread Tudor Girba
Hi, We were a bit silent the last couple of months. Quite a bit happened in the meantime, so here is a summary (for more fine grained announcements, you can follow us on Twitter): Bloc - Scrolling. We finally have a good scrolling support:

Re: [Pharo-dev] Pharo 7 on SqueakJS (demo)

2018-05-21 Thread Tudor Girba
Great work! Doru -- www.tudorgirba.com "Every thing has its own flow" > On 21 May 2018, at 13:16, Stephan Eggermont wrote: > > Pavel Krivanek > wrote: >> Hi, >> >> with some tweaks mostly related to FFI and fonts, we are able to run Pharo >> 7 on

Re: [Pharo-dev] (no subject)

2018-04-24 Thread Tudor Girba
Welcome, Tristan! Please let us know how we can help you. Cheers, Doru > On Apr 24, 2018, at 5:14 PM, Tristan Debrousse > wrote: > > Hello, I am a student at Université de Bretagne Occidentale (Brest, France) > and I just began an internship project of 6 weeks

Re: [Pharo-dev] Is Beacon still planned to be added to P7?

2018-04-23 Thread Tudor Girba
I hope so. Beacon is ready to be integrated, but I do not know if there is enough bandwidth right now due to the Iceberg work. Doru > On Apr 23, 2018, at 1:08 PM, Peter Uhnák wrote: > > Hi, > > in several older discussions there was a mention of Beacon logger being added

Re: [Pharo-dev] File/Stream changes: one Integer decoder/encoder to rule them all

2018-04-22 Thread Tudor Girba
pieces that > needed to be revisited. > This is great to see this happening. > > Stef > > On Sun, Apr 22, 2018 at 11:04 AM, Sven Van Caekenberghe <s...@stfx.eu> wrote: >> >> >>> On 22 Apr 2018, at 10:22, Tudor Girba <tu...@tudorgirba

Re: [Pharo-dev] File/Stream changes: one Integer decoder/encoder to rule them all

2018-04-22 Thread Tudor Girba
Hi, I am so looking forward to playing with this (as a user). For various reasons, we are still in Pharo 6.1, but encoding/decoding was always a troublesome issue in Pharo. Thanks a lot! Cheers, Doru > On Apr 20, 2018, at 5:24 PM, Sven Van Caekenberghe wrote: > > Hi, > >

Re: [Pharo-dev] Spotter search in Catalog ?

2018-04-21 Thread Tudor Girba
Hi, There is a "Display catalog projects in Spotter” setting. It is unselected by default because people with slow internet connection had issues with it. Cheers, Doru > On Apr 21, 2018, at 9:10 AM, Sven Van Caekenberghe wrote: > > Hi, > > Do we have a Spotter

Re: [Pharo-dev] [ANN] New VM stables promoted

2018-04-13 Thread Tudor Girba
Sounds good. Thanks for the explanation and for all the effort! Doru > On Apr 13, 2018, at 12:40 PM, Esteban Lorenzano <esteba...@gmail.com> wrote: > > > >> On 13 Apr 2018, at 12:35, Tudor Girba <tu...@tudorgirba.com> wrote: >> >> Hi, >> >

Re: [Pharo-dev] [ANN] New VM stables promoted

2018-04-13 Thread Tudor Girba
Yuuppeee! I will test the 64bit right away. Thanks, Doru > On Apr 13, 2018, at 9:55 AM, Esteban Lorenzano wrote: > > Hi, > > I just promoted new VMs as stable. > > This are the builds corresponding to: > > 20180416 (07c6dc3) > > this passed the build tests so

Re: [Pharo-dev] [ANN] New Pharo 6.1 version

2018-04-08 Thread Tudor Girba
Great job, Esteban! Doru > On Apr 5, 2018, at 3:00 PM, Esteban Lorenzano wrote: > > https://pharo.fogbugz.com/f/cases/20944/Integrate-Epicea-8-2-8-in-Ph6-1 > > -- www.tudorgirba.com www.feenk.com "What is more important: To be happy, or to make happy?"

[Pharo-dev] [ann] gt diagrammer

2018-04-07 Thread Tudor Girba
Hi, We are happy to announce an initial version of GT Diagrammer, an engine for constructing diagrams interactively. This is the newest addition to the next generation GT built on Bloc. It looks like this: https://twitter.com/feenkcom/status/976341449267531776 We chose to work on

Re: [Pharo-dev] [Pharo7] halt inside and outside tests

2018-04-03 Thread Tudor Girba
+1 Doru > On Apr 3, 2018, at 9:09 AM, Marcus Denker wrote: > > > >> On 3 Apr 2018, at 00:19, Ben Coman wrote: >> >> >> >> On 3 April 2018 at 03:12, Marcus Denker wrote: >> Hi, >> >> As we can not very easily decide

  1   2   3   4   5   6   7   8   9   10   >