Re: [tor-bugs] #32463 [Core Tor/Tor]: TypeError in practracker "includes.py" script

2019-11-26 Thread Tor Bug Tracker & Wiki
#32463: TypeError in practracker "includes.py" script
---+
 Reporter:  opara  |  Owner:  (none)
 Type:  defect | Status:  closed
 Priority:  Low|  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Minor  | Resolution:  fixed
 Keywords:  BugSmashFund?  |  Actual Points:  0.1
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by teor):

 * status:  new => closed
 * keywords:   => BugSmashFund?
 * resolution:   => fixed
 * actualpoints:   => 0.1


Comment:

 Thanks, I fixed this in ab70c315bdd72ee7578b8b8ee4077172e0181f36 and
 merged it to master.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32463 [Core Tor/Tor]: TypeError in practracker "includes.py" script

2019-11-11 Thread Tor Bug Tracker & Wiki
#32463: TypeError in practracker "includes.py" script
--+
 Reporter:  opara |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Minor | Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * milestone:   => Tor: 0.4.3.x-final


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32463 [Core Tor/Tor]: TypeError in practracker "includes.py" script

2019-11-11 Thread Tor Bug Tracker & Wiki
#32463: TypeError in practracker "includes.py" script
+--
 Reporter:  opara   |  Owner:  (none)
 Type:  defect  | Status:  new
 Priority:  Low |  Component:  Core Tor/Tor
  Version:  |   Severity:  Minor
 Keywords:  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--
 When practracker finds a forbidden include, it causes a Python TypeError.
 Example:


 {{{
 user@computer:~/tor$ make check-includes
 python3 ./scripts/maint/practracker/includes.py .
 Unusual pattern permitted.h in ./scripts/maint/practracker/testdata
 Forbidden include of lib/lock/compat_mutex.h at
 ./src/lib/evloop/eventqueue.h:8
 Traceback (most recent call last):
   File "./scripts/maint/practracker/includes.py", line 285, in 
 main(sys.argv)
   File "./scripts/maint/practracker/includes.py", line 282, in main
 list_advisories=args.list_advisories)
   File "./scripts/maint/practracker/includes.py", line 240, in
 run_check_includes
 files in its enclosing directory.""".format(RULES_FNAME))
 TypeError: 'Error' object is not callable
 make: *** [check-includes] Error 1
 }}}

 This seems to be caused by an err() function being removed from the code
 sometime in the past, but the call to err() was never also removed.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs