Re: MonticelloParser>>convertCategoryNameToSubAppName: aString

41 views
Skip to first unread message

Mariano Martinez Peck

unread,
Jul 21, 2020, 9:30:21 AM7/21/20
to VA Smalltalk
Hi Marten, 

Any particular reason on why you are trying to import with MonticelloImporter? What are you trying to import exactly? Is it also available in Tonel? 



On Tue, Jul 21, 2020 at 6:00 AM Marten Feldtmann <m.fel...@dimap.de> wrote:
What is this supposed to do ?


    | tokens original converted |
    
    tokens := aString subStrings: ''''.  "$NON-NLS$"
    tokens size = 1
        ifTrue: [
            tokens := aString subStrings: '#'.
            tokens at: 2 put:  (tokens at: 2) allButLast ].
                                             ^^^^^^^^^^^^  ???????

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to va-smalltalk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/7a833f39-018e-4879-ab15-877895354f3fn%40googlegroups.com.


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.

Marten Feldtmann

unread,
Jul 21, 2020, 10:26:13 AM7/21/20
to VA Smalltalk
Because all the other stuff did not work (out of the box or at once, too difficult or perhaps I do not understand that)

Esteban Maringolo

unread,
Jul 21, 2020, 10:31:17 AM7/21/20
to va-sma...@googlegroups.com
Marten,

If you tried the Tonel tools [1] and had issues please let me know
I'll be happy to help you.

Regards,


[1] https://github.com/vasmalltalk/tonel-vast/

Esteban A. Maringolo
> To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/f289538d-8989-4147-8550-4f356c3e8ab4n%40googlegroups.com.

Mariano Martinez Peck

unread,
Jul 21, 2020, 10:35:54 AM7/21/20
to VA Smalltalk
OK. But you didn't answer what you were trying to import. Was it PetitParser or something else?

Marten Feldtmann

unread,
Jul 21, 2020, 10:42:51 AM7/21/20
to VA Smalltalk
Actually I have not used Tonel or stuff like this, I do not know how the format looks like. It seems, that it needs a "package" file and "properties" file is also quite nice to have. So I tried to import PetitParser2 from Github (buy why can't just enter the github address ?). It seems, that I have to clone the stuff locally.

Then I had to import the stuff (Hmm, the source code comes from Pharo ... so what might work ? Application import from Tonel or ConfigurationMaps from Tonel). So select the import path for tonel, that's simple ? But what is the path if you have lots of subfolders ? No idea ... but whatever I did it complained, that it either does not find a package file or a corresponding property file.

Another strange point is, that it looks into the ".git" folder, which seems straneg for me ...

So for an old VASmalltalk user its's a mess ...

Marten Feldtmann

unread,
Jul 21, 2020, 10:44:38 AM7/21/20
to VA Smalltalk
Well and due to this mess I took an old running Pharo image and produce a Monticello package from that and import that into VA

Marten Feldtmann

unread,
Jul 21, 2020, 10:46:52 AM7/21/20
to VA Smalltalk
At least I have the PetitParser now in my image and can now change the code to run it under VA

Seth Berman

unread,
Jul 23, 2020, 2:44:53 PM7/23/20
to VA Smalltalk

Hello Marten,

 

Thanks for your feedback.

 

If we missed something important in the software, or the Tonel 'quick start' guide wasn't completely clear, please let us know where things could be improved. The best way to do this is by creating a "New issue" for the "tonel-vast" repo on GitHub. This allows each issue to be effectively tracked and addressed as we can continue to improve Tonel.

 

Please note that we're in the planning stages for another live event (like we did for OS Process) to show how to use Tonel step-by-step. We plan to have a Q&A session at the end too.

 

--Seth Berman

Reply all
Reply to author
Forward
0 new messages