Marcus - I'd be interested in how you thought to solve this.
My solution seems to work - but it's not the most elegant. Retrying lots of
different ways like I show, smacks a bit of desperation (this said, it is quite
compact).
Apart from that - I was actually interested in thoughts on the parse
Hi damien.
1. compile location issue
- filesystem using UTF-8 with NFC(because linux)
- all book source is plain. im not editing anything. only from git
repository
===
./pillar export --to="latex:sbabook" --outputFile=SpecBooklet
SpecBooklet.pillar
CCConfigurationError:
/m
I know we have Travis support for GH. Does anyone have glue for CI-Support in
BitBucket? I'm specifically wondering about private repos…
-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
I'm writing an article about Pharo. I would like to list the Top 10 "really
big" things that have been developed in the past several years, /or are
being developed right now/. Please word it in a way that laypeople (like
CTOs and non-Smalltalkers) can understand. Thanks.
(I know "really big" is ra
"There is no need to open the morph in the world and delete it. #imageForm uses
its own form and renders the morph onto it."
| image |
image := AlignmentMorph newRow
hResizing: #shrinkWrap;
vResizing: #shrinkWrap;
color: Color gray;
addMorph: (EllipseMorph new color: Color red);
addMorph:
Stef
Done -
https://pharo.fogbugz.com/f/cases/20363/ThemeIcons-downloadTo-has-an-argument-which-is-never-referenced-in-code
What really puzzled me is that this situation was not picked up by a code
critic. 'Local variable declared and not referenced' is a common critic
message, and this looks
Right now I cannot concentrate on this.
- ESUG
- Lectures at Prague :)
Stef
On Sun, Aug 27, 2017 at 9:32 PM, Peter Uhnák wrote:
> I did a pass on the Markdown exporter to align it with CommonMark
> specifications, so it is exporter properly if I instantiate the objects.
>
> But Pillar also needs
I will keep your idea for a student lectures we will have in second semester
+Caption>file://image.png|width=50|label=label+
=>
+Caption>inMemory: [| myMorph myForm myPillarSource myPillarDOM |
myMorph := AlignmentMorph newRow
addMorph: (EllipseMorph new color: Color red);
We are talking about **Pharo Core** and we will reduce it even more.
Then you can load the UI.
And no UI is not the very essence of Smalltalk.
You can connect remotely to a live kernel and program it and this is
still a live system.
On Mon, Aug 28, 2017 at 1:33 PM, Dimitris Chloupis
wrote:
> for
If you remove AST you will not get the compiler working at all.
On Mon, Aug 28, 2017 at 1:43 PM, Hernán Morales Durand
wrote:
> Hi Pavel,
>
> Can you show how to produce an image without the following packages?
>
> Tests
> Spotter
> Glamour/GT
> Metacello
> AST/Refactoring
>
> Cheers,
>
> Hernán
Can you open a bug entry?
I can tell you that we clean a lot but human activity will always
leads to glitches.
On Tue, Aug 29, 2017 at 1:23 AM, Dimitris Chloupis
wrote:
> You are not going crazy that's an ugly method. Probably the author intended
> to use dir and the forgot about it and instead h
All the pharo books I produced are in github/SquareBracketAssociates
and the pdf are on books.pharo.org
Now I made sure that the bintray produces pdf so that people can see
the pdf once they edit commit the file
On Mon, Aug 28, 2017 at 1:29 PM, H. Hirzel wrote:
> Found the Pillar chapter of the P
Esteban, I'm happy to report this package works for me, in my RH/CentOS 6
environment. I have to do a bit more since I have to install it in a
network path (can't install in each server).
If there's a download option instead of an rpm, such as that in Pharo 5
download website, that would be great.
> On 31 Aug 2017, at 19:07, Stephane Ducasse wrote:
>
> On Wed, Aug 30, 2017 at 9:50 PM, Tim Mackinnon wrote:
>> I’m looking for some feedback on the usage of
>> RBParser>>#parseMethod:onError:.
>>
>> I am looking at ways of improving the way we edit code - and making things
>> work (as lea
On Wed, Aug 30, 2017 at 9:50 PM, Tim Mackinnon wrote:
> I’m looking for some feedback on the usage of
> RBParser>>#parseMethod:onError:.
>
> I am looking at ways of improving the way we edit code - and making things
> work (as least for me - but maybe for everyone) a bit more like IntelliJ
> w
Thank you, Stef
https://github.com/SquareBracketAssociates/PharoMooc/tree/master/support/beamer
On 8/31/17, Stephane Ducasse wrote:
> Hannes
>
> the beamer templates manage the first page.
> Have a look in the support/ folder.
>
> Stef
>
> On Thu, Aug 31, 2017 at 4:12 PM, Cyril Ferlicot
> wrote
Hannes
the beamer templates manage the first page.
Have a look in the support/ folder.
Stef
On Thu, Aug 31, 2017 at 4:12 PM, Cyril Ferlicot
wrote:
> There is some doc in the section 3.12 of the documentation
> https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/ar
> On 31 Aug 2017, at 17:46, Sean P. DeNigris wrote:
>
> Pavel Krivanek-3 wrote
>> In that cases I simply make them global.
>
> It seems that a variable defined with a capitalized name in an inspector is
> still local. How do you make it global? Something like: `Smalltalk globals
> at: #MyVar pu
Pavel Krivanek-3 wrote
> In that cases I simply make them global.
It seems that a variable defined with a capitalized name in an inspector is
still local. How do you make it global? Something like: `Smalltalk globals
at: #MyVar put: expression`?
-
Cheers,
Sean
--
Sent from: http://forum.wor
There is some doc in the section 3.12 of the documentation
https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html
I don't know if everything is here but there is some doc at least :)
On Thu, Aug 31, 2017 at 4:08 PM, H. Hirzel
On 8/31/17, H. Hirzel wrote:
> A useful file which shows what is possible to do slides
>
> https://github.com/SquareBracketAssociates/PharoMooc/blob/master/Slides/1-Templates/Template.pillar
Correction:
This file shows how to do slides with Pillar
https://github.com/SquareBracketAssociates/Pharo
1. compile error report
ok i found error cause. look this.
onion@coreonion:/mnt/USERDISK/onion/99_SpecUI한글/BuildingUIWithSpec$ make
book
git submodule update --init
mkdir -p ./book-result
find . -type d -path ./book-result/ -prune -o -wholename "*/figures" -exec
rs
A useful file which shows what is possible to do slides
https://github.com/SquareBracketAssociates/PharoMooc/blob/master/Slides/1-Templates/Template.pillar
But nothing about the first slide.
Another question:
${ ... something }$
is used to tell Pillar that a new slide is defined and t
On 8/30/17, Offray Vladimir Luna Cárdenas wrote:
> Works pretty well! See the screen below.
Confirmation that it works well. First it did not but in a pristine
image done with
curl get.pharo.org | bash
(Ubuntu 14.04)
then in a Pharo playground
Metacello new
smalltalkhubUser: 'Pier'
Nope I did not know that.
I don't see my self using it any time soon because I like my code as
English like as possible but It definitely can be useful in some cases.
On Wed, Aug 30, 2017 at 11:49 PM Andreas Sunardi
wrote:
> I probably telling what has been known for ages, but some months ago
Keep in mind that autoformatting will add the space.
On Thu, Aug 31, 2017 at 8:54 AM, Marcus Denker
wrote:
> yes, some people use
>
> 1halt.
>
+1halt. ;)
26 matches
Mail list logo