[Pharo-users] Detecting image (pharo process) hang?

2015-06-03 Thread David
I am making a little watchdog (in C++) for spawning forked pharo image processes and detecting when they crash (for ex, memory exhausted and/or killed) so it can restart the image. It works, but for now I have only 1 remaining thing: How can I detect from outside, when pharo process is hanged and

Re: [Pharo-users] Detecting image (pharo process) hang?

2015-06-03 Thread David
El Wed, 3 Jun 2015 11:55:17 +0200 Davorin Rusevljan escribió: > On Wed, Jun 3, 2015 at 11:51 AM, David > wrote: > > > I am making a little watchdog (in C++) for spawning forked pharo > > image processes and detecting when they crash (for ex, memory > > exhausted and/o

Re: [Pharo-users] Detecting image (pharo process) hang?

2015-06-03 Thread David
El Wed, 03 Jun 2015 12:33:16 +0200 Stephan Eggermont escribió: > On 03-06-15 12:07, David wrote: > > That could work, but can be time expensive. I already have seaside > > installed (and I am using that) so I may try that. > > > > The only problem I see if that if t

Re: [Pharo-users] ZnClient and percent characters

2015-06-10 Thread David
El Wed, 10 Jun 2015 10:14:37 -0500 Jimmie Houchin escribió: > Hello, > > I am attempting to use ZnClient to request data. The request requires > a %2C (comma) delimited string as part of the query. Below is a > snippet. > > znClient > addPath: '/v1/instruments'; > queryAt: 'fie

[Pharo-users] Problem with Pharo 9 - repositories missing

2021-04-11 Thread david
, can it? How do I get out of this mess, given that that is a clean install? David Totally Objects

Re: [Pharo-users] Pharo and instance variables ...

2017-10-17 Thread David Mason
Any instance method in the class where the instance variable is defined or in a subclass can access the instance variable. Similarly for class methods to access class-side variables, and for class and instance methods to access class variables. On 17 October 2017 at 23:04, James Ladd wrote: > H

Re: [Pharo-users] Pharo and instance variables ...

2017-10-17 Thread David Mason
ilar to protected in Java (see http://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html ) except there is no "Package" column. On 17 October 2017 at 23:30, James Ladd wrote: > Please could you provide an example? > > > > On Wed, Oct 18, 2017 at 2:16 PM, David

Re: [Pharo-users] Smalltalk Argument

2017-10-24 Thread David Mason
PharoJS is working to give you that mobile app/browser app experience. As with others, we're not there yet, but getting there. See http://pharojs.org The 67% loved means that 67% of people using Smalltalk (or perhaps have ever used it) want to continue - so it's presumably a high percentage of a

[Pharo-users] Need help opening image

2017-03-12 Thread David Shaffer
extension 'bundle/Contents/MacOS/' to … which I know is a known bug. The problem is, I can’t find a VM that doesn’t have this bug but can open my old image format (on OSX). Any pointers would be appreciated. Thanks! David

Re: [Pharo-users] Need help opening image

2017-03-12 Thread David Shaffer
; not. Thanks guys! The second image (cog_macos32x86_squeak.cog…) seems to be working great. The “latest.zip” image gives the NSPathStore2 errors. David

[Pharo-users] read, display, and annotate MS Word and PDF files?

2017-03-20 Thread David Epstein
files? If not, is it easy to call libraries intended for other languages, such as http://www.foxitsdk.com/ ? Thank you, -david

[Pharo-users] Job for Spec & Roassal?

2017-07-30 Thread David Epstein
king a Spec button would create a Roassal object? -david

[Pharo-users] step-by-step trace of object creation and messaging?

2017-08-01 Thread David Epstein
No code is problematic (that I know of). Ideally, I'd like to see what is happening when I start one of OpenPonk's examples, such as "BORM Simple Diagram". What tool or browser can I use to do this? -david

Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread David Allouche
Strangely, I am not able get any response from Ctrl-TAB, which is essential to tab out of a text widget. Looking with the inspector, it looks like it SHOULD do what I need, but it appears that the keyboard event does not get there. How can I get a transcript output for every detected keyboard e

[Pharo-users] Ctrl-tab not working

2016-01-05 Thread David Allouche
> On 5 Jan 2016, at 15:03, Thierry Goubier wrote: > > 2016-01-05 14:42 GMT+01:00 David Allouche <mailto:da...@allouche.net>>: > Strangely, I am not able get any response from Ctrl-TAB, which is essential > to tab out of a text widget. > > Looking with the insp

[Pharo-users] Pharo Docs website broken

2016-01-10 Thread David Allouche
Hello, It seems the pharodocs website is broken. Pages for classes are rendered, but the documentation does not display the messages, only their docstrings. That makes it quite unusable. http://files.pharo.org/doc/4.0/#packageList=package.html&classList=package/Kernel.html&classView=class/Proto

[Pharo-users] I am David Allouche, let me introduce myself.

2016-01-10 Thread David Allouche
Hello folks. Some people have already seen me on Twitter and Slack, but I believe there might be some people on the mailing list that did not see those conversations. As I have done on Slack, I am writing this introduction so people have an idea where I come from and what is my business with Ph

Re: [Pharo-users] Pharo Docs website broken

2016-01-10 Thread David Allouche
ld be removed from such a highly visible page. As it is, it is confusing for new users, who need it most, and reflects badly on the state of Pharo in general. > On 10 Jan 2016, at 22:25, Serge Stinckwich wrote: > > Dear David, > > yes this maybe broken, but most of the time, a

Re: [Pharo-users] Understanding the role of the sources file

2016-01-13 Thread David Allouche
Hey, Since I just recently figured that stuff out, my perspective might be useful. I do not think it is a good idea to push external VCS too much at this point. They are important to collaboration, so they should be mentioned, but they add a lot of complexity. Taking into account the feedback

Re: [Pharo-users] Understanding the role of the sources file

2016-01-13 Thread David Allouche
> On 13 Jan 2016, at 16:27, Dimitris Chloupis wrote: > > "The virtual machine (VM) provides the environment where the Pharo system > lives. It is different for each operating system and hardware architecture, > and runs as a machine language executable in the operating system. It > implements

Re: [Pharo-users] I am David Allouche, let me introduce myself.

2016-01-13 Thread David Allouche
Thank you everyone for the kind responses. I will answer some of the questions and suggestions here. > To get faster to the intellectual stimulation, pick a task / project and > start asking questions. And have fun :). That is good advice, but right now I think I will just explore the system,

Re: [Pharo-users] Understanding the role of the sources file

2016-01-13 Thread David Allouche
first widely deployed language implementation to use a tracing interpreter to JIT a language with latent typing. I believe all the other major Javascript implementations have followed suite. This is also the approach used by PyPy. Java and .Net have static typing, so they do not require a trac

Re: [Pharo-users] I am David Allouche, let me introduce myself.

2016-01-14 Thread David Allouche
>> I can't remember who famous said something like "The only languages >> worth learning are the ones that changes the way you think about >> programming..." and I found that with Smalltalk & Pharo. Oh, I just found it. Epigram 19 by Alan J. Perlis. http://pu.inf.uni-tuebingen.de/users/klaeren/

Re: [Pharo-users] Memory mapped files and Pharo (aka Unreal Engine 4 integration with Pharo)

2016-01-17 Thread David Allouche
First a disclaimer, I do not have a lot of experience with inter-process communication (I have a bit, though), and no direct experience with mmaped files. > On 17 Jan 2016, at 17:41, Dimitris Chloupis wrote: > > 1) Do you think this is possible with the current Pharo ? > > 2) Will I be limite

Re: [Pharo-users] Memory mapped files and Pharo (aka Unreal Engine 4 integration with Pharo)

2016-01-18 Thread David Allouche
> On 17 Jan 2016, at 22:18, Dimitris Chloupis wrote: > > Pipes are actually slower than sockets (local UNIX sockets that is) and I > dont need sockets if I am using shared memory. > > I could create an event que and not allow direct access to shared memory, > this way I make sure everything

Re: [Pharo-users] Updated Pharo by Example

2016-01-18 Thread David Allouche
Send an email to pharo-users-requ...@lists.pharo.org with subject "unsubscribe" from the subscribed address. mailto:pharo-users-requ...@lists.pharo.org?subject=unsubscribe To all: it w

Re: [Pharo-users] Dynamic Typing > Static Typing? « games.greggman.com

2016-01-20 Thread David Allouche
> On 20 Jan 2016, at 19:27, Jimmie Houchin wrote: > > I will not argue whether or not Smalltalk and Lisp were right all along. > However, the fact that Smalltalk and Lisp are where they are is not simply a > matter of technical merit. There were many, many, political decisions made by > the o

Re: [Pharo-users] Use cases for methods with optional parameters

2016-01-25 Thread David Allouche
> On 20 Jan 2016, at 16:08, Damien Cassou wrote: > > Before starting to implement anything, I need to know if it makes sense. > If you want to help me, please send me all the use cases you have by > giving me: > > - the library name (and URL if not in Catalog), or "pharo" if it's in > Pharo >

Re: [Pharo-users] Use cases for methods with optional parameters

2016-01-29 Thread David Allouche
> On 28 Jan 2016, at 21:55, stepharo wrote: > Le 25/1/16 09:32, David Allouche a écrit : >> - Morphic >> - Morph >> - addAlarm:*at: >> - addAlarm:*after: >> - startStepping* >> - subMorphNamed:* >> >> - Morphic >> - MenuMorph >>

Re: [Pharo-users] Pharo and OpenMP

2016-01-30 Thread David Allouche
> On 26 Jan 2016, at 18:24, Dimitris Chloupis wrote: > > First my apology for the very long post but I think this will interest a lot > of people. I found that intriguing. I wonder whether the lack of response means: The message was too long. Nobody cares. It's too wrong to respond. It's too

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread David Boeren
Didn't seem to have any effect. The broken windows are still there, and the file size is still 99.5MB. On Tue, Dec 9, 2014 at 8:49 PM, Mariano Martinez Peck wrote: > The size could have been the Monticello cache for all the stuff you loaded? > In the big image try ImageCleaner new cleanUpForRel

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-10 Thread David Boeren
e too :) On Wed, Dec 10, 2014 at 11:29 AM, Esteban Lorenzano wrote: > well… I cannot find what happened :P > > Esteban > > On 10 Dec 2014, at 15:51, David Boeren wrote: > > OK, here is both the screenshot of the process browser and also the image > file... I am interested

Re: [Pharo-users] New Pharo user, some questions

2014-12-10 Thread David Boeren
That's the next line of code after what I quoted: "Parse the JSON data returned by the api" data := NeoJSONReader fromString: response. But, prior to the JSON parsing I was doing a couple of string replacements to patch up the data. The system I'm moving the data into doesn't accept accented cha

Re: [Pharo-users] New Pharo user, some questions

2014-12-10 Thread David Boeren
uction to Pharo. Is an ongoing effort > so subscribe to be notified about new tutorials. > > On Wed, Dec 10, 2014 at 10:26 PM, dboeren wrote: > >> Now that my image is working properly again and the fires have been put >> out, >> I wanted to introduce myself a bit better

Re: [Pharo-users] New Pharo user, some questions

2014-12-11 Thread David Boeren
work there either. My primary concern at this point is just to get it working which has nothing to do with JSON at all, this is purely a string operation. On Thu, Dec 11, 2014 at 1:37 AM, Sven Van Caekenberghe wrote: > > > On 11 Dec 2014, at 04:41, David Boeren wrote: > > >

Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread David Boeren
I agree, I am not sure what you mean by a script here - can you elaborate? Personally, I think the environment erases a lot of the conceptual difference between a "script" vs. a "program". On Fri, Dec 12, 2014 at 7:56 AM, Alexandre Bergel wrote: > > Hi! > > I am not sure what you mean by “scrip

Re: [Pharo-users] New Pharo user, some questions

2014-12-12 Thread David Boeren
typo there. It should be > > \u00e9 > > #copyReplaceAll:with: is working without problems. > > Cheers, > > Hernán > > > 2014-12-11 10:45 GMT-03:00 David Boeren : > >> I could, but if I do it before parsing, I only have to do the string >> replacement in one pl

Re: [Pharo-users] Stupid Question

2014-02-08 Thread David Harris
Alt-Shift-Left click does indeed initiate the halo under Windows. But... In my testing, I used AthensDemoMorph new openInWorld When I use the Move element of the halo, I get "MessageNotUnderstood: AthensDemoMorph>>passenger" I'm a novice, but that seems unusual.

[Pharo-users] Right-click and tutorial

2014-04-29 Thread David Harris
I reported a problem with the mouse right-click under Windows 7 last January and the 30845 update still exhibits the same behavior. Selected Pharo Tutorials from the World menu. Expanded Pharo Syntax Tutorial. Clicked Welcome. Highlighted 'PharoTutorial next.' Right-click of mouse does nothing.

[Pharo-users] Opening a System Browser

2019-01-31 Thread David Richards
>From 2018-09-29-UpdatedPharoByExample.pdf page 20: [image: image.png] How to do this with Calypso? Smalltalk tools openClassBrowser ...?... Thanks.

Re: [Pharo-users] Opening a System Browser

2019-01-31 Thread David Richards
Thanks Hernán. Smalltalk tools browser open. This code expression is helpful to see and understand. My question goes further however -- to how we can open the browser to display a specified method of a specified class (e.g. the 'factorial' method of class 'Integer')

Re: [Pharo-users] Opening a System Browser

2019-01-31 Thread David Richards
Thanks Hernán and Cyril. Although I've been a programmer since 1977, with professional experience in functional and object-oriented development, I'm a total newcomer to the Pharo/ST ecosystem. Your replies are much appreciated. David On Thu, 31 Jan 2019 at 08:38, Cyril Ferli

Re: [Pharo-users] Opening a System Browser

2019-01-31 Thread David Richards
browse. > > > On 31 Jan 2019, at 17:38, Cyril Ferlicot > wrote: > > > > > > > > On Thu, Jan 31, 2019 at 5:23 PM David Richards < > david.i.richards@gmail.com> wrote: > > Thanks Hernán. > > > > Smalltalk tools browser open. > >

[Pharo-users] pathSegments of workingDirectory?

2019-02-13 Thread David Richards
an edge case where pathSegments does not return a semantically consistent value? Thanks David

Re: [Pharo-users] pathSegments of workingDirectory?

2019-02-14 Thread David Richards
rce*lled with syntactimancy: FileLocator workingDirectory pathString asFileReference pathSegments This smells a lot like an edge case to me. But perhaps it is the Way of Smalltalk. Thanks David On Wed, 13 Feb 2019 at 22:46, Sven Van Caekenberghe wrote: > David, > > > On 14 Feb 2019,

Re: [Pharo-users] pathSegments of workingDirectory?

2019-02-14 Thread David Richards
Perfect. Many thanks. On Thu, 14 Feb 2019 at 05:14, Sven Van Caekenberghe wrote: > > > > On 14 Feb 2019, at 13:55, David Richards > wrote: > > > > Hi Sven, > > > > Your second example expression fails for 'workingDirectory': > >

[Pharo-users] instantiate Sparta canvas?

2019-02-25 Thread David Richards
nvas of size 400@250: [[[language=smalltalk canvas := SpartaCanvas extent: 400@250. ]]] So, how do instantiate and display a Sparta canvas? Where can I find good documentation about Sparta? Thanks. David

[Pharo-users] Can't addChild:

2019-02-25 Thread David Richards
| canvas space node text | . BlUniverse reset . space := BlSpace new . space show . space title: 'Test Space' . space extent: 800@400 . space root background: Color lightBlue . space position: 1@25 . canvas := BlSpartaMozCanvasBuilder extent: 400@250 . space root addChild: canvas This fails.

[Pharo-users] Display MozCanvas on screen?

2019-02-25 Thread David Richards
| canvas | . canvas := BlSpartaMozCanvasBuilder extent: 600@400 How do I display this MosCanvas on screen? Does anyone know where I can get documentation on how to do graphics in Pharo? The comments in the code are not understandable to a beginner.

Re: [Pharo-users] Possible Spam(11.174):Re: Old projects in ss3

2019-08-10 Thread David Shaffer
If it’s any help, I have the same problem: http://ss3.gemtalksystems.com/ss/GOODS.html/Overview?_s=ZrZWgaJfvGoNIvPS&_k=GbwLrAF0EDsVoys2 Gives: > On Aug 9, 2019, at 9:30 PM, Paul DeBruicker wrote:

Re: [Pharo-users] Pharo: Git and GUI speed; JS widget reuse in PharoJS

2019-10-07 Thread David Mason
The PharoJS FAQ page describes this:     https://pharojs.github.io/faq.html ../Dave On Oct 7, 2019, 8:41 AM -0400, Noury Bouraqadi , wrote: > > > > On 7 Oct 2019, at 05:12, Shaping wrote: > > > > How does PharoJS deal with the JS reuse issue?   There are lots of JS > > widgets out there that we

Re: [Pharo-users] Concurrency Best Practices + Tests

2019-10-15 Thread David Mason
I’d love to see someone write a recording debugger for smalltalk. In theory you might be able to use rr with Pharo. https://rr-project.org/ ../Dave On Oct 15, 2019, 9:22 AM -0400, Noury Bouraqadi , wrote: > Thanks Vince, Christopher, and Tim! > > Noury > > > On 15 Oct 2019, at 05:46, Vince Refit

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

2020-01-20 Thread David Mason
haro-project/pharo-changelogs/blob/master/Pharo80ChangeLogs.md). > > While the technical improvements are significant, still the most impressive > > fact is that the new code that got in the main Pharo 8.0 image was > > contributed by more than 100 people. > > Pharo is more than code.

[Pharo-users] Re: exercism bowling challenge

2020-09-25 Thread David Bajger
;> handling >> > of bonuses in last round of game (subclass of Frame). Bowling game can >> be >> > then initialized with array 9 Frame instances and last instance could be >> > LastFrame. I used specific test methods on frame classes like: >> > #isFrameComplete, #i

[Pharo-users] Is there a file selector in Pharo

2021-01-27 Thread David Pennington
not how to extract the path. Can anyone help please? David Totally Objects

[Pharo-users] Re: Is there a file selector in Pharo

2021-01-27 Thread David Pennington
Both of those were very helpful . Interestingly, I was expecting a file path but I got the actual file so that makes it a bit easier. Great group. I will enjoy being here. Thanks to Torsten and Noury David Totally Objects > On 27 Jan 2021, at 16:24, Torsten Bergmann wrote: > >

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-11 Thread David Pennington
github.com/pharo-project/pharo/issues/8411>? > > Pierre > > On 11/02/2021 16:33, David Pennington wrote: >> I attach a couple of screen shots and a file containing the item that I am >> trying to open. What else can I supply? This has been working for a couple >> of

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-11 Thread David Pennington
^ self makeObject: (STON fromString: result ) I get an Association. Why don’t I get a Dictionary. I did two days ago when all of this was working perfectly and we were happily matching the Pharo Seaside display to our bank account :=) David > On 11 Feb 2021, at 16:39, Sven Van Caekenberghe wr

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-11 Thread David Pennington
records so I am very happy. I have yet to look at deleting the old file before writing but I am sure that this will make it superb. Many thanks for your help in this. David TotallyObjects http://www.totallyobjects <http://www.totallyobjects/>.com Your suggestion worked perfectly - I trunca

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-13 Thread David Pennington
good few frameworks for VAST so, now that my program is running successfully, I will have a look and see if I can port anything else. Watch this space. David Pennington Totally Objects (Http://www.totallyobjects.com <http://www.totallyobjects.com/>) > On 13 Feb 2021, at 11:09, Stéphan

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-13 Thread David Pennington
Firstly, I didn’t explain that all the visuals are written in Seaside and, currently, the pages are just there to deliver the output. Secondly, as it is our bank account, I don’t really think that it would be appropriate. Let me mock up some stuff and see how I go. David > On 13 Feb 2021,

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-13 Thread David Pennington
. Please let me see the new VM and I will run some tests against it. I am impressed with performance as it is so a native VM should be fantastic. David > On 13 Feb 2021, at 16:35, Stéphane Ducasse wrote: > > Hi david > I will massage a bit your text because I would not like to i

[Pharo-users] Re: StackVM for M1 ready

2021-02-16 Thread David Pennington
I can’t wait. My M1 M On 16 Feb 2021, at 19:38, 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 post for you. > > https://thep

[Pharo-users] A question about packaging

2021-02-16 Thread David Pennington
everything together in one place. Can this be done? David

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-16 Thread David Pennington
Thank you, where do I get Pharo 9? > On 16 Feb 2021, at 19:44, Stéphane Ducasse wrote: > > Hello David, > > We just sent an update and a blog post to get the new VM and install it. > So let us know. I think that Pharo will be a lot snappier because Rosetta is > slowing

[Pharo-users] Re: Problem when loading Pharo 9.0

2021-02-17 Thread David Pennington
further. Can anyone assist please? David

[Pharo-users] Sharing classes between packages

2021-03-01 Thread David Pennington
? David Totally Objects

[Pharo-users] Code not showing all items in directory

2021-03-07 Thread David Pennington
de is only loading 18 of the items in the directory. I cannot see that there is anything different between there 18 and the other 2. Can anyone give me some clues here? David TotallyObjects

[Pharo-users] Problem installing Seaside on Windows

2021-03-22 Thread David Pennington
Seaside. I have Pharo 8.0 installed on both (64 bit version). If I try and install from the Catalog, I get the following error in the Transcript. IceGenericError: Failed to stat file 'C:/Users/david/Documents/Pharo/images/Pharo 8.0 - 64bit (stable)/pharo-local. If I try using Monticel

[Pharo-users] Re: Problem installing Seaside on Windows

2021-03-22 Thread David Pennington
Tried that. I got the followingFailed to get server certificate: the handle is in the wrong state for the requested operation. I assume that someone thinks that this is helpful:-)On 22 Mar 2021 16:06, Sanjay Minni wrote:Hi David, I have repeatedly installed Seaside on Pharo 8 / 9 64 bit

[Pharo-users] Re: Problem installing Seaside on Windows

2021-03-22 Thread David Pennington
Pharo is just using libgit. S. On 22 Mar 2021, at 18:58, David Pennington <david@totallyobjects.com> wrote:Tried that. I got the followingFailed to get server certificate: the handle is in the wrong state for the requested operation. I assume that someone thinks that this is helpful:-)On 22 Mar

[Pharo-users] Re: Problem installing Seaside on Windows

2021-03-23 Thread David Pennington
site.Thanks for all your help.DavidOn 23 Mar 2021 07:32, Sven Van Caekenberghe wrote: > On 22 Mar 2021, at 19:05, Stéphane Ducasse wrote: > > david > > did you succeed to clone or checkout a github repo from this machine and without pharo at all? This is indeed step

[Pharo-users] Re: Connecting to a MongoDB Atlas Cluster

2021-03-25 Thread David Pennington
If you are on Windows,  use curl and wire shark to see what is needed. Thats what I did to connect to RiakDBOn 18 Mar 2021 11:43, Sanjay Minni wrote:Hi can anyone pls help me with an example of connecting to a MongoDB Atlas cluster (their cloud service). My Atlas cluster replica set is at t

[Pharo-users] Startup warning

2021-04-01 Thread David Pennington
: 512 David

[Pharo-users] Re: Problem installing Seaside on Windows

2021-04-02 Thread David Pennington
efore. (TinyLogger). However, the Windows laptop now get a lot further with the Seaside install but fails with this message: "LGit_GIT_EEXISTS: Failed to stat file 'C:/Users/david/Documents/Pharo/images/Pharo 8.0 - 64bit (sta...aximumAbsoluteAge.maximumRelativeAge.overflowAction..st&#x

[Pharo-users] Re: Problem installing Seaside on Windows

2021-04-02 Thread David Pennington
install STON and I can get my code working. What a great community this is! David On 02/04/2021 17:43, Tomaž Turk wrote: According to my experiences this happens if Pharo images are located deeply in the directory path. It helps if you move the image in question to some higher level. In any case, C

[Pharo-users] Recommended way to move a package

2021-04-03 Thread David Pennington
this so that my package is in the new image along with the code extensions to other classes listed as being in the package. I can get the basic package in but the extensions never appear and I have too many to import individually. Help! David

[Pharo-users] Re: Problem with Pharo 9 - repositories missing

2021-04-12 Thread David Pennington
I will post that as a separate item. Again, many thanks. If you are interested, check out IPMS Clacton Web Site <http://www.ipms-clacton.org.uk/> and browse around David BTW, avid user of STON - crucial addition to my database. > On 12 Apr 2021, at 07:56, Sven Van Caekenberg

[Pharo-users] Re: Crash after http request, see the dump file

2021-04-15 Thread David Pennington
. How do I get a dump as I can’t see any files that would be regarded as so? David > On 15 Apr 2021, at 14:55, Guillermo Polito wrote: > > Hi Davide, > > Taking a look at the dump, I’d say it looks like a memory corruption. > It crashes when running the GC, but very probabl

[Pharo-users] Re: Crash after http request, see the dump file

2021-04-16 Thread David Pennington
Nope. Just stderr. It is continuing to happy at random times so it is obviously connected to page requests. I have some logging in. Place so I have increased that to try and help get to the point where it happens. David > On 16 Apr 2021, at 15:45, Davide Varvello via Pharo-users >

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-20 Thread David Pennington
I have finally given up on trying to sort this out. Under both Windows Server 2012 and Windows 10 my Pharo image just exits leaving nothing, not even a crash file. Hence, I have fixed my MacBookAir so that it stays alive with the lid down and I am now using that as my Seaside server. It has been

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-20 Thread David Pennington
I am sure that I do. In any case both the Windows machines have double the memory of the Mac and the Mac is still going.On 20 Apr 2021 16:13, Sven Van Caekenberghe wrote:David, > On 20 Apr 2021, at 17:01, David Pennington wrote: > > I have finally given up on trying to sort this o

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-22 Thread David Pennington
16:13, Sven Van Caekenberghe wrote: > > David, > >> On 20 Apr 2021, at 17:01, David Pennington wrote: >> >> I have finally given up on trying to sort this out. Under both Windows >> Server 2012 and Windows 10 my Pharo image just exits leaving nothing, not >&

[Pharo-users] New VM, how do I get it

2021-05-18 Thread David Pennington
Hi there. I am currently using v8.0 on a new M1 MacBookAir. When I save the image I keep getting a message telling me that my VM is too old and to download a new one. I have looked in my Pharo Launcher but there is no new one there. What do I do please? David

[Pharo-users] Re: New VM, how do I get it

2021-05-21 Thread David Pennington
I am sorry but, being a newbie to Pharo, a lot of what you say goes over my head. How do I use Zero Conf? I have loaded up the latest 9.0 from Pharo launcher. How do I get the <1 VM for that? Sorry for being stupid. David P.S. 31 years a Smalltalker so its just the underlying bits that p

[Pharo-users] Re: New VM, how do I get it

2021-05-21 Thread David Pennington
ucasse wrote: > > you execute on a unix shell > > wget -O - https://get.pharo.org/vmLatest90 <https://get.pharo.org/vmLatest90> > | bash > > S > >> On 21 May 2021, at 13:16, David Pennington > <mailto:da...@totallyobjects.com>> wrote: >> >&

[Pharo-users] Re: New VM, how do I get it

2021-05-24 Thread David Pennington
/davidpennington/Documents/Pharo/images/Pharo 8.0 - 64bit (stable)). As my database relies on disk paths, this is going to create a difference between the two versions which surely should not be so. > On 24 May 2021, at 16:38, Stéphane Ducasse wrote: > > > >> On 24 May 2021, at 15:06

[Pharo-users] STON reader problem

2021-05-27 Thread David Pennington
2JAN21',#match:'N’}” The errors is this: Character 122 is at the conjunction of the 4 and 9 in the ewntryAmount: 5041216832887849/140737488355328s8, Any help on this would be great. I have a few thousand entries to fix if there is a problem with the file (although my code works fine with this file under 8.0) David Pennington

[Pharo-users] 9.0 My VM is too old

2021-05-27 Thread David Pennington
I am getting the VM too old error on startup with my V 9.0 image. Can I fix this? David

[Pharo-users] And it goes on - How do I fix a missing repository

2021-06-01 Thread David Pennington
understand how iceberg works but, being a 76 year old VAST Smalltalker, I don’t. Surely, when I install 9.0, qashouldn’t I get everything I need for a basic image? What do I do next. Attached is a screenshot of Iceberg. David

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread David Pennington
Surely, one of the bases of OO development is to subclass and extend existing classes? How can you code on the fly, as mentioned as one great benefit of Smalltalk, if you can’t set break points? I have lost you here. David > On 3 Jun 2021, at 08:39, Esteban Lorenzano wrote: > > I

[Pharo-users] Problem installing 9.0 on MacMini M1

2021-06-15 Thread David Pennington
anyone help me please? (In words that I can understand:-) David

[Pharo-users] Re: Problem installing 9.0 on MacMini M1

2021-06-16 Thread David Pennington
ue, 15 Jun 2021, at 5:58 PM, Rob Sayers wrote: >> Hi, I can't help with the Pharo specific issue, but for installing brew, you >> can find the directions here: https://brew.sh/ <https://brew.sh/> >> >> On Tue, Jun 15, 2021 at 10:16 AM David Pennington > <mai

[Pharo-users] Re: The Greatest Contributors to Smalltalk since 1980

2021-07-25 Thread David Pennington
If you knew Digitalk then remember the contribution that Eric Clayberg provided through the old Compuserve forums. A lot of us would never have got started if we hadn’t had that support. Eric’s knowledge and help got me going back with Mac System 7 and Digitalk back in 1990. David > On 25

[Pharo-users] Zeroconf downloading latest rather than stable

2021-07-27 Thread David Pennington
MacMini. However, after discussions on Discord, it seems that the above script installs the latest “stable”, not the latest VM. How do I get out of this little wrinkle? David

[Pharo-users] Re: Zeroconf downloading latest rather than stable

2021-07-29 Thread David Pennington
Is there any one who can help with this? It must be possible to download the latest VM surely. David > On 27 Jul 2021, at 11:04, David Pennington wrote: > > Hi there. > > I have done a clean install of Pharo 9.0 using the zeroconf on get.pharo.org. > > I am using curl

[Pharo-users] Re: File-in Issue - Pharo 9

2021-08-16 Thread David Pennington
Drag and drop always works for me. DavidOn 16 Aug 2021 00:17, Craig Johnson wrote:Hi All, I just filed-out a small project that I playing with, and refreshed the image.  The new image cannot file-in the package from the File Browser. "Instance of RubSmalltalkEditor did not understand #fi

[Pharo-users] Re: Private Methods

2021-08-18 Thread David Pennington
private. Hence purchases knew not to touch the private methods. David > On 18 Aug 2021, at 14:31, Esteban Maringolo wrote: > > Hi Noury, > > In Dolphin Smalltalk and in IBM/VA Smalltalk, methods can be private, > it's a special attribute of the CompiledMethod, so the visibilit

[Pharo-users] Using new VM but can't find any log files

2021-08-28 Thread David Pennington
I am close the throwing this all into the bin if I can’t keep my simple web site going regularly. My clients are not happy, as you can imagine and telling me to just go with a Blogger blog! I don’t want to do that so can anyone help? David

[Pharo-users] Re: Using new VM but can't find any log files

2021-08-28 Thread David Pennington
MacMini. For the time being, my client (or at least the club that I belong to, appreciate my efforts and are happy with as minimal HTML web site and a Blog but I got the MacMini hoping to solve this so I would like to see a solution. I am enjoying Pharo and don’t want. To have to leave it. David

  1   2   >