Author: sebastien.lelong
Date: Mon Oct 6 10:25:02 2008
New Revision: 356
Modified:
wiki/ValidatingJallib01beta.wiki
Log:
included tests and samples, simplify notes, doc. Do we all agree ?...
Modified: wiki/ValidatingJallib01beta.wiki
==============================================================================
--- wiki/ValidatingJallib01beta.wiki (original)
+++ wiki/ValidatingJallib01beta.wiki Mon Oct 6 10:25:02 2008
@@ -1,51 +1,83 @@
#summary This page show the validation results to create jallib 0.1beta
release
#labels Phase-QA
-I've taken the voting system from Apache
(http://www.apache.org/foundation/voting.html). Here are the rules (from
this page):
+Instead of a "OK/KO" voting system, I've taken the voting system from
Apache (http://www.apache.org/foundation/voting.html). This helps
expressing more than a binary opinion, which often not the case. Here are
the rules (inspired from this page):
"""
The in-between values are indicative of how strongly the voting individual
feels. Here are some examples of fractional votes and ways in which they
might be intended and interpreted:
-|| *+0* || 'I don't feel strongly about it, but I'm okey with this.' ||
-|| *-0* || 'I won't get in the way, but I'd rather we didn't do this.' ||
-|| *-0.5* || 'I don't like this idea, but I can't find any rational
justification for my feelings.' ||
-|| *++1* || 'Wow! I like this! Let's do it!' ||
-|| *-0.9* || 'I really don't like this, but I'm not going to stand in the
way if everyone else wants to go ahead with it.' ||
-|| *+0.9* || 'This is a cool idea and i like it, but I don't have time/the
skills necessary to help out.' ||
+
+|| -1 || I really don't like this, but I'm not going to stand in the way
if everyone else wants to go ahead with it. ||
+|| 0 || I don't any opinion on this... ||
+|| +1 || I don't feel strongly about it, but I'm okey with this. ||
+|| +2 || This is cool ! ||
+|| +3 || Wow! I like this! Amazing ! ||
"""
-You've noted there's no veto vote, so the majority wins :)
-Once the vote is done, all files which are *positive* (majority agree)
goes to the "validated" map (move ?, copy ?)
+You've noted there's no veto vote, so the majority wins :) Ideally,
absolute majority is the goal. When there's a negative vote, we have to
discuss to better know we all have understood the problem. The jallib group
is here to help: put a "validate" or the the like in the subject, so we all
know what this is about.
+
+Once the vote is done, all files which are *positive* (majority agree,
score > 0) goes to the "validated" map (move ?, copy ?)
+
+Finally, before voting, every jal file must first fulfill the
[ValidationProcess validation process] (3 criteria)
+
= Validating "include" files =
-|| *include file* || *Rob* || *Eur* || *Joep* |
| *Seb* ||
-|| external/lcd/lcd_st7036.jal || || || |
| ||
-|| external/lcd/lcd_hd44780_4.jal || || || |
| ||
-|| external/temperature/temp_tc77.jal || || || |
| ||
-|| external/keyboard/keyboard.jal || || || |
| ||
-|| external/rtc/rtc_ds1302.jal || || || |
| ||
-|| external/co2/t6603_co2.jal || || || |
| ||
-|| jal/delay_any_mc.jal || || || |
| ||
-|| jal/print.jal || || || |
| ||
-|| jal/format.jal || || || |
| ||
-|| peripheral/data_eeprom/pic_data_eeprom.jal || || || |
| ||
-|| peripheral/pwm/pwm_common.jal || || || |
| ||
-|| peripheral/pwm/pwm_ccp1.jal || || || |
| ||
-|| peripheral/pwm/pwm_ccp2.jal || || || |
| ||
-|| peripheral/pwm/pwm_ccp3.jal || || || |
| ||
-|| peripheral/pwm/pwm_ccp4.jal || || || |
| ||
-|| peripheral/pwm/pwm_ccp5.jal || || || |
| ||
-|| peripheral/adc/adc_hardware.jal || || || |
| ||
-|| peripheral/i2c/i2c_hardware.jal || || || |
| ||
-|| peripheral/i2c/i2c_software.jal || || || |
| ||
-|| peripheral/usart/serial_hardware.jal || || || |
| ||
-|| peripheral/usart/serial_software.jal || || || |
| ||
-|| peripheral/usart/serial_hw_int_cts.jal || || || |
| ||
+|| *include file* || *Rob* || *Eur* || *Joep* |
| *Seb* || *_Score_* ||
+|| external/lcd/lcd_st7036.jal || || || |
| || ||
+|| external/lcd/lcd_hd44780_4.jal || || || |
| || ||
+|| external/temperature/temp_tc77.jal || || || |
| || ||
+|| external/keyboard/keyboard.jal || || || |
| || ||
+|| external/rtc/rtc_ds1302.jal || || || |
| || ||
+|| external/co2/t6603_co2.jal || || || |
| || ||
+|| jal/delay_any_mc.jal || || || |
| || ||
+|| jal/print.jal || || || |
| || ||
+|| jal/format.jal || || || |
| || ||
+|| peripheral/data_eeprom/pic_data_eeprom.jal || || || |
| || ||
+|| peripheral/pwm/pwm_common.jal || || || |
| || ||
+|| peripheral/pwm/pwm_ccp1.jal || || || |
| || ||
+|| peripheral/pwm/pwm_ccp2.jal || || || |
| || ||
+|| peripheral/pwm/pwm_ccp3.jal || || || |
| || ||
+|| peripheral/pwm/pwm_ccp4.jal || || || |
| || ||
+|| peripheral/pwm/pwm_ccp5.jal || || || |
| || ||
+|| peripheral/adc/adc_hardware.jal || || || |
| || ||
+|| peripheral/i2c/i2c_hardware.jal || || || |
| || ||
+|| peripheral/i2c/i2c_software.jal || || || |
| || ||
+|| peripheral/usart/serial_hardware.jal || || || |
| || ||
+|| peripheral/usart/serial_software.jal || || || |
| || ||
+|| peripheral/usart/serial_hw_int_cts.jal || || || |
| || ||
+
-= Validating "samples" files =
-TODO (samples, files, ?, ...)
\ No newline at end of file
+= Validating "samples" and "tests" files =
+
+Note:
+ Tests aren't listed here, because they aren't enough mature, still need
work (but Work In Progress...)
+
+|| *include file* || *Rob* || *Eur* || *Joep* |
| *Seb* || *_Score_* ||
+|| 16f877/rtc_ds1302.jal || || || |
| || ||
+|| 16f877/lcd_hd44780_tmp_4_line.jal || || || |
| || ||
+|| 16f877/lcd_hd44780_tmp_8_line.jal || || || |
| || ||
+|| 16f877/lcd_st7036.jal || || || |
| || ||
+|| 16f88/serial_hw_echo.jal || || || |
| || ||
+|| 16f88/pwm_sound.jal || || || |
| || ||
+|| 16f88/delay_basic.jal || || || |
| || ||
+|| 16f88/pwm_led_highres.jal || || || |
| || ||
+|| 16f88/remember_me.jal || || || |
| || ||
+|| 16f88/serial_sw_echo.jal || || || |
| || ||
+|| 16f88/adc_lowres.jal || || || |
| || ||
+|| 16f88/pwm_led.jal || || || |
| || ||
+|| 16f88/print_serial_numbers.jal || || || |
| || ||
+|| 16f88/serial_hw_int_cts_echo.jal || || || |
| || ||
+|| 16f876a/test_tc77.jal || || || |
| || ||
+|| 16f877a/hello_world_lcd.jal || || || |
| || ||
+|| 16f877a/lcd_format.jal || || || |
| || ||
+|| 16f877a/test_display_hd44780_4_line.jal || || || |
| || ||
+|| 16f877a/keyboard_lcd.jal || || || |
| || ||
+|| 16f877a/test_display_hd44780_8_line.jal || || || |
| || ||
+|| 16f877a/pwm_led.jal || || || |
| || ||
+|| 16f877a/print_serial_numbers.jal || || || |
| || ||
+|| 16f877a/read_co2_t6603.jal || || || |
| || ||
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---