Ticket #1501 (closed bug: fixed)
parrotthread.pmc - PMC has attributes but no auto_attrs or manual_attrs
| Reported by: | mikehh | Owned by: | NotFound |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | 2.1.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
In the build a warning is generated which I had not seen before
checking my build logs I found that it occurred at r43562 and after, but not at r44535
there was a change to lib/parrot/Pmc2c/PMCEmitter.pm at r44537
the last change to src/pmc/parrotthread.pmc was at r44247
... /usr/local/bin/perl tools/build/pmc2c.pl --c src/pmc/parrotthread.pmc PMC has attributes but no auto_attrs or manual_attrs at /home/mhb/parrot/tools/build/../../lib/Parrot/Pmc2c/PMCEmitter.pm line 744. /usr/local/bin/perl tools/build/c2str.pl src/pmc/parrotthread.c > src/pmc/parrotthread.str ...
I am not sure of its significance, but thought I would report it.
All tests PASS (pre/post-config, make corevm/make coretest, smoke (#32524), fulltest) at r44685 - Ubuntu 9.10 amd64 (g++ with --optimize)
Change History
Note: See
TracTickets for help on using
tickets.
