Skip to content

Instantly share code, notes, and snippets.

View ku1ik's full-sized avatar
👋

Marcin Kulik ku1ik

👋
View GitHub Profile
config = KDE::Global::config
cfg = KDE::ConfigGroup.new(config, "General Options")
Scanning dependencies of target smokeokular
[ 55%] Building CXX object smoke/okular/CMakeFiles/smokeokular.dir/smokedata.o
[ 55%] Building CXX object smoke/okular/CMakeFiles/smokeokular.dir/x_1.o
[ 55%] Building CXX object smoke/okular/CMakeFiles/smokeokular.dir/x_2.o
[ 56%] Building CXX object smoke/okular/CMakeFiles/smokeokular.dir/x_3.o
[ 56%] Building CXX object smoke/okular/CMakeFiles/smokeokular.dir/x_4.o
[ 56%] Building CXX object smoke/okular/CMakeFiles/smokeokular.dir/x_5.o
/home/kill/_workspace/kdebindings/pkgbuild/src/build/smoke/okular/x_5.cpp: In member function ‘void __smokeokular::x_Okular__GeomAnnotation::x_7(Smoke::StackItem*)’:
/home/kill/_workspace/kdebindings/pkgbuild/src/build/smoke/okular/x_5.cpp:1051: warning: ‘void Okular::GeomAnnotation::setGeometricalPointWidth(int)’ is deprecated (declared at /usr/include/okular/core/annotations.h:995)
/home/kill/_workspace/kdebindings/pkgbuild/src/build/smoke/okular/x_5.cpp: In member function ‘void __smokeokular::x_Okular__GeomAnnotation::x_8(Smok
kodr(13739)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from "/var/tmp/kdecache-kill/ksycoca4"
kodr(13739)/Kate (Scripting) KateScriptManager::collect: Script value warning: No indent-languages specified for indent script /usr/share/apps/katepart/script/python.js . Using the name ( Python )
kodr(13739)/Kate (Scripting) KateScriptManager::collect: Script value warning: Unexpected or no priority value in: /usr/share/apps/katepart/script/python.js . Setting priority to 0
kodr(13739)/Kate (Scripting) KateScriptManager::collect: Script value warning: No indent-languages specified for indent script /usr/share/apps/katepart/script/haskell.js . Using the name ( Haskell )
kodr(13739)/Kate (Scripting) KateScriptManager::collect: Script value warning: Unexpected or no priority value in: /usr/share/apps/katepart/script/haskell.js . Setting priority to 0
kodr(13739)/Kate (Scripting) KateScriptManager::collect: Script value warning: Unexpected or no priority value in: /usr/share/apps/k
Application: Kodr (ruby), signal: Segmentation fault
[Current thread is 1 (Thread 0xb746ea20 (LWP 5643))]
Thread 3 (Thread 0xb71ecb70 (LWP 5644)):
#0 0xb77e0424 in __kernel_vsyscall ()
#1 0xb74df182 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2 0xb75c9654 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libc.so.6
#3 0xb77825fb in thread_timer () from /usr/lib/libruby.so.1.9
#4 0xb74da8ac in start_thread () from /lib/libpthread.so.0
#5 0xb75bc01e in clone () from /lib/libc.so.6
NoMethodError: undefined method `checked' for #<Qt::Action:0xa4cbfec objectName="">
/home/kill/code/kodr/lib/project_viewer.rb:45:in `method_missing'
/home/kill/code/kodr/lib/project_viewer.rb:45:in `restore'
/home/kill/code/kodr/lib/project_viewer.rb:40:in `open_project'
/home/kill/code/kodr/lib/actions/project_viewer.rb:10:in `call'
/home/kill/code/kodr/lib/action.rb:83:in `run'
/home/kill/code/kodr/lib/action.rb:97:in `trigger'
/home/kill/code/kodr/lib/action.rb:70:in `bl
Application: Kodr (ruby), signal: Segmentation fault
[Current thread is 1 (Thread 0xb7543a20 (LWP 9446))]
Thread 3 (Thread 0xb72c1b70 (LWP 9447)):
#0 0xb78b5424 in __kernel_vsyscall ()
#1 0xb75b4182 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2 0xb769e654 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libc.so.6
#3 0xb78575fb in thread_timer () from /usr/lib/libruby.so.1.9
#4 0xb75af8ac in start_thread () from /lib/libpthread.so.0
#5 0xb769101e in clone () from /lib/libc.so.6
NoMethodError: undefined method `name' for nil:NilClass
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2633:in `do_method_missing'
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2636:in `do_method_missing'
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2636:in `do_method_missing'
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2636:in `do_method_missing'
/home/kill/code/kodr/lib/project_viewer.rb:27:in `method_missing'
/home/kill/code/kodr/lib/project_viewer.rb:27:in `block in initialize'
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2412:in `instance_exec'
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2412:in `invoke'
/home/kill/code/kodr/lib/project_viewer.rb:46:in `qt_metacall'
module A
class B
def run
connect do
puts C
end
end
def connect
yield
class Blocking
include DataMapper::Resource
property :task_id, Integer, :required => true, :index => true, :key => true
property :blocker_id, Integer, :required => true, :index => true, :key => true
belongs_to :task
belongs_to :blocker, :model => Task
end
!SLIDE
# Pair programming
!SLIDE
# What' it all about?
!SLIDE