Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (181 - 183 of 230)

Ticket Resolution Summary Owner Reporter
#213 wontfix tests can't load dependent modules Antoine Martin onlyjob
Description

Many unit tests fail to load because they can't find their modules:

Traceback (most recent call last): 
  File "tests/window_xlib_test.py", line 8, in <module> 
    from winswitch.util.simple_logger import Logger 
ImportError: No module named winswitch.util.simple_logger 

Perhaps there is a more elegant way to fix that what I did in the attached patch, but it works for me.

Thanks.

#214 fixed RELEASE-NOTES is not shipped in the src.tar.bz2 Antoine Martin onlyjob
Description

Please ship RELEASE-NOTES in source archives.

(Current 'winswitch-0.12.14.src.tar.bz2' do not have 'RELEASE-NOTES' file.)

#275 fixed bashism in /bin/sh script onlyjob
Description

As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772390

checkbashisms (from the 'devscripts' package) found the following:

possible bashism in ./usr/lib/winswitch/bin-override/xdg-open line 28
(should be 'b = a'):
		  if [ $e == 0 ]; then

Not using bash (or a Debian Policy compliant shell interpreter that doesn't provide such an extra feature) as /bin/sh is likely to lead to errors or unexpected behaviours. Please be aware that dash is the default /bin/sh in Debian.

Hints about how to fix bashisms can be found at: https://wiki.ubuntu.com/DashAsBinSh

Note: See TracQuery for help on using queries.