summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--TODO35
-rw-r--r--bugs/issue-32be9aa07c2bfdbe04de157505734ca794a4c07e.yaml20
-rw-r--r--bugs/issue-4bdd98b71d2b4c2657a1ef54eeac54ab0a052969.yaml19
-rw-r--r--bugs/issue-5528b139f6480b978ca3bfb168ed89961c07408d.yaml20
-rw-r--r--bugs/issue-7b0c55ed128f11d67b7ec9cb497317504b6dd3ef.yaml6
-rw-r--r--bugs/issue-b459ab36b7d1a226763f92036c5e44f56a6cf070.yaml20
-rw-r--r--bugs/issue-be1a6580cc113129d7b1f17f385a8d456f0d3009.yaml20
-rw-r--r--bugs/issue-d670fb3875f90798ab6b014e847b68681c3779a6.yaml20
-rw-r--r--bugs/issue-ea8e61def57ca49a138fdffcd2ffc1cdc849d717.yaml14
-rw-r--r--bugs/issue-ff30f7d18e05796d92c96cd213201b47a8810684.yaml20
11 files changed, 157 insertions, 40 deletions
diff --git a/.gitignore b/.gitignore
index 09f6f7b..7267461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ tools/api*
tools/*diff
git*
check*
-.ditz-config
+.ditz-*
+html
diff --git a/TODO b/TODO
deleted file mode 100644
index a1dc901..0000000
--- a/TODO
+++ /dev/null
@@ -1,35 +0,0 @@
-
-global
- - prevent calling #free with non FFI::AutoPointer ??
- - spec/ecore_evas_spec.rb 23px is window frame height
- - find an elegant way to have require 'efl/native' work with Efl::Evas::Native, Efl::Ecore::Native, ...
- see tag "seperate-natives"
- - maybe allow meth= within module#method_missing ( tools/genruby.rb)
-
-Evas
- - complete REvasBox specs
- - REvasImage
- - REvasSmart
- - REvasTable
- - REvasMap
- - REvasFilter
- - REvasTextBlock
- - REvasCservv
- - continue Evas.h from evas_load_error_str till $
-
-Ecore
- - getopt why -E => ERROR: invalid options found. See --help
- - ecore_evas_maximized_set
-
-Elementary
- - ...
-
-Edje
- - ...
-
-Eet
- - ...
-
-Eina
- - ...
-
diff --git a/bugs/issue-32be9aa07c2bfdbe04de157505734ca794a4c07e.yaml b/bugs/issue-32be9aa07c2bfdbe04de157505734ca794a4c07e.yaml
new file mode 100644
index 0000000..29572d3
--- /dev/null
+++ b/bugs/issue-32be9aa07c2bfdbe04de157505734ca794a4c07e.yaml
@@ -0,0 +1,20 @@
+--- !ditz.rubyforge.org,2008-03-06/issue
+title: EcoreGetopt specs -E
+desc: "EcoreGetopt -E/--list-engines yields >>ERROR: invalid options found. See --help."
+type: :bugfix
+component: ecore
+release:
+reporter: Jeremy Zurcher <jeremy@asynk.ch>
+status: :unstarted
+disposition:
+creation_time: 2011-05-06 21:17:44.772471 Z
+references: []
+
+id: 32be9aa07c2bfdbe04de157505734ca794a4c07e
+log_events:
+- - 2011-05-06 21:17:46.459016 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - created
+ - ""
+git_branch:
+claimer:
diff --git a/bugs/issue-4bdd98b71d2b4c2657a1ef54eeac54ab0a052969.yaml b/bugs/issue-4bdd98b71d2b4c2657a1ef54eeac54ab0a052969.yaml
index 24efbb1..c3982b9 100644
--- a/bugs/issue-4bdd98b71d2b4c2657a1ef54eeac54ab0a052969.yaml
+++ b/bugs/issue-4bdd98b71d2b4c2657a1ef54eeac54ab0a052969.yaml
@@ -20,4 +20,23 @@ log_events:
- Lionel Orry <lionel.orry@gmail.com>
- commented
- Seems to work for me under ruby1.8... How do you reproduce it? What happens?
+- - 2011-05-06 20:37:58.139351 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - commented
+ - |-
+ on delete window action, without the use of delete_request callback,
+ archlinux glibc 2.13-5
+ ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
+ randomly delays window destroying, sometimes kills the app
+ ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-linux]
+ (eval):1: [BUG] Segmentation fault
+ Program received signal SIGINT, Interrupt.
+ 0xb7fdf424 in __kernel_vsyscall ()
+ (gdb) bt
+ #0 0xb7fdf424 in __kernel_vsyscall ()
+ #1 0xb7e0be5d in select () from /lib/libc.so.6
+ #2 0xb7b4f9aa in _ecore_main_select (timeout=-1) at ecore_main.c:1152
+ #3 0xb7b50334 in _ecore_main_loop_iterate_internal (once_only=0) at ecore_main.c:1486
+ #4 0xb7b4ef0c in ecore_main_loop_begin () at ecore_main.c:690
+git_branch:
claimer:
diff --git a/bugs/issue-5528b139f6480b978ca3bfb168ed89961c07408d.yaml b/bugs/issue-5528b139f6480b978ca3bfb168ed89961c07408d.yaml
new file mode 100644
index 0000000..bc70993
--- /dev/null
+++ b/bugs/issue-5528b139f6480b978ca3bfb168ed89961c07408d.yaml
@@ -0,0 +1,20 @@
+--- !ditz.rubyforge.org,2008-03-06/issue
+title: meth= in module#method_missing
+desc: maybe allow meth= within module#method_missing (tools/genruby.rb)
+type: :task
+component: tools
+release:
+reporter: Jeremy Zurcher <jeremy@asynk.ch>
+status: :unstarted
+disposition:
+creation_time: 2011-05-06 21:24:37.979116 Z
+references: []
+
+id: 5528b139f6480b978ca3bfb168ed89961c07408d
+log_events:
+- - 2011-05-06 21:24:39.178935 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - created
+ - ""
+git_branch:
+claimer:
diff --git a/bugs/issue-7b0c55ed128f11d67b7ec9cb497317504b6dd3ef.yaml b/bugs/issue-7b0c55ed128f11d67b7ec9cb497317504b6dd3ef.yaml
index 8249054..6f5b209 100644
--- a/bugs/issue-7b0c55ed128f11d67b7ec9cb497317504b6dd3ef.yaml
+++ b/bugs/issue-7b0c55ed128f11d67b7ec9cb497317504b6dd3ef.yaml
@@ -16,5 +16,9 @@ log_events:
- Lionel Orry <lionel.orry@gmail.com>
- created
- ""
+- - 2011-05-06 21:09:48.225821 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - issue claimed
+ - ""
git_branch:
-claimer:
+claimer: Jeremy Zurcher <jeremy@asynk.ch>
diff --git a/bugs/issue-b459ab36b7d1a226763f92036c5e44f56a6cf070.yaml b/bugs/issue-b459ab36b7d1a226763f92036c5e44f56a6cf070.yaml
new file mode 100644
index 0000000..dde028a
--- /dev/null
+++ b/bugs/issue-b459ab36b7d1a226763f92036c5e44f56a6cf070.yaml
@@ -0,0 +1,20 @@
+--- !ditz.rubyforge.org,2008-03-06/issue
+title: 23px window title height in spec might not be portable
+desc: spec/ecore_evas_spec.rb 23px is window frame height
+type: :task
+component: ecore
+release:
+reporter: Jeremy Zurcher <jeremy@asynk.ch>
+status: :unstarted
+disposition:
+creation_time: 2011-05-06 21:23:44.732436 Z
+references: []
+
+id: b459ab36b7d1a226763f92036c5e44f56a6cf070
+log_events:
+- - 2011-05-06 21:23:45.765585 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - created
+ - ""
+git_branch:
+claimer:
diff --git a/bugs/issue-be1a6580cc113129d7b1f17f385a8d456f0d3009.yaml b/bugs/issue-be1a6580cc113129d7b1f17f385a8d456f0d3009.yaml
new file mode 100644
index 0000000..e34af6b
--- /dev/null
+++ b/bugs/issue-be1a6580cc113129d7b1f17f385a8d456f0d3009.yaml
@@ -0,0 +1,20 @@
+--- !ditz.rubyforge.org,2008-03-06/issue
+title: evas general specs
+desc: continue Evas.h from evas_load_error_str till $
+type: :task
+component: evas
+release:
+reporter: Jeremy Zurcher <jeremy@asynk.ch>
+status: :unstarted
+disposition:
+creation_time: 2011-05-06 21:11:45.182500 Z
+references: []
+
+id: be1a6580cc113129d7b1f17f385a8d456f0d3009
+log_events:
+- - 2011-05-06 21:11:47.695649 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - created
+ - ""
+git_branch:
+claimer:
diff --git a/bugs/issue-d670fb3875f90798ab6b014e847b68681c3779a6.yaml b/bugs/issue-d670fb3875f90798ab6b014e847b68681c3779a6.yaml
new file mode 100644
index 0000000..b181967
--- /dev/null
+++ b/bugs/issue-d670fb3875f90798ab6b014e847b68681c3779a6.yaml
@@ -0,0 +1,20 @@
+--- !ditz.rubyforge.org,2008-03-06/issue
+title: "#free with FFI::Pointer"
+desc: "prevent calling #free with non FFI::AutoPointer ??"
+type: :task
+component: ffi-efl
+release:
+reporter: Jeremy Zurcher <jeremy@asynk.ch>
+status: :unstarted
+disposition:
+creation_time: 2011-05-06 21:22:17.459253 Z
+references: []
+
+id: d670fb3875f90798ab6b014e847b68681c3779a6
+log_events:
+- - 2011-05-06 21:22:18.655653 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - created
+ - ""
+git_branch:
+claimer:
diff --git a/bugs/issue-ea8e61def57ca49a138fdffcd2ffc1cdc849d717.yaml b/bugs/issue-ea8e61def57ca49a138fdffcd2ffc1cdc849d717.yaml
index 1c0dfef..07842b3 100644
--- a/bugs/issue-ea8e61def57ca49a138fdffcd2ffc1cdc849d717.yaml
+++ b/bugs/issue-ea8e61def57ca49a138fdffcd2ffc1cdc849d717.yaml
@@ -5,8 +5,8 @@ type: :feature
component: evas
release:
reporter: Lionel Orry <lionel.orry@gmail.com>
-status: :unstarted
-disposition:
+status: :closed
+disposition: :fixed
creation_time: 2011-05-06 13:13:03.768466 Z
references: []
@@ -16,5 +16,13 @@ log_events:
- Lionel Orry <lionel.orry@gmail.com>
- created
- ""
+- - 2011-05-06 20:49:51.805960 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - issue claimed
+ - ""
+- - 2011-05-06 21:08:44.655764 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - closed with disposition fixed
+ - commit 86c7bb0aa79ddea6fd26c4525af0fbf212658d1b
git_branch:
-claimer:
+claimer: Jeremy Zurcher <jeremy@asynk.ch>
diff --git a/bugs/issue-ff30f7d18e05796d92c96cd213201b47a8810684.yaml b/bugs/issue-ff30f7d18e05796d92c96cd213201b47a8810684.yaml
new file mode 100644
index 0000000..4248389
--- /dev/null
+++ b/bugs/issue-ff30f7d18e05796d92c96cd213201b47a8810684.yaml
@@ -0,0 +1,20 @@
+--- !ditz.rubyforge.org,2008-03-06/issue
+title: "EcoreEvas specs : maximized_set"
+desc: ecore_evas_maximized_set pathetically fails
+type: :bugfix
+component: ecore
+release:
+reporter: Jeremy Zurcher <jeremy@asynk.ch>
+status: :unstarted
+disposition:
+creation_time: 2011-05-06 21:20:53.069140 Z
+references: []
+
+id: ff30f7d18e05796d92c96cd213201b47a8810684
+log_events:
+- - 2011-05-06 21:20:54.698956 Z
+ - Jeremy Zurcher <jeremy@asynk.ch>
+ - created
+ - ""
+git_branch:
+claimer: