Rev 313 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 313 | Rev 419 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | # idea/todo |
1 | # idea/todo |
| 2 | # -v for verbose (muiltiple for more) |
2 | # -v for verbose (muiltiple for more) |
| 3 | # -q for quiet or -s for silent? |
3 | # implemented |
| - | 4 | # -q for quiet or -s for silent? |
|
| 4 | # |
5 | # -v0 is be quiet |
| - | 6 | # |
|
| 5 | # some file with definitions of required fields |
7 | # some file with definitions of required fields |
| 6 | # if not present (default) then hardcoded data will |
8 | # if not present (default) then hardcoded data will |
| 7 | # be used |
9 | # be used |
| 8 | # |
10 | # |
| 9 | # split elements by types so defaults/required-fields |
11 | # split elements by types so defaults/required-fields |
| Line 32... | Line 34... | ||
| 32 | # |
34 | # |
| 33 | # first stage is build list of all data found (no caching concept yet) |
35 | # first stage is build list of all data found (no caching concept yet) |
| 34 | # then find all sch and make bom? or find already done boms? |
36 | # then find all sch and make bom? or find already done boms? |
| 35 | 37 | ||
| 36 | 38 | ||
| 37 | rewrite {wrn,inf,err}_printf to get them understanding @FILE@, and add global variable holding current file
|
- | |
| 38 | so both importers will have simpler warning generator |
- | |
| 39 | - | ||