Hi Maciej, I ran the python validator script on your source and it reports:
File: C:\MyRobot\jal\projects\jallib_test\jvc.jal 4 errors found ERROR: jvc.jal:Cannot find field Description (searched for '^-- Description:\s*(.*)') ERROR: jvc.jal:42: 'procedure pulse_0 is\n' missing (). Calls must also be explicit ERROR: jvc.jal:49: 'procedure pulse_1 is\n' missing (). Calls must also be explicit ERROR: jvc.jal:57: 'procedure pulse_stop is\n' missing (). Calls must also be explicit 0 warnings found As Rob mentioned, please read the style guide on http://www.justanotherlanguage.org/content/jsg Here you will learn why the above errors are reported and also, that a sample is required for a library to be added to the jallib distribution. Please send future files as attachments and I am happy to include them into the SVN for you if they comply to the standards Regards, Joep 2013/7/31 Rob Hamerling <[email protected]> > > Hi Maciej, > > > On 2013/07/30 04:29, Maciej Kawalkowski wrote: > >> Here is an attempt to write the library. I extracted it from my working >> program. What do I do next ? >> > > Thanks for your library. I'm afraid it doesn't completely match with the > Jallib standards, but not bad for a first attempt! > > I have the impression you didn't read all the Wikis which try to explain > how we work (although on some parts it is brief), and you didn't tell us > what you did read (and may not have understood). > You need to become familiar with SubVersion (SVN) and should be able to > run Python (e.g. to validate your code with 'jallib.py'). > > I'm afraid I'm too busy with other Jallib issues to really help you > further, I hope some of the others will jump in! > > Regards, Rob. > > -- > R. Hamerling, Netherlands --- http://www.robh.nl > > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > jallib+unsubscribe@**googlegroups.com<jallib%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/jallib<http://groups.google.com/group/jallib> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib. For more options, visit https://groups.google.com/groups/opt_out.
