Re: [Pharo-users] Pharo.exe and PharoConsole.exe VM Difference

2020-08-27 Thread Cyril Ferlicot D.
On 8/28/2020 3:48 AM, Esteban Maringolo wrote: > Hi, > > What is the difference between the Pharo.exe and PharoConsole.exe? > They have the same size, but are binary different. > > I'd expect the PharoConsole to run headless by default, but it is not the > case. > > So... is this documented any

Re: [Pharo-users] Checking baseline before publishing

2020-08-26 Thread Cyril Ferlicot D.
On 8/27/2020 4:10 AM, Esteban Maringolo wrote: > Hi, > > How can I check that my baseline works without having to publish > everything, check that it fails and then going to the origin, fixing, > etc? > > I might be particularly idiot to always miss something, I usually have > to try at least fou

[Pharo-users] Automatic code cleaner for Pharo

2020-06-01 Thread Cyril Ferlicot D.
Hi everyone! Today I released the v1.1.0 of Chanel, a project to automatically clean Pharo code to make it more readable and efficient. https://github.com/jecisc/Chanel This project is composed of a list of cleaners. You can choose those you want and the version of Pharo you code needs to run on

Re: [Pharo-users] Matching block parameter in rewrite rule

2020-05-08 Thread Cyril Ferlicot D.
Le 08/05/2020 à 02:51, Gabriel Cotelli a écrit : > Cyril, something like this: > > | env rewriter result methods changes | > env := RBBrowserEnvironment default forPackages: (RPackageOrganizer > default packages ). > > rewriter := RBParseTreeRewriter new. > rewriter   > replace:'`@receiver detect

[Pharo-users] Matching block parameter in rewrite rule

2020-05-07 Thread Cyril Ferlicot D.
Hi, I was wondering if it was possible with the parse tree rewriter to match a block parameter? I would like to be able, for example, to rewrite: `#() detect: #odd ifFound: [ :e | e ] ifNone: [ self toto ]` as `#() detect: #odd ifNone: [ self toto ]` But I don't know how to express this rule

[Pharo-users] Was there some force push to Roassal?

2019-11-07 Thread Cyril Ferlicot D.
Hi, Since there is no release for roassal I have projects referencing a SHA of a stable Roassal 2 version. I see in my projects that the roassal SHA targeted was c1da8614c951008ea501f126ef3ccf25d73580ac but now I cannot find it in the history of roassal and my projects are failing. So I am wonde

Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-29 Thread Cyril Ferlicot D.
Le 29/09/2019 à 11:23, Davide Varvello via Pharo-users a écrit : Hi, NoeJSON seems to be saved with the Tonel format. Tonel is by default in Pharo since Pharo 6.1. It should be possible to update Metacello and Tonel to be able to load this project in Pharo 4+ Here is a pharo-wiki page explaini

Re: [Pharo-users] [ANN] Pharo Pomodoro now on GitHub

2019-08-13 Thread Cyril Ferlicot D.
Le 13/08/2019 à 22:23, Steve Quezadas a écrit : > How did you put that in the menubar? > > Hi, We have a documentation about this in pharo-wiki: https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/MenuBar.md#add-your-own-entries -- Cyril Ferlicot https://ferlicot.fr

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Cyril Ferlicot D.
Le 16/07/2019 à 23:05, Christopher Fuhrman a écrit : > Very cool! I think the quickstart section would benefit from an example > such as loading icons or a test resource (mse file for moose).  > I'll add it to my todo ;) > Also, can you explain how updating a Readme.md would work using > GitBrid

[Pharo-users] [ANN] TinyLogger

2019-07-16 Thread Cyril Ferlicot D.
Hi, Some time ago I released the first stable version of a project of mine: TinyLogger. I announced it on Twitter but I forgot to announce it here :) I started this project because at some point I had an urgent need of a simple logger and at that time beacon was broken. :( I had no time to check

[Pharo-users] [ANN] GitBridge

2019-07-16 Thread Cyril Ferlicot D.
Hi! Today I released the v1 of a project I wanted to do since a long time: GitBridge. The goal of the project is to easily access external resources stored in the git repository of the project and other information. For more infos check the Quick start or documentation present at: https://github

Re: [Pharo-users] [Pharo-dev] Information on Spec development

2019-06-29 Thread Cyril Ferlicot D.
Spec 2 was integrated in Pharo. Here is the changelog: https://github.com/pharo-project/pharo/pull/3667 We will wait a few weeks before reverting all the changes to Spec 1 in order to let people who started to develop in Spec in Pharo 8 migrate to this version. -- Cyril Ferlicot https://ferlic

[Pharo-users] Generating changelogs for projects

2019-06-27 Thread Cyril Ferlicot D.
Hi, Since I maintain multiple projects I have some tricks to reduce the "administrative load". Here is a blog post where I explain how I am using Iceberg features and some conventions to be able to easily generate the base for my changelogs: https://medium.com/@cyril_98037/pharo-projects-changel

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-25 Thread Cyril Ferlicot D.
Le 26/05/2019 à 02:41, Jeff Gray a écrit : > Nothing showed up running netstat, and I tried rebooting just in case > something in memory but no, 8080 is not being used. > I have checked that I can get other packages. Garage loaded with no problem. > > Just to be sure can you try to execute: Met

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-25 Thread Cyril Ferlicot D.
Le 26/05/2019 à 02:03, Jeff Gray a écrit : > I'll try iceberg later but I just tried this: > > Metacello new > baseline:'Seaside3'; > repository: 'github://SeasideSt/Seaside:master/repository'; > load > > Similar to the browser Pharo just closes. > Hum. I think I already got the problem befo

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-25 Thread Cyril Ferlicot D.
Le 26/05/2019 à 01:24, Jeff Gray a écrit : > Hey all, > Apologies if this one has been done to death. > I am on windows 10. Just downloaded a fresh image, 7.0.3 and tried loading > Seaside 3 from the catalogue browser. I get the 'Seaside 3 has not been > marked as tested for Pharo 7.0.3' dialog but

Re: [Pharo-users] Tonel vs Filetree

2019-02-10 Thread Cyril Ferlicot D.
Le 10/02/2019 à 07:37, Richard70nl a écrit : > Hi all, > > [learning Pharo…] > > What is the general preference for using Tonel or Filetree if I want to > put my packages in Github? Is it just purely developer preference or are > there technical considerations? > Hi, Some informations here: h

Re: [Pharo-users] Loading an iceberg repo from in the playground

2019-02-09 Thread Cyril Ferlicot D.
Le 09/02/2019 à 20:36, sergio ruiz a écrit : > I’d like to pull my iceberg projects inside the playground, so that I > can automate the loading on the command line. > > Is there any documentation on how to do this? Hi, I don't know if there is documentation. I did some things in some of my scri

[Pharo-users] 2019 Stack Overflow survey

2019-01-23 Thread Cyril Ferlicot D.
Hi, The 2019 Stack Overflow Survey is available. It would be great to represent Smalltalk/Pharo! :) https://stackoverflow.com/dev-survey/start -- Cyril Ferlicot https://ferlicot.fr signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Documentation on Traits

2019-01-09 Thread Cyril Ferlicot D.
Le 09/01/2019 à 18:49, Steffen Märcker a écrit : > Nice. Do you know where to find details on stateful traits and slots? I > am familiar with stateless traits and wonder how state is incoeporated > and how conflicts are handled. > The guide I send cover the user documentation of Stateful traits a

Re: [Pharo-users] Updating singletons

2019-01-03 Thread Cyril Ferlicot D. via Pharo-users
--- Begin Message --- Hello, Fetching, loading and post loads should leave a trace during the execution in the Transcript. For pre/post load it should have something like: Evaluated -> baseline [BaselineOfMyProject] >> selector This is the primary source of informations I use to debug baselines

Re: [Pharo-users] Loading Metacello with Seaside

2018-11-28 Thread Cyril Ferlicot D.
Le 28/11/2018 à 17:38, Vitor Medina Cruz a écrit : > Tried now, didn't work, same error. It is working for you? > I tried to load magritte only and I got the same problem. Maybe I do not have it in my project because I load seaside before with an other group? I think there was an issue that is f

Re: [Pharo-users] Loading Metacello with Seaside

2018-11-27 Thread Cyril Ferlicot D.
Le 28/11/2018 à 00:08, Vitor Medina Cruz a écrit : > Hello! > > WIndows 10 here with Pharo 7 32 bits. Here is my baseline: > > > baseline: spec >     >     >     >     spec for: #'common' do: [ >         spec blessing: #'baseline'; >         repository: 'git

Re: [Pharo-users] Playing with Pharo 7

2018-11-26 Thread Cyril Ferlicot D.
Le 26/11/2018 à 16:57, Konrad Hinsen a écrit : > > Thanks for the pointer! Unfortunately all the documentation there > assumes way more familiarity with Smalltalk than I have. And even a lot > of familiarity with Metacello itself, as the documentation only explains > the latest functionality. > >

Re: [Pharo-users] Pharo on Linux

2018-11-17 Thread Cyril Ferlicot D.
Le 17/11/2018 à 23:14, horrido a écrit : > Thanks. > > The last time I used Pharo for Linux was over a year ago, and ./pharo > Pharo.image worked then. Every time usage convention changes, it breaks > documentation and causes confusion. Having more than one way to do something > always invites con

Re: [Pharo-users] Voyage

2018-11-15 Thread Cyril Ferlicot D.
Le 16/11/2018 à 02:02, horrido a écrit : > I'm trying to load Voyage for MongoDB and I'm having great difficulty. The > docs seem to be out of date. > > What are the current instructions for doing this? > > The docs also refer to "Configurations Browser" in World Menu/Tools, but > there is no lon

Re: [Pharo-users] finding dependees of a package

2018-10-07 Thread Cyril Ferlicot D.
Le 07/10/2018 à 21:44, Peter Uhnak a écrit : > Hi, > > I know I can "Browse Dependencies" of a particular package, but this > only shows me the dependencies of the selected package X. > > What I am looking for is a list of packages that depend on X ... is that > possible? > Hi, I think this su

Re: [Pharo-users] [ANN] Migrated Artefact to GitHub

2018-09-28 Thread Cyril Ferlicot D.
Le 29/09/2018 à 01:05, Guillermo Polito a écrit : > I'm sorry if I offended somebody. I've deleted the repository (it was > under pharo-repository, not under my name). With it the changes I made > to make it work on Pharo7. > > I understand that Peter's tool is easy, i've used it before. > But I h

Re: [Pharo-users] [ANN] Magritte moved to github

2018-08-08 Thread Cyril Ferlicot D.
Le 08/08/2018 à 18:46, Norbert Hartl a écrit : > I moved magritte code today from smalltalkhub to github. I also changed the > dependencies of magritte for grease and seaside to be the github repositories > and not smalltalkhub. > > Please let us work on github for magritte and update smalltalkh

Re: [Pharo-users] Pharo 7 and shortcuts

2018-07-07 Thread Cyril Ferlicot D.
Le 07/07/2018 à 16:17, Ben Coman a écrit : > Any seeming agreement may just have been the nay-sayers falling silent since > there seemed little chance of having it changed when it came as a > done-deal with Nautilus. > Personally I tried to conform to using the double-sequence-shortcuts > but could

Re: [Pharo-users] Calypso - how do you revert unsaved changes?

2018-06-25 Thread Cyril Ferlicot D.
On 25/06/2018 14:48, Tim Mackinnon wrote: > Hi - in Calypso in Pharo 7, there is a neat concept of method changes that > are yet saved (and the top right of the editor has the normal orange smudge > indicator). > > I like the idea (which lets you naviaged elsewhere to check something before > m

Re: [Pharo-users] Is there an easy way to create a test class in Calypso?

2018-06-22 Thread Cyril Ferlicot D.
On 22/06/2018 16:59, Tim Mackinnon wrote: > Hi - In nautilus there was a handy menu item on a class to jump to its test > class (and create it if need by) - Is there any easy way to do this in > Calypso? I know it was a simple thing - but I found it did encourage me to > write tests… > > Tim >

Re: [Pharo-users] In Pharo 7 - are the Browsers in any particular order in the new menu?

2018-06-21 Thread Cyril Ferlicot D.
Le 21/06/2018 à 23:18, Tim Mackinnon a écrit : > Hi Hi, - in the new menu system (which I kind of like, and certainly see the value for new user, but worry about the loss of screen space for advanced users) There is a setting to disable it if needed ;) - is the order of browsers specified fo

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-18 Thread Cyril Ferlicot D.
On 18/06/2018 17:27, Tim Mackinnon wrote: > Hi Cyril - I have to confess that I don’t recall what the steps are to safely > commit in Monticello. I have smallish changes to 2 packages Core and Spec, > and I can see that smalltalkhub repo in the MC browser and can browse my > changes against it -

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-18 Thread Cyril Ferlicot D.
On 18/06/2018 17:15, Tim Mackinnon wrote: > Given Pharo Launcher is a bit in the limelight, I’m a bit nervous > contributing blindly. Can someone point me/advice me towards how to safely > push changes to StHub? > > As I mentioned, I’ve added a last-modified column as well as fixing the > broke

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-14 Thread Cyril Ferlicot D.
Le 14/06/2018 à 21:04, Esteban Lorenzano a écrit : > > > The main maintainer is Christophe, which I know feels a lot more confortable > with git than with monticello. > So, I guess reason of not moving it is other :) > > Maybe is time for moving it? > If there is no other reason than "nobody

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-14 Thread Cyril Ferlicot D.
Le 14/06/2018 à 18:48, Tim Mackinnon a écrit : Hi, > Is PharoLauncher using git - there is a note saying the StHub repo is about > to be moved? > For now it is still on STHub. Maybe because the main maintainers are more efficient with Monticello than with github? Maybe the main maintainers di

Re: [Pharo-users] metacello and github under a custom domain

2018-06-04 Thread Cyril Ferlicot D.
On 03/06/2018 16:42, Tudor Girba wrote: > Hi, > Hi, > I am working with a GitHub enterprise installation that resides under a > custom domain (e.g., github.example.com). > > I can clone the repository using Iceberg and ssh: > g...@github.example.com:user/repo.git > > How can I tell Metacello

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-15 Thread Cyril Ferlicot D.
Le 15/05/2018 à 14:45, Esteban Lorenzano a écrit : > you can safely ignore that warning in most cases (in fact, I was > thinking on removing it and replace for a small log or even nothing). > It would be great! Most of the time it just makes noise in the CI logs :( There is a PR to remove this

[Pharo-users] Browse dependencies to a package

2018-05-07 Thread Cyril Ferlicot D.
Hi, In Pharo we have the dependency analyzer to get the dependencies of a package. But is it easily possible to find the dependencies to a package? I did not found the option in the interface. -- Cyril Ferlicot https://ferlicot.fr signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Using secure websockets server side with Zinc

2018-05-06 Thread Cyril Ferlicot D.
Le 06/05/2018 à 20:46, Francisco Ortiz Peñaloza a écrit : > Sorry for the OT but I interested in how you're using WebSockets and > Seaside.  > > Can you share how are you mix them together? > Hi, We do it in this project: https://github.com/TelescopeSt/TelescopeCytoscape This project allow to

[Pharo-users] [ANN] TelescopeCytoscape for Seaside v1.0.0

2018-05-03 Thread Cyril Ferlicot D.
Hi, Telescope is an engine for efficiently creating meaningful visualizations. It allow users to create models of visualizations and to render them via connectors to visualization frameworks. Until now, it was hosted on SmalltalkHub and we just migrated it to Github. https://github.com/Telescope

[Pharo-users] [ANN] Heimdall logging manager for Seaside v1.0.0

2018-05-03 Thread Cyril Ferlicot D.
Hi! Guillaume Larcheveque begun a simple login manager for Seaside. I just finished to port it to github and we released the v1.0.0. It is still experimental and help is welcomed. Project can be found at: https://github.com/DuneSt/Heimdall -- Cyril Ferlicot https://ferlicot.fr

[Pharo-users] [ANN] PrismCodeDisplayer for Seaside v1.0.0

2018-05-03 Thread Cyril Ferlicot D.
Hi! We just finished the release v1.0.0 of PrismCodeDisplayer for Seaside. Prism (https://github.com/PrismJS/prism/) is a lightweight, robust, elegant syntax highlighting library. The Seaside binding allows to: Display code See line numbers Select code and act on the selection Cu

[Pharo-users] [ANN] ChartJs for Seaside v1.0.0

2018-05-03 Thread Cyril Ferlicot D.
Hi! I'm happy to announce the release v1.0.0 of ChartJs for Seaside. This is a binding of ChartJs v1. We did not got the time to bind v2 of ChartJs. v1.0.0 includes: Creation of 1D charts Creation of 2D charts Creation of Boxplots Callbacks on 1D and 2D charts Tooltips on cha

Re: [Pharo-users] Using secure websockets server side with Zinc

2018-05-02 Thread Cyril Ferlicot D.
On 02/05/2018 16:29, Sven Van Caekenberghe wrote: > Hi Cyril, > Thank you for the infos and the fast reply :) > You can run a ZnSecureServer with a specific certificate. See the class > comment. But, this is a bit experimental, you need a very specific > certificate and I have only seen it wor

[Pharo-users] Using secure websockets server side with Zinc

2018-05-02 Thread Cyril Ferlicot D.
Hi! I am trying to deploy a Seaside application that uses Zinc's websockets. I use nginx and I have a TLS certificate for the application so I need to use secure websockets (wss://) and not simple websockets (ws://). I got a problem because the client could not access to the server because it wa

Re: [Pharo-users] Pharo 7 image, some more size reducation

2018-04-28 Thread Cyril Ferlicot D.
Le 28/04/2018 à 11:16, Hilaire a écrit : > Hi, > > Pharo7 has proven to be a reliable host for Dr. Geo, and thank you for > your advices and helps. In the past weeks several screenshots  were > posted on DrGeo twitter, all based on P7 built. Many notable tools or > frameworks like Tonel, Glamour t

Re: [Pharo-users] Recover question at startup

2018-04-16 Thread Cyril Ferlicot D.
On 16/04/2018 11:30, teso...@gmail.com wrote: > I have created an Issue > (https://pharo.fogbugz.com/f/cases/21708/Epicea-should-not-offer-to-recover-changes-if-the-ombu-file-does-not-exists) > to follow the conversation and to notify Martín and listen to his opinion. > Hi, Indeed it would be co

Re: [Pharo-users] Where do we go now ?

2018-04-15 Thread Cyril Ferlicot D.
Le 13/04/2018 à 14:27, Denis Kudriashov a écrit : > At some point we should force rule "All packages have comments". And > indication with icon like we do for classes. > With Calypso the package comment is always available. So it would be > easy to find description. > > I would like to force thi

Re: [Pharo-users] Progress bar for ZnClient>>#downloadTo:

2018-04-13 Thread Cyril Ferlicot D.
On 13/04/2018 13:50, Sven Van Caekenberghe wrote: > > All good and well, I understand your point, but as a general rule, I don't > want to add UI code to Zn, it is too fundamental for minimal/kernel//headless > images. > > Hi, It could be useful to add this kind of methods via extensions in

Re: [Pharo-users] Where do we go now ?

2018-04-13 Thread Cyril Ferlicot D.
On 13/04/2018 11:26, Benoit St-Jean via Pharo-users wrote: Do you expect a cleaning of the Kernel without any break during alpha version? This version introduce a new message browser, new Traits, more modularization of the kernel and some cleaning of the Kernel. I see a lot of reason why it might

Re: [Pharo-users] Where do we go now ?

2018-04-13 Thread Cyril Ferlicot D.
On 13/04/2018 11:07, Benoit St-Jean via Pharo-users wrote: "Can I at least expect to be able to save code in my local Monticello repository ? It bombs. I just reported a bug!" "Can I expect that when looking for implementors of a method things still work? I get duplicates (see attached file)."

Re: [Pharo-users] Where do we go now ?

2018-04-13 Thread Cyril Ferlicot D.
On 13/04/2018 07:53, Benoit St-Jean via Pharo-users wrote: Hi, I don't have time to answer to everything but I can give some details: - Nautilus will be removed when Calypso will be really stable (During the Calypso development if calypso breaks, you need an other browser to replace it) - The ol

Re: [Pharo-users] conditional loading of packages in BaselineOf/ConfigurationOf

2018-04-05 Thread Cyril Ferlicot D.
On 05/04/2018 09:53, Peter Uhnák wrote: > Hi, > > is it possible to specify _natively_ (in the BaselineOf spec itself) a > conditional loading of packages? > > Example usage: > I have package with extensions for Calypso, but Calypso is not always > loaded, so I want to load the package only if Ca

Re: [Pharo-users] Keeping packages up to date

2018-03-31 Thread Cyril Ferlicot D.
On 01/04/2018 01:14, Andrei Stebakov wrote: > I wonder if there is a generic solution to keeping certain Pharo project > in sync with development tree. > For example when I want to get latest Roassal I execute > Gofer it > smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; > package: 'Roassal2'

Re: [Pharo-users] Launcher User Templates

2018-03-30 Thread Cyril Ferlicot D.
On 30/03/2018 19:40, Sean P. DeNigris wrote: > demarey wrote >> We do not yet have support for GitLab but it should be straightforward to >> do. >> What you need is a way to access a zip file… > > Since they are private, any ideas how to do the authentication? > To manage private Jenkins I change

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Cyril Ferlicot D.
Le 29/03/2018 à 23:13, Christophe Demarey a écrit : > > If you want to do so, you can instantiate a PhLJenkins2Server class: > PhLJenkins2Server name: ’Sean''s Jenkins' url: 'https://jenkins.mine' > asZnUrl > > Than add it to the groups class method of PhLTemplateGroupRepository. > It shou

Re: [Pharo-users] Seaside and Ajax/JQuery

2018-02-19 Thread Cyril Ferlicot D.
Le 19/02/2018 à 21:56, Dominique Dartois a écrit : > Hello All. > I try to use Ajax/JQuery to update a value in a HTML table by clicking > on the table heading. > The new value (the update) is not written in the tabledata I associated > an id with, but before the table. > > The code : > > renderC

Re: [Pharo-users] Problem with Traditional and Simplified Chinese parsing in Pharo

2018-01-29 Thread Cyril Ferlicot D.
Le 29/01/2018 à 18:49, Clément Bera a écrit : > Hi, > > I am currently parsing lua and JSON-like file in Pharo. They contain > both Simplified and Traditional Chinese characters for comments and for > strings displayed in the UI. Lua files are parsed correctly. However the > JSON-like files aren't

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Cyril Ferlicot D.
Le 13/01/2018 à 11:33, Norbert Hartl a écrit : > Johan, > >> Am 13.01.2018 um 11:08 schrieb Johan Brichau : >> >> Hi, >> >> I’m still hitting this. >> Segfault *every time* when I try to build our project using Travis-CI in >> Linux. >> >> Even when I try to use the latest vm >> >> Nobody else hi

Re: [Pharo-users] Running headless on Windows

2017-12-27 Thread Cyril Ferlicot D.
On 12/27/2017 04:39 PM, Andrei Stebakov wrote: > When I run Pharo 6.1 with -- headless option on Windows, it executes the > eval command as expected but during the execution (which lasts 4 sec) it > opens the Pharo GUI.  > Is it expected? I thought headless means that the whole execution would > ha

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2017-12-22 Thread Cyril Ferlicot D.
On 12/22/2017 10:33 PM, Johan Brichau wrote: > Hi, > > I’m also hitting this > issue:  > https://pharo.fogbugz.com/f/cases/20737/Segmentation-fault-trying-to-load-code-into-a-64-bits-Pharo-6-1-Linux > Also reported > here:  > http://forum.world.st/Pharo-6-1-64-bits-segmentation-fault-loading-code-

Re: [Pharo-users] Iceberg, Git and Package version

2017-12-21 Thread Cyril Ferlicot D.
On 21/12/2017 14:43, Vitor Medina Cruz wrote: > Now I got lost, I had understand that a ConfigurationOfXXX is my project > definition and that Iceberg is just the Pharo VCS (in substitution of > monticello). Iceberg is now my project? How do I configure my > dependencies, groups and versions? The

Re: [Pharo-users] Metacello with Git

2017-12-19 Thread Cyril Ferlicot D.
Le 19/12/2017 à 19:25, Vitor Medina Cruz a écrit : > Hello, > > Using github:/// metacello works fine, but is > there another more general way of refering to a remote git repo? From > BitBucket or Gitlab for example. > Hi, For bitbucket you can use bitbucket://. I don't know for gitlab. Anyway

Re: [Pharo-users] Pharo Launcher name

2017-12-16 Thread Cyril Ferlicot D.
Le 17/12/2017 à 00:32, Glenn Hoetker a écrit : > I love the Pharo Launcher.  But, I find it confusing to have an > application called “Pharo.app”. Nothing in that name suggests it is a > launcher.  It is also very confusing to have an application called > “Pharo.app” next to one called “Pharo6.1.ap

Re: [Pharo-users] Working directory

2017-12-15 Thread Cyril Ferlicot D.
Le 15/12/2017 à 21:24, Hilaire a écrit : > In P3: > > FileSystem disk workingDirectory > =>File @ /home/hilaire/Travaux/Developpement/DrGeoII/Dev-pharo3.0/shared > > In P7: > > FileSystem disk workingDirectory > =>File @ /home/hilaire > > Is it a bug? > Hi! In Pharo 3 workingDirectory = ima

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-19 Thread Cyril Ferlicot D.
Le 19/11/2017 à 19:54, Julien a écrit : > Hello, > > I’m trying to set up continuous integration for one of my project but I > have an error with the CRC of the VM (see the > log https://travis-ci.org/juliendelplanque/PostgreSQLParser/jobs/304401690). > > Is it my fault? > Not your fault. It ha

Re: [Pharo-users] nice CSS for the Pharo online HTML version?

2017-11-05 Thread Cyril Ferlicot D.
Le 05/11/2017 à 17:45, Stephane Ducasse a écrit : > Hi > > I’m looking for a nice CSS for the Pharo online HTML version. > > I found something like that > https://www.smashingmagazine.com/2015/02/designers-start-coding-with-uilang/ > Hi, I was looking for a theme not long ago and I found this

Re: [Pharo-users] Deploying on Linux with LibC version < 2.15

2017-10-07 Thread Cyril Ferlicot D.
Le 05/10/2017 à 15:46, Holger Freyther a écrit : > > Hi! > > > for a brief moment you really scared me. I thought you referred to RedHat > Linux 6 which was released in 1999 but you are referring to Red Hat > Enterprise Linux (RHEL). > > As it turns out we have "latest" (as soon as a commit i

Re: [Pharo-users] ZnClient in Pharo 6.1 not working for Https on Windows

2017-10-06 Thread Cyril Ferlicot D.
Le 06/10/2017 à 13:02, kmo a écrit : > I was trying to Soup on Windows 7 and found I could not access https sites > > On windows 7 and 10 the following code fails: > > ZnEasy get:'https://genius.com/Alice-nuvole-lyrics'. > > This works fine in Pharo 5 on Windows. Also works fine with Pharo 6.1 (

Re: [Pharo-users] Deploying on Linux with LibC version < 2.15

2017-10-05 Thread Cyril Ferlicot D.
Le 05/10/2017 à 16:29, Holger Freyther a écrit : > I don't have a RHEL subscription but I assumed they are similar but > OBS even produces RHEL packages: > > https://download.opensuse.org/repositories/devel:/languages:/pharo:/stable/RHEL_6/ > > > Not sure. Even the RHEL documentation mentions -

Re: [Pharo-users] Reading a text file line by line

2017-10-04 Thread Cyril Ferlicot D.
Le 04/10/2017 à 16:31, Sven Van Caekenberghe a écrit : > Dirk, > > > One day we will have package level comments that will make clear the scope > and purpose of groups of code. > Hi, Package level comments are possible since Pharo 6. In Nautilus just open the comment pane while selecting a pa

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-11 Thread Cyril Ferlicot D.
Le 11/09/2017 à 21:03, Alejandro Infante a écrit : > Hi! > I would like to explore having support for Unicode characters. I want to help > for it. > > Who is the right person to talk about it? > Hi, Artefact was originally created by Guillaume Larcheveque and Olivier Auverlot. But I don't know

Re: [Pharo-users] [Pillar] Pillar source code of ESUG 2015 presentation? Presentations done with Pillar?

2017-08-29 Thread Cyril Ferlicot D.
Le 29/08/2017 à 14:54, H. Hirzel a écrit : > Hello > > On the slide 14 of the Pillar presentation at ESUG 2015 [1] it says > that the presentation was made with Pillar. Is the Pillar source code > available somewhere? > Hi! Here are the sources: https://drive.google.com/drive/folders/0B_KDRvt7h

Re: [Pharo-users] Dark Mode

2017-08-26 Thread Cyril Ferlicot D.
Le 27/08/2017 à 02:52, Damien Pollet a écrit : > Sure it is… AFAIK the light theme is still available in the settings > There is also the possibility to do it through the welcome window. -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d

Re: [Pharo-users] How to create a minimal image ?

2017-08-26 Thread Cyril Ferlicot D.
Le 26/08/2017 à 21:43, Dimitris Chloupis a écrit : > is this the jenkis job you talking about ? > https://ci.inria.fr/pharo/view/7.0/job/70-Bootstrap-32bit/ > > does the image work ? is it usable ? > Not sure but I think it is more this CI: https://ci.inria.fr/pharo-ci-jenkins2/ -- Cyril Fer

Re: [Pharo-users] Morphic renderer for Pillar?

2017-08-26 Thread Cyril Ferlicot D.
Le 26/08/2017 à 10:31, H. Hirzel a écrit : > > Hello Cyril > > Thank you for these two references with some info to the > > Pillar-TextRenderer > > Kasper Østerbye did. Do you have an idea where I could find the code. > > I found nothing so far in > > http://smalltalkhub.com/mc/Pier/

Re: [Pharo-users] Morphic renderer for Pillar?

2017-08-25 Thread Cyril Ferlicot D.
Le 25/08/2017 à 11:04, H. Hirzel a écrit : > Hello Stephane > > On 8/24/17, Stephane Ducasse wrote: > [...] >> >> This is good that there is Section 7 this in the doc. [1] We started to >> build a simple Morphic renderer for Pillar. >> We should continue. If someone wants to have fun. This would

Re: [Pharo-users] Where do I find a Pillar syntax summary?

2017-08-22 Thread Cyril Ferlicot D.
Le 22/08/2017 à 09:25, H. Hirzel a écrit : > Hello > > There is a tutorial for the Pillar document writing system [1]. The > Pharo 6 catalog entry shows that the Pillar syntax goes back to the > Pier CMS syntax of Lukas Renggli [2]. > > There is a syntax summary for the Pier CMS > > h

Re: [Pharo-users] including Pillar in Pharo image by default

2017-08-11 Thread Cyril Ferlicot D.
Le 11/08/2017 à 19:19, Stephane Ducasse a écrit : > Cyril > > the ** can be used to point to another class for example acting as a ref. > > Stef > > I though it would be kept for real links to web urls. -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01,

Re: [Pharo-users] including Pillar in Pharo image by default

2017-08-11 Thread Cyril Ferlicot D.
Le 11/08/2017 à 19:12, Cyril Ferlicot D. a écrit : > > We might want to add some syntax only for class comment and not Pillar > itself. For example to be able to reference a class in Pharo and get a > link to the class during the rendering. > > I think that we might also want

Re: [Pharo-users] including Pillar in Pharo image by default

2017-08-11 Thread Cyril Ferlicot D.
Le 11/08/2017 à 19:09, Stephane Ducasse a écrit : > Tx cyril > > For class comment I image that we want > > ! > > - > - > *url* > and bold > [[[ > > ]]] > > Did I miss something. > > Stef > > > We might want to add some syntax only for class comment and not Pillar itself. For example to

Re: [Pharo-users] including Pillar in Pharo image by default

2017-08-11 Thread Cyril Ferlicot D.
Le 11/08/2017 à 18:52, Peter Uhnak a écrit : > Hi, > > I would like to propose including Pillar in the Pharo image by default. > > My reasoning: > > Since we are moving to git, and most people will use github, gitlab, and the > likes, it is expected to include a README.md file (or possibly more

Re: [Pharo-users] STON question

2017-07-30 Thread Cyril Ferlicot D.
Le 30/07/2017 à 17:39, Stephane Ducasse a écrit : > Hi sven > > I'm coding with my son a game collector application :) > We want to save our collection with STON > > So far we have > > GameCollector asSTON >> > > String streamContents: [ :s | STON put: self onStreamPretty: s ] > > and we

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-25 Thread Cyril Ferlicot D.
Le 25/07/2017 à 19:37, Sven Van Caekenberghe a écrit : > Hi, > > User Herby Vojčík seems to have an issue with the --headless option on > Windows 10 > > https://pharo.fogbugz.com/f/cases/20271/ZnServer-managedServers-disappear-when-headless-mode-used > > I cannot reproduce his problem. > > May

Re: [Pharo-users] Version code Iceberg

2017-07-10 Thread Cyril Ferlicot D.
Le 10/07/2017 à 19:28, Benoit Verhaeghe a écrit : > Hi, > > Do you know how to create project with a stable version and a development > version with Iceberg ( git ). > Hi, In the configurations of Metacello you need to define the dependencies of your project and the versions because Monticell

Re: [Pharo-users] Quickly finding references from one package in another package?

2017-06-20 Thread Cyril Ferlicot D.
Le 20/06/2017 à 21:11, PAUL DEBRUICKER a écrit : > Hi - > > I'm porting some stuff to Pharo 6. The old stuff uses OSProcess and I'd like > to find all the references to classes from that package in my package. > Hello! I don't have a snippet to help you but I know how to help you a little f

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 16:33, Sven Van Caekenberghe wrote: > > > You change the representation of MooseEntity to the above short form, then > you just use MooseEntity instances inside other objects. All other instance > variables of MooseEntity will be skipped. > > Just like Date, Time, or DateAndTime

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 16:25, Sven Van Caekenberghe wrote: > > > OK. > > So there is some existing method that gives you the entity given its name ? > > MooseEntity class>>fromEntityName: 'mooseEntityName' > > Right ? > > So why can't you use the example that I gave you earlier, replace the UUID >

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 16:02, Sven Van Caekenberghe wrote: > > OK, that is an understandable example. > > But why exactly do you want Currency to be serialised differently ? You don't > want too many instances ? You want all instances to be #== ? Is Currency too > big ? You want to allow humans to edit

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 15:17, Sven Van Caekenberghe wrote: > > > OK. > > But don't go too far in writing actual code. I want to understand the use > case at a high level (like how you started), then I can try to find how/if > STON can do what you want. Right now, you are already too deep into a > poss

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 14:55, Sven Van Caekenberghe wrote: > > > The use of #stonAllInstVarNames works in limiting what you write out (there > is even a unit test based on STONTestUser3). > > But you seem to want to do something else, you want to write the others ones > out in a different way. > > Wha

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 14:22, Sven Van Caekenberghe wrote: > > Of course that does not work, it is your job to do something similar that > fits your use case. You certainly do not have to cache everything. > > On the other had, if you only serialise part of an object, or just one > reference (id, url, n

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 13:46, Sven Van Caekenberghe wrote: > >> On 17 May 2017, at 12:44, Sven Van Caekenberghe wrote: >> >> Hi Cyril, >> >> This can be done quite easily in STON, I will make you a small example and >> add it to the unit tests. > > === > Name: STON-Tests-SvenVanCaekenberghe.79 > Author:

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 13:14, Peter Uhnak wrote: > Just curious... why don't you use MSE? > Because what we want to export is not composed only of entities describes by Fame. We only reference some of them sometimes. > Peter > -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacq

[Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
Hi! At Synectique sometimes we use Ston to export models that contains some MooseEntities. Moose entities been complex, we usually export only the moose name of the entity then we retrieve the entity during the import. But we did not find any "easy" way to do this in Ston. I used voyage and it h

[Pharo-users] Vm crash

2017-05-15 Thread Cyril Ferlicot D.
Hello, At Synectique a client reported us a problem that we cannot reproduce. The vm crash and the error displayed is: stack page bytes 4096 available headroom 3300 minimum unused headroom 1880 launchServer.sh: line 2: 34556 Aborted (core dumped) pharo-linux-vm/pharo Pharo.image

Re: [Pharo-users] prespur vm for sierra

2017-05-09 Thread Cyril Ferlicot D.
On 09/05/2017 14:13, Tudor Girba wrote: > Hi, > > I have a demo image coming from a pre-Spur era, and I just realized that I > cannot run the old VM on Sierra. > > Is there a version that I can use for this? > Hi, http://files.pharo.org/get-files/40/pharo-mac-stable.zip It should work. > Ch

Re: [Pharo-users] How to detect encoding of a file

2017-05-04 Thread Cyril Ferlicot D.
On 03/05/2017 16:41, Sven Van Caekenberghe wrote: > I added the following (Zn #bleedingEdge): > > === > Name: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.49 > Author: SvenVanCaekenberghe > Time: 3 May 2017, 4:30:44.081888 pm > UUID: fe8b083d-010b-0d00-9df5-fde304bccfdc > Ancestors: Zinc-Chara

  1   2   >