Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-21 Thread Diego Orellana
Pablo, can you give us some usage examples? First I would like to get the type inference data programmatically in order to compare the type data with other tools. And also, I would like to open the IBBrowser. Here's what I've tried so far: For getting argument types: (((J2Inferer default

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-21 Thread Alexandre Bergel
How to open a IBBrowser by the way? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Apr 21, 2016, at 10:06 AM, teso...@gmail.com wrote: > > Hi Diego, the most updated version

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-21 Thread Alexandre Bergel
Hi Pablo, We are diving into the mysteries of BaselineOf. After having cloned the github repo and loaded manually the baseline. We tried: BaselineOfJ2Inferer project version load But we get a could not resolve: J2Inferer-Implementors. No idea whether your Baseline is oddly defined or

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-20 Thread Diego Orellana
Hi Pablo, Well, I tried to load the packages from your repositories, but I couldn't. First I tried to load all the packages in the repository via: Gofer it url: 'http://smalltalkhub.com/mc/pabloTesone/J2Inferer/main'; package: 'J2Inferer'; package: 'J2Profiler'; package:

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-20 Thread Diego Orellana
Hello, Stephan. I uploaded the test and the fix (actually a workaround to prevent the method from exploding a throwing an error; basically the type information from block temporaries is omitted). So it works ok so far :) Cheers, Diego. 2016-04-19 10:01 GMT-03:00 stepharo : >

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-19 Thread stepharo
I added you. Tell me if this is working. Le 19/4/16 02:41, Diego Orellana a écrit : Hello, My smalltalkhub user is dorellang. Cheers. 2016-04-15 17:27 GMT-03:00 stepharo >: Hello Diego Good initiative! RoelTyper is not a Moose

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-19 Thread teso...@gmail.com
Hi Diego, Just yesterday I have added documentation explaining a bit how the process is working in my Type Inferer, it works in a different way than RoelTyper, but maybe you can get ideas of how enhance Roel's Any doubt please tell me. Pablo On Tue, Apr 19, 2016 at 2:41 AM, Diego Orellana

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-18 Thread Diego Orellana
Hello, My smalltalkhub user is dorellang. Cheers. 2016-04-15 17:27 GMT-03:00 stepharo : > Hello Diego > > Good initiative! > RoelTyper is not a Moose project. It is just used in moose. > Now it would be good to check a bit (RoelTyper was made to work on > VisualWorks and

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-15 Thread stepharo
Hello Diego Good initiative! RoelTyper is not a Moose project. It is just used in moose. Now it would be good to check a bit (RoelTyper was made to work on VisualWorks and Squeak/Pharo) and it would be nice to make sure that we do not need the VW specificities. RoelTyper is managed by RMoD so

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-15 Thread Diego Orellana
> > > Cheers, > > Vincent > > > > *De :* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *De la > part de* Diego Orellana > *Envoyé :* jeudi 14 avril 2016 16:53 > *À :* pharo-users@lists.pharo.org > *Objet :* [Pharo-users] Hello World (found a Ro

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-14 Thread Blondeau Vincent
: jeudi 14 avril 2016 16:53 À : pharo-users@lists.pharo.org Objet : [Pharo-users] Hello World (found a RoelTyper Bug) Hi, Pharo Users! I'm starting to work on types in Pharo. To be more precise, I'd like to improve the RoelTyper (a package which "guesses" variable types in code). What s

[Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-14 Thread Diego Orellana
Hi, Pharo Users! I'm starting to work on types in Pharo. To be more precise, I'd like to improve the RoelTyper (a package which "guesses" variable types in code). What suggestions do you have? I have some ideas and I'm currently working to find more, but it's always interesting to hear what the