Re: [Pharo-dev] [Pharo 8.0] Build #1040: [easyReview] fixing comment typos

2019-12-06 Thread vincent.blondeau
Maybe this? https://ci.inria.fr/pharo-ci-jenkins2/blue/organizations/jenkins/Test%20pending%20pull%20request%20and%20branch%20Pipeline/detail/Pharo8.0/1040/pipeline : Error: Bad BitBlt arg (Fraction?); proceed to convert. GrafPort(Object)>>error: GrafPort(BitBlt)>>copyBits

Re: [Pharo-dev] Zero Conf for Windows 10

2019-09-11 Thread vincent.blondeau
Yes It works thanks! But, it is still not an optimal solution because you need to install git bash and in windows bash scripts you have to mix with git bash commands. Thanks, Vincent From: Pharo-dev On Behalf Of Christopher Fuhrman Sent: Wednesday, 11 September 2019 13:31 To: Pharo

[Pharo-dev] Zero Conf for Windows 10

2019-09-11 Thread vincent.blondeau
Hi all, I wanted to try to get a Pharo image (the headless one to try the new gtk binding) through the Pharo Zero conf on a Windows 10 machine. So, I ran in the Powershell and the cmd: curl https://get.pharo.org/64/vmHeadlessLatest80 | bash But bash is not recognized under windows, so you

Re: [Pharo-dev] Excel export with Tabular

2018-11-28 Thread Vincent.Blondeau
Hi Norbert, I just converted the repository to git few days ago: https://github.com/VincentBlondeau/Tabular I missed to inform you on the mailing list. A thing that is now done! Thanks, Vincent -Original Message- From: Pharo-dev On Behalf Of Norbert Hartl Sent: Wednesday, November 28,

[Pharo-dev] Hash on collections

2018-06-20 Thread Vincent.Blondeau
Hi, I was watching to the Collection>>#hash implementation and I found something strange: self size <= 10 ifTrue: [self do: [:elem | hash := hash bitXor: elem hash]]. Can someone know why the contents are only considered for the hash if the collection size is

[Pharo-dev] Sign Windows VMs

2018-05-14 Thread Vincent.Blondeau
Hi! I am using Pharo in a company network under a firewall, an antivirus, and windows, and each day I have an issue with some parts of the Pharo application that are recognized as a threat. So, I cannot download it or execute it straightforwardly. Today was this one:

Re: [Pharo-dev] Pharo Launcher on Windows > Failing

2018-04-12 Thread Vincent.Blondeau
Hi Phil, I can help you to fix this issue. Can you tell me the list of the files in the folder that is designed by the error? And in the parent folder, there should be a zip file with the same name, can you check if Pharo.exe is here and if the file list is the same? It will be nice if you can

[Pharo-dev] Discord server vanished!

2018-03-09 Thread Vincent.Blondeau
Hi, It seems that the Pharo discord server is not available anymore at this address provided on Pharo.org: https://discordapp.com/invite/Sj2rhxn And it vanished from the discord app... Where did it go? Thanks, Vincent <>

Re: [Pharo-dev] [ANN] Cruiser: A Pharo app packager

2018-03-09 Thread Vincent.Blondeau
Hi Phil! Indeed! The UFFI is working without the sources. It is integrated in Cruiser as a parameter for deployment. You can activate or deactivate it at will: [cid:image001.png@01D3B78A.D549CDB0] Let us know if you encounter some issues with it! Thanks! Vincent From: Pharo-dev

Re: [Pharo-dev] [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-08 Thread Vincent.Blondeau
Thx! That's not planned to do mobile apps for now. I was even not aware that mobile apps could be done with Pharo. But, if you feel the need to do it, any contribution is welcomed! Vincent From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Todd Blanchard Sent:

Re: [Pharo-dev] Change Pharo window icon

2018-02-06 Thread Vincent.Blondeau
Hi, The fact that he mentioned an ability to change window's title from inside of the running image suggested me that he actually wants to change an icon at runtime too. Indeed, that is what I would like to do. Cheers, Vincent From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On

Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-02-01 Thread Vincent.Blondeau
Even a simple wget cmd does not work too wget : Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. At line:1 char:1 + wget https://files.pharo.org/get-files/70/pharo-win-stable.zip +

[Pharo-dev] Change Pharo window icon

2018-01-31 Thread Vincent.Blondeau
Hi, I would like to know how to change the main Pharo window icon. I saw that there is a primitive for the title: DisplayScreen class >> primitiveWindowTitle:string: ; primitive: 'primitiveHostWindowTitle' module:'HostWindowPlugin' but I cannot find one for the icon. Should another primitive

Re: [Pharo-dev] FFI without the Pharo sources

2018-01-30 Thread Vincent.Blondeau
Hi, So, I suggest this solution: https://github.com/pharo-project/pharo/pull/750 It is a plugin for the OpalCompiler that can be activated with the command "FFICompilerPlugin install." The plugin is pragma-based to detect the methods where the arguments names should be remembered. The pragma

Re: [Pharo-dev] Iceberg Loading issue

2018-01-26 Thread Vincent.Blondeau
Thanks Alistair! I'll try that. But, still, there is an issue somewhere in Iceberg. Cheers, Vincent -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Alistair Grant Sent: Friday, January 26, 2018 0:57 To: Pharo Development List

[Pharo-dev] Iceberg Loading issue

2018-01-25 Thread Vincent.Blondeau
Hi, I am encountering some problems with Iceberg on the latest version. I want to load the commits I just made on a branch on my Pharo fork, let's say "21124". I set the local repo to the current version of my Pharo image, i.e. the development branch (commit 0dbf86). Thanks to the iceberg

Re: [Pharo-dev] FFI without the Pharo sources

2018-01-24 Thread Vincent.Blondeau
From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Eliot Miranda Sent: Wednesday, January 24, 2018 10:24 To: Pharo Development List Subject: Re: [Pharo-dev] FFI without the Pharo sources On Wed, Jan 24, 2018 at 10:21 AM, Eliot Miranda

Re: [Pharo-dev] FFI without the Pharo sources

2018-01-24 Thread Vincent.Blondeau
-Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Eliot Miranda Sent: Wednesday, January 24, 2018 8:09 To: Pharo Development List Subject: Re: [Pharo-dev] FFI without the Pharo sources

Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-01-24 Thread Vincent.Blondeau
Hi, I think that is not related... I have this problem since last week and it is still there today. Vincent From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Marcus Denker Sent: Wednesday, January 24, 2018 0:01 To: Pharo Development List

[Pharo-dev] FFI without the Pharo sources

2018-01-23 Thread Vincent.Blondeau
Hi, I am working to be able to create some standalone apps in Pharo. And for this, I would like to remove of the .sources and .changes. But, by removing them, the args names are reset to arg1, arg2, arg3, ... and the FFI cannot be used anymore. Does someone (Esteban?) have a solution that I

[Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-01-23 Thread Vincent.Blondeau
Hi, With the Pharo launcher, the VM are automatically downloaded from the files.pharo.org server. However, it seems that the download of some VMs doesn't work at least under Windows 10. For the P7 image, the download stops at 38% (~2.5Mo) with the error "ConnectionClosed: Cannot Read Data",

[Pharo-dev] Cannot debug startUp methods

2018-01-23 Thread Vincent.Blondeau
Hi, In the latest version of Pharo (Build 439 - sha 4810710), I would like to debug a startup script, but when I set up an halt in the method, the image is not able to start anymore... For example, when putting an halt in LanguageEnvironment class>>startUp self halt.

Re: [Pharo-dev] powerSet

2015-10-22 Thread vincent.blondeau
Hi, I propose a simpler implementation: 4 in: [ :e | (1 to: e) combinations ] Vincent Le 2015-10-22 23:25, Ferlicot D. Cyril a écrit : Le 22/10/2015 22:58, stepharo a écrit : Hi I was programming an exercise with one of my son (well in Python arghh) and I end it up doing it in Pharo