Yes, but these are all inside the method editor.
I wanted to start with
(Motivation fromString: 'foo') sayIt.
in a playground/workspace.
But with just a DNU it works.
> On 12 Jul 2017, at 08:49, p...@highoctane.be wrote:
>
> What is not working? Check this:
>
>
>
> Hit Define new class and
> On 12 Jul 2017, at 08:42, Marcus Denker wrote:
>
>
>> On 12 Jul 2017, at 08:35, K K Subbu wrote:
>>
>> On Wednesday 12 July 2017 08:33 AM, horrido wrote:
>>> But for the life of me, I can't figure out how to create new classes for my
>>> application from within the Debugger. Must I create n
> On 12 Jul 2017, at 08:35, K K Subbu wrote:
>
> On Wednesday 12 July 2017 08:33 AM, horrido wrote:
>> But for the life of me, I can't figure out how to create new classes for my
>> application from within the Debugger. Must I create new classes using the
>> System Browser first before I can con
On Wednesday 12 July 2017 08:33 AM, horrido wrote:
But for the life of me, I can't figure out how to create new classes for my
application from within the Debugger. Must I create new classes using the
System Browser first before I can continue adding new methods from within
the Debugger? What's t
Hi Thierry,
this would be nice and exactly what I was looking for.
I ask myself if iceberg would be able to solve this/will it be able to
solve it in a later version.
Regards
Sabine
2017-07-11 23:13 GMT+02:00 Thierry Goubier [via Smalltalk] <
ml+s1294792n4954413...@n4.nabble.com>:
> Hi Sabine,
The *Pharo By Example* book says that you can use the Debugger to write code.
So if you have a "does not understand" error, you're given the option of
Creating a new method. That's cool.
But for the life of me, I can't figure out how to create new classes for my
application from within the Debugge
Hi Sabine,
I have a slightly different script, a Makefile, which uses another
trick: put everything into a pharo/ subdirectory. Like that, just rm -rf
pharo/ erases everything before rebuilding.
I think I would implement the support you need for you to simply be able
to write:
Metacello ne
2018 : The Art, Science, and Engineering of Programming
Mon 9 - Thu 12 April 2018 Nice, France
http://2018.programming-conference.org/
In 2017, we started a new conference and journal focused on everything
t
Hi,
I'm running a private website at seasidehosting. Obviously this free
service is not available anymore because both the site as well as the
seasidehosting page are not reachable. I've tried to get information about
the current staus of seasidehosting via google but couldn't find anything.
Does
--- Begin Message ---
On 10/07/17 21:54, Nicolai Hess wrote:
2017-07-04 23:54 GMT+02:00 Matteo via
Pharo-users :
-- Weitergeleitete Nachric
On 07/11/2017 10:05 AM, sergio ruiz wrote:
Oh! i forgot to mention.. this method belongs to Order..
so that part is working just fine..
Doesn't matter where the method is, your state machine clearly has
blocks stored as instance variables and you're trying to save the state
machine as part o
Hello
I have decided to have another try with PunQLite, having failed to get it
working before. For the record, I am using Windows 10 Home with all recent
updates applied.
I tried the following:
1. Download latest image of Moose 6.1 (Pharo 6.0 Latest update:
#60507).
2. Searc
Oh! i forgot to mention.. this method belongs to Order..
so that part is working just fine..
On July 11, 2017 at 10:41:20 AM, Denis Kudriashov (dionisi...@gmail.com) wrote:
So to be able serialize such object you need to replace #guarded block with
message send like:
guarded:( MessageSend re
Ciao,
I'm interested to understund how git support work in Pharo.
i download and unzip Pharo 6.0 from
http://files.pharo.org/platform/Pharo6.0-mac.zip
Now when i open the application on the desktop the system open a dialog
with : Pharo 6.0 it closed unexpectedly.
2017-07-11 16:25 GMT+02:00 sergio ruiz :
> I am setting up the state machine on initialization using (where state
> machine is an instance variable):
>
>
> setupStatemachine
>
> | stCustomerIncomplete stNoImages stImagesAttached stSizeSelected
> stOrderComplete |
>
> statemachine := SsStateMachine
If you are not using blocks directly then the reason could be related to sorted
collection which is usually created with sorted block. Here you also need
convert sort block to message send with two args.
i’m not sure i understand what is going on.. it seems to be hung up trying to
save SsStat
Hi
2017-06-22 23:16 GMT+02:00 Petr Fischer :
> There is amazing new browser for Pharo, Calypso, which has remote browsing
> capabilities (but probably different remoting/proxy layer than gt tools) -
> is possible to utilize this project for remote Gemstone browsing in future?
Calypso itself is
After several questions and trials I ended with a script like this:
cd /Applications/Pharo5.0-7.app/Contents/Resources
rm Pharo.image
rm Pharo.changes
curl get.pharo.org/50 | bash
rm -rf spfClonedGitlabRepository
git clone http://192.168.1.61:3/SPF/Spesenfuchs.git --branch 1.0
spfClonedGitlabR
2017-07-11 2:16 GMT+02:00 sergio ruiz :
> When I try to save the order, I get the following error:
>
> 'An ActiveRecord can not reference any sub instances of instruction
> stream. Make sure you are not saving blocks. ‘
>
I think Sandstone do not support block serialization.
To fix it in your a
19 matches
Mail list logo