[Gambas-user] Issue 516 in gambas: bug BSet -1
gambas at ...2524...
gambas at ...2524...
Fri Mar 21 19:09:49 CET 2014
Status: New
Owner: ----
Labels: Version-3.1.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 516 by rezeden... at ...626...: bug BSet -1
http://code.google.com/p/gambas/issues/detail?id=516
1) Function BSet does not work with negative numbers (не работает с
отрицательными числами)
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
Version: 3.1.1 (ropo debian stable)
Revision: r1234 (if you use a development version)
Operating system: Linux / FreeBSD
Distribution: Debian 7
Architecture: x86
GUI component: QT4 / GTK+
Desktop used: XFCE
3) Not. Is one line code.
4) Not database
5) Просто написать эту строку.
6) Okay.
An error occurs in the code (Ошибка возникает в коде)
r = BSet(r, a - 1)
if r=-1 , r=True, the function will not fit manipulates bit. And ignores
the operation. (то функция не манипулирует нужным битом. А игнорирует
операцию.)
However, I was able to overcome his project is writing a string. (Однако я
смог в своём проекте преодолеть это написав строку.)
If r = True Then r = False
Link to the same class in my project (Ссылка на тот самый класс в моём
проекте)
https://github.com/killofwin/star-e/blob/master/.src/editor-2d/Editor2D.class
I hope I wrote it right, the first time I write in such a project
bugtracker and bad know English. (Надеюсь я написал всё правильно, первый
раз пишу в багтрекер такого проекта и плохо владею английским.)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list