Maxime Franck

Results 14 comments of Maxime Franck

for me /test foo exectute an action - Allow test - Retest for example : ```yaml pipeline: bar: image: alpine commands: echo hello when: FULLTEST: TRUE baz: image: alpine commands:...

We can register all New*****FromOwner func and make an Downcast on GetOwnerObject with something like this ? But the type of object are in proprety ? ```golang var constructorRegistry =...

i dont uderstand ``` Class``` anyway my way is not possible in go because interface{} need to be cast an other way is to return an ```Object Struct``` ``` type...

for win only one line of code , we will add : - code complexity, - estetic ( for me make an assertion with normal api is bad ) -...

Hello @pcting You think about something like this ? ```golang func (o *SomeCLass) GetGDNativeObject() { t := reflect.ValueOf(o).Elem() for i := 0; i < t.NumField(); i++ { vf := t.Field(i)...

Something like this ? ```golang diff --git a/pkg/gdnative/class_register_method.go b/pkg/gdnative/class_register_method.go index 7910f6a..6f6fb72 100644 --- a/pkg/gdnative/class_register_method.go +++ b/pkg/gdnative/class_register_method.go @@ -106,6 +106,35 @@ func go_method_func(godotObject *C.godot_object, methodData unsafe.Pointer, user log.Panic("method not found", StringField("method",...

it's work, but you need to export field ... so maybe i need to add it to all class

why we need to parse C header ??

Status : Waiting: CrashLoopBackOff Restarts : 210 :D it's not 1/20 :D 0/210 for me ``` [ { "Id": "ea1e806cd2cea55598aa7eed2a6efc3a196e17b941c42c362dd2a17e1db48e76", "Created": "2017-07-10T17:35:03.395726169Z", "Path": "/bin/sh", "Args": [ "-c", "bash start-libreoffice.sh" ],...