I'm trying to merge in a few more changes from the main repository, and
I'm getting these errors from the style checker.
Traceback (most recent call last):
File "/home/gblack/m5/repos/gem5/util/style.py", line 464, in check_style
return do_check_style(ui, repo, **args)
File "/home/gblack/m5/repos/gem5/util/style.py", line 425, in
do_check_style
regions = modregions(wctx, fname)
File "/home/gblack/m5/repos/gem5/util/style.py", line 81, in modregions
mod_regions.add(0, len(lines))
AttributeError: 'Regions' object has no attribute 'add'
transaction abort!
rollback completed
note: commit message saved in .hg/last-message.txt
abort: pretxncommit.style hook failed
Gabe
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev