Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Esteban Lorenzano
Hi, in fact, I think you made quite the contrary: you declared a code subdirectory that does not exits. what you need to do is to press “Edit…” button and clean anything that appears in “code subdirectory” field. also, I have no idea why you have two entries for same project :) Esteban > On

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Esteban Lorenzano
> On 24 Jul 2017, at 09:10, Esteban Lorenzano wrote: > > Hi, > > in fact, I think you made quite the contrary: you declared a code > subdirectory that does not exits. > what you need to do is to press “Edit…” button and clean anything that > appears in “code subdirectory” field. > > also, I

Re: [Pharo-users] Compiling documents with Pillar

2017-07-24 Thread p...@highoctane.be
You do it with Docker. Check: https://github.com/cdlm/docker-texlive and https://docs.docker.com/docker-for-windows/ Phil On Sun, Jul 23, 2017 at 8:29 PM, Myroslava Romaniuk wrote: > Hi, > > how do I compile a document using Pillar if I want to get a PDF? I tried > googling but didn't get a

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Alistair Grant
Hi Hernan, On Sun, Jul 23, 2017 at 06:22:52PM -0300, Hern??n Morales Durand wrote: > Hi guys, > > I am trying to import code - in Pharo 6 - from a GitHub repository: > https://github.com/jigyasa-grover/CORMAS-Pharo. The repository doesn't > include a Baseline, and so it is not loadable using a Me

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Hernán Morales Durand
Hi 2017-07-24 4:10 GMT-03:00 Esteban Lorenzano : > Hi, > > in fact, I think you made quite the contrary: you declared a code > subdirectory that does not exits. > what you need to do is to press “Edit…” button and clean anything that > appears in “code subdirectory” field. > Thanks, that fixed

[Pharo-users] Question

2017-07-24 Thread Koos Brandt
Hi I am still learning but something weird happened. In a new Workspace Do-it myVar := LargeInteger new Print-itmyVar When I inspect it I get SubclassResponsibility: LargeInteger had the subclass responsibility to implement #printOn:base: When I browse LargeInteger, th

Re: [Pharo-users] Question

2017-07-24 Thread p...@highoctane.be
LargeInteger is not what you should use. Try this: v:= SmallInteger minVal - 1 In 64-bit, one gets:"-1152921504606846977" and there you have a LargeNegativeInteger that prints properly. v := SmallInteger maxval + 1 "1152921504606846976" same but positive. You have Integers that are Numbers

[Pharo-users] [ANN] Pharo 6.1 (summer) released!

2017-07-24 Thread Esteban Lorenzano
Hi, We are releasing Pharo 6.1. Usually, between each major version we just apply bugfixes changing the build number and not announcing new versions but this time is different since the fixes applied required a new VM. The principal reason for the new version is to update Iceberg support, bri

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-07-24 Thread Tudor Girba
Great job! Doru > On Jul 24, 2017, at 1:56 PM, Esteban Lorenzano wrote: > > Hi, > > We are releasing Pharo 6.1. > Usually, between each major version we just apply bugfixes changing the build > number and not announcing new versions but this time is different since the > fixes applied req

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-07-24 Thread Sven Van Caekenberghe
Thank you, sounds like a really cool move. > On 24 Jul 2017, at 13:56, Esteban Lorenzano wrote: > > Hi, > > We are releasing Pharo 6.1. > Usually, between each major version we just apply bugfixes changing the build > number and not announcing new versions but this time is different since th

Re: [Pharo-users] [ANN] Pharo 6.1 (summer) released!

2017-07-24 Thread Norbert Hartl
Thank you! That is so cool. Norbert > Am 24.07.2017 um 13:56 schrieb Esteban Lorenzano : > > Hi, > > We are releasing Pharo 6.1. > Usually, between each major version we just apply bugfixes changing the build > number and not announcing new versions but this time is different since the > fi

Re: [Pharo-users] [ANN] Pharo 6.1 (summer) released!

2017-07-24 Thread Herby Vojčík
Esteban Lorenzano wrote: Hi, We are releasing Pharo 6.1. Usually, between each major version we just apply bugfixes changing the build number and not announcing new versions but this time is different since the fixes applied required a new VM. The principal reason for the new version is to updat

Re: [Pharo-users] Pharo based system monitoring (Nagios like)?

2017-07-24 Thread Alistair Grant
Hi Norbet, On Sat, Jul 22, 2017 at 10:52:16PM +0200, Norbert Hartl wrote: > Hi, > > I just made it nagios compatible. I developed it because I'm using munin [1]. > You can look at this [2] blog post how to do it. If you have questions just > ask. > > Norbert > > [1] http://munin-monitoring.or

Re: [Pharo-users] Compiling documents with Pillar

2017-07-24 Thread Damien Pollet
Docker provides a working and sufficiently complete TeX installation which is used on Travis to build the most recent books (e..g the booklets with the blue cover plus a couple other ones). But the build itself relies on makefiles, templates etc. Pillar is only one step in that process. Currently

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-07-24 Thread Tim Mackinnon
This is a great step to show we have a stable consistent base for the year ahead - thanks for pulling this off! One small caveat on the 64bit angle - there are still some known outstanding bugs with 64bits - meaning that Fuel is known not to work (which might be for more specialised things - bu

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Jigyasa Grover
Hello Hernán, I guess you were able to resolve the issue. Any queries ? Also, really glad you are playing with the CORMAS Pharo project Any vision or specific task you are planning to work ? :) Thank You Best Jigyasa Grover -- View this message in context: http://forum.world.st/Cloning-code-

Re: [Pharo-users] Beyond Live Coding

2017-07-24 Thread Jimmie Houchin
My apologies if I wasn't clear. I wasn't stating that Pharo was crash prone. I was stating the exact opposite and that other languages are crash prone. That in other languages that a program crashing or misbehaving in some way is a normal part of the development process. It is one of the ways o

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Hernán Morales Durand
Hello Jigyasa, For now I am reading the Cormas mailing-list and annotating requirements, issues, etc. Also I started to port the VW UI (the easy parts) to Pharo. I will post some questions on the mailing-list tomorrow. Thank you, Hernán 2017-07-24 13:30 GMT-03:00 Jigyasa Grover : > Hello Herná

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Jigyasa Grover
Hello Hernán Great ! It shall be really nice to have your contributions to the project. What is your Github handle ? Perhaps I can add you as a contributor to the project on Github so that it's easy to push commits for the new UI stuff you shall be doing :) Best Jigyasa Grover Github: jigyasa-grove

[Pharo-users] Looking for small boards and tiny computers which can run Pharo

2017-07-24 Thread Steven Costiou
Hi, i am looking for: - small hardware, boards/computers, "embeddable" devices, etc. that can run Pharo (except Raspberry pi that i already know) - robots, flying drones or things alike with an open linux which can possibly run Pharo Could somebody points me to documentation or web sites wh

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Hernán Morales Durand
2017-07-24 4:29 GMT-03:00 Alistair Grant : > Hi Hernan, > > On Sun, Jul 23, 2017 at 06:22:52PM -0300, Hern??n Morales Durand wrote: >> Hi guys, >> >> I am trying to import code - in Pharo 6 - from a GitHub repository: >> https://github.com/jigyasa-grover/CORMAS-Pharo. The repository doesn't >> incl

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-24 Thread Thierry Goubier
Le 24/07/2017 à 21:55, Hernán Morales Durand a écrit : 2017-07-24 4:29 GMT-03:00 Alistair Grant : Hi Hernan, On Sun, Jul 23, 2017 at 06:22:52PM -0300, Hern??n Morales Durand wrote: Hi guys, I am trying to import code - in Pharo 6 - from a GitHub repository: https://github.com/jigyasa-grover/C

[Pharo-users] Pharo support

2017-07-24 Thread John Pfersich
If you want to support the Pharo project financially, go to https://salt.bountysource.com/teams/pharo or http://association.pharo.org to donate. Sent from my iPad