Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Todd Blanchard
Just catching up I'm trying to work with 64 bit Pharo 6.(1? 2?). I've run into some issues that I have not been able to resolve. I've loaded up TalkFFI with the LibClang library and testLocation fails. Anything that tries to deal with getting a code location fails and I cannot figure out

Re: [Pharo-users] UFFI and Fortran

2017-11-08 Thread Todd Blanchard
I keep running into issues on 64 bit FFI. Compiling 32 bit libraries is atypical and requires a lot of fiddling of unfamiliar build systems for various libraries so I'm just going to work in 64 bit land on Mac. > On Nov 6, 2017, at 7:25 PM, horrido wrote: > > That would be phenomenal! Let me

[Pharo-users] Objective C Bridge

2017-11-08 Thread Todd Blanchard
> On Oct 28, 2017, at 2:05 AM, Stephane Ducasse wrote: > > Hi andrew > > you should contact esteban because he is writing an objective-C bridge. > > Stef Another one? I think we've written half a dozen now, no? There is some code in the VM libs that allows calling out. I worked on one w

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Ben Coman
AFAIK, TalkFFI hasn't been updated to UFFI for Pharo 5. http://forum.world.st/Porting-TalkFFI-LibClang-to-Pharo-5-UFFI-td4915060.html cheers -ben On Wed, Nov 8, 2017 at 4:07 PM, Todd Blanchard wrote: > Just catching up > > I'm trying to work with 64 bit Pharo 6.(1? 2?). > > I've run into so

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Todd Blanchard
I know, but its closer to "done" than starting from scratch. > On Nov 8, 2017, at 1:13 AM, Ben Coman wrote: > > AFAIK, TalkFFI hasn't been updated to UFFI for Pharo 5. > http://forum.world.st/Porting-TalkFFI-LibClang-to-Pharo-5-UFFI-td4915060.html >

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Denis Kudriashov
Hi. Esteban has version ported to UFFI https://github.com/estebanlm/TalkFFI. But I don't know is it working or not. 2017-11-08 10:15 GMT+01:00 Todd Blanchard : > I know, but its closer to "done" than starting from scratch. > > > > On Nov 8, 2017, at 1:13 AM, Ben Coman wrote: > > AFAIK, TalkFFI

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Todd Blanchard
Pretty sure that's the one I loaded. Still having issues with libclang on 64 bit with code locations. > On Nov 8, 2017, at 1:26 AM, Denis Kudriashov wrote: > > Hi. > > Esteban has version ported to UFFI https://github.com/estebanlm/TalkFFI > . But I don't

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Esteban Lorenzano
> On 8 Nov 2017, at 06:55, Todd Blanchard wrote: > > Pretty sure that's the one I loaded. > > Still having issues with libclang on 64 bit with code locations. that was made for 32bit. I never tried it witht 64bit libclang so I would not expect it works just like that ;) Esteban > >> On N

Re: [Pharo-users] [Pharo7.0a] Next batch of enhancements

2017-11-08 Thread Pavel Krivanek
2017-11-05 18:39 GMT+01:00 PBKResearch : > I don’t see why there is a flame potential here; I certainly won’t start a > flame war. My previous post was a bit heated, as a protest against the > abuse of language; removing a facility may make Pharo easier to maintain, > but it is not an enhancement

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-08 Thread Offray Vladimir Luna Cárdenas
On 07/11/17 19:39, Sean P. DeNigris wrote: > Offray Vladimir Luna Cárdenas-2 wrote >> The idea of slides seems >> pretty anachronistic/boring for making presentations. > Amen, brother! Alan Kay would be proud :) > Maybe. I refer the whole aesthetics of slides (even the ones with animations or si

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Esteban Lorenzano
> On 8 Nov 2017, at 05:07, Todd Blanchard wrote: > > Just catching up > > I'm trying to work with 64 bit Pharo 6.(1? 2?). > > I've run into some issues that I have not been able to resolve. I've loaded > up TalkFFI with the LibClang library and testLocation fails. Anything that > trie

[Pharo-users] Soup bug(fix)

2017-11-08 Thread Siemen Baader
Hi all, who maintains Soup, the HTML parser? Stef? It seems to auto-close (and ) tags when nested inside another element. I wrote this test that fails: testNestedButton "this works with nested tags instead of and when there is no enclosing at all. but here is auto-closed." "a does

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-11-08 Thread Steffen Märcker
I see. How about the following (sketched) solution to avoid looping over all characters? It might be very well the case that you already considered (and dismissed) that path. A) Assumption In order to allow any meaningful matching, the input to the scanner is normalized according to the uni

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-11-08 Thread Thierry Goubier
Hi Steffen, in fact, I considered B) directly, but not up to the point of building onto C) and D) (with an obvious A, but that one is a given in Pharo implementation of strings). Thanks for the explanation, then. Regards, Thierry 2017-11-08 14:21 GMT+01:00 Steffen Märcker : > I see. How about

[Pharo-users] PharoLauncher directories

2017-11-08 Thread stephan
I run into all kinds of issues with the directory structure used by the new PharoLauncher. pharo-local seems to be shared now for multiple images. That makes using configurations practically impossible as they are not expecting to have to deal with pre-downloaded older and newer monticello file

Re: [Pharo-users] LGit_GIT_ERROR: Invalid version 0 on git_remote_callbacks on latest 64bit 6.1 image?

2017-11-08 Thread Paulo R. Dellani
You need to configure Iceberg with the path of the SSH key files you are using to authenticate with gitlab as well as the passphrase to unlock the private key, I only got it working after that. Have your done that? There is more information in the README/FAQ here: https://github.com/pharo-vcs/ice

Re: [Pharo-users] QCMagritte on Github

2017-11-08 Thread Tobias Pape
> On 08.11.2017, at 08:15, stephan wrote: > > > Tobias told me he's also interested, so I assume he'll provide a modified > baseline for other platforms. Modulo time, as always. If the convex hull of the dependencies need too much changes for other platforms, I might have to drop that endeav

Re: [Pharo-users] QCMagritte on Github

2017-11-08 Thread stephan
On 08-11-17 20:53, Tobias Pape wrote: Modulo time, as always. If the convex hull of the dependencies need too much changes for other platforms, I might have to drop that endeavor :/ And I trust you'll complain about our lack of responsible dependency management in that case Stephan

Re: [Pharo-users] Soup bug(fix)

2017-11-08 Thread Stephane Ducasse
Hi Siemen let me know your loging and I can add you to commit. Paul is also taking care of Soup. Now I like XPath for scraping. Did you see the tutorial I wrote with Peter. STef On Wed, Nov 8, 2017 at 2:17 PM, Siemen Baader wrote: > Hi all, > > who maintains Soup, the HTML parser? Stef? > > It

Re: [Pharo-users] Soup bug(fix)

2017-11-08 Thread PBKResearch
Siemen Stef should have added that XPath depends on using Monty's XMLParser suite. I tried your snippet on XMLDOMParser, and it parses correctly. I always use XMLHTMLParser for parsing HTML, because I can always see the exact relationship between the parsed structure and the original HTML. With

Re: [Pharo-users] Soup bug(fix)

2017-11-08 Thread Kjell Godo
i like to collect some newspaper comics from an online newspaper but it takes really long to do it by hand by hand i tried Soup but i didn’t get anywhere the pictures were hidden behind a script or something is there anything to do about that? i don’t want to collect them all i ha

Re: [Pharo-users] Soup bug(fix)

2017-11-08 Thread PBKResearch
Kjell Almost certainly the HTML files will not contain the code for the actual pictures; they will just contain an ‘href’ node with the address to load the picture file from. If the web pages are built to a regular pattern, you should be able to parse them and locate the href nodes you want.

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-08 Thread Andrew Glynn
I agree with you – on the rare occasions I do still do presentations I tend to use CompendiumNG, which is similar to a mind map but can contain any content, including multimedia content. It was an Open University project but was used sufficiently elsewhere that when the Open University decided

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-08 Thread Offray Vladimir Luna Cárdenas
I remember using CompendiumNG some time ago, but not for presentations. Hopefully, we will have something better, with metamedium capabilities, including embedding other media and make it programmable in Pharo, without going to the "disastrous" slide metaphor. Cheers, Offray On 08/11/17 20:31,

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-08 Thread Andrew Glynn
I was thinking of using it more for ideas of what works / what doesn’t. Sent from Mail for Windows 10 From: Offray Vladimir Luna Cárdenas Sent: Wednesday, November 8, 2017 9:50 PM To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo? I remem

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-08 Thread Norbert Hartl
Everytime I read such discussions I wonder what happened to the Sophie code. There be might be some gems in it to achieve what you want Norbert > Am 09.11.2017 um 03:49 schrieb Offray Vladimir Luna Cárdenas > : > > I remember using CompendiumNG some time ago, but not for presentations. > Hope