Re: [Vala] valadoc.org online again, but search not working
The search still not working... Em 6 de jun de 2016 22:02, "Daniel Espinosa" escreveu: > Is fairly new made with 0.26 and 0.32. > > If valadoc uses vapi files why GIR then? > > If you need GIR for C based projects for documentation then may adding a > meta information to avoid GIR for Vala based projects could be very > helpful. > > I need your to build just for VAPI, including for valadoc.org to get GXml > documentation I online. > > Are this bugs in valadoc? > El jun. 6, 2016 5:39 PM, "Chris Daley" escribió: > > > Hi Daniel, > > > > I simply removed the GIR and Valadoc generated the docs from the vapi > file > > instead. How old is the GIR file? I came across a few bug reports similar > > to this error for GIR files produced with a much earlier (+/- 0.16) > version > > of Vala. > > > > I hope this helps > > Cheers > > Chris > > > > 2016-06-06 14:07 GMT-07:00 Daniel Espinosa : > > > >> Please tell me. > >> > >> Have you fixed my generated GIR and VAPI or fixed valadoc? > >> > >> If fixed valadoc, I should revert my local changes on GXml to API as it > >> was before to avoid breaks. > >> > >> 2016-06-06 13:35 GMT-05:00 Chris Daley : > >> > >>> Hi Daniel, > >>> I have added the GXml 0.10 packages to the valadoc.valadate.org > mirror. > >>> You should be able to see them now, otherwise refresh the page. > >>> Cheers > >>> Chris D > >>> > >>> 2016-06-06 11:29 GMT-07:00 Daniel Espinosa : > >>> > Cheking at your errors, witch I can reproduce locally, but any way I > found: > > > `callback' in `class' error, means a delegate declared in a class > namespace, which is valid, but an error is raised. > > `field' in `namespace' error, means a globally declared variable make > public. > > > While in Vala both are Ok, GObject Introspection doesn't complaints > about them: Is this a valadoc bug? > > > I've made some changes in GXml to fix this, but one of it (hiding > global variable) requires an API changes, suitable to happen in next > 0.12, > but not in 0.10. While may be this API change should be considered > minor, > most users of GXml relays on legacy DOM support and if they are > checking > errors by this global variable, we are in troubles. > > I really wants GXml 0.10 added to valadoc.org or alternate sites, > while I release 0.12 version. Please consider this questions and make > me > know if is my fault. > > > 2016-06-06 10:40 GMT-05:00 Chris Daley : > > > Hi Daniel, > > > > This is the error I get when I try to build Valadoc with the > > GXml-0.10.gir: > > > > valadoc --target-glib 2.99 --driver "0.32" --importdir girs --doclet > > "." -o "tmp/gxml-0.10" "girs/vala/vapi/gxml-0.10.vapi" --vapidir > > "girs/vala/vapi" --girdir "girs/gir-1.0" --importdir "girs/gir-1.0" > > --import GXml-0.10 --wiki documentation/gxml-0.10/wiki > > > > (valadoc:279): GLib-CRITICAL **: g_str_has_suffix: assertion 'str != > > NULL' failed > > > > ** (valadoc:279): CRITICAL **: > > valadoc_importer_gir_documentation_importer_attach_comment: assertion > > 'cname != NULL' failed > > /home/valadoc/girs/gir-1.0/GXml-0.10.gir:5641.3-5641.78: error: > > unknown child element `callback' in `class' > > > > ^ > > /home/valadoc/girs/gir-1.0/GXml-0.10.gir:10483.2-10483.32: error: > > unknown child element `field' in `namespace' > > > > ^ > > > > Cheers > > Chris > > > > > > 2016-06-06 7:52 GMT-07:00 Daniel Espinosa : > > > >> Valadoc.org and its alternatives doesn't load GXml package, could > >> anyone > >> point how can help to fix it? > >> El jun. 6, 2016 9:34 AM, "Ben Iofel" escribió: > >> > >> > For now you may use this mirror with working search: > >> > http://valadoc.valadate.org > >> > > >> > On Mon, Jun 6, 2016 at 6:08 AM Ulink wrote: > >> > > >> > > Hi, > >> > > > >> > > valadoc.org seems online again, but if one type something into > >> the > >> > > search field, it shows: > >> > > > >> > > 'Query failed: (0)s' > >> > > > >> > > Is someone able to fix this? > >> > > > >> > > -- > >> > > Bernhard > >> > > ___ > >> > > vala-list mailing list > >> > > vala-list@gnome.org > >> > > https://mail.gnome.org/mailman/listinfo/vala-list > >> > > > >> > ___ > >> > vala-list mailing list > >> > vala-list@gnome.org > >> > https://mail.gnome.org/mailman/listinfo/vala-list > >> > > >> ___ > >> vala-list mailing list > >> vala-list@gnome.org > >> https://mail.gnome.org/mailman/listinfo/vala-list > >> > > > > > > > > -- > >>>
Re: [Vala] valadoc.org online again, but search not working
From: Daniel Espinosa Sent: Tuesday, 7 June 2016, 2:01 Subject: Re: [Vala] valadoc.org online again, but search not working If valadoc uses vapi files why GIR then? Valadoc is a flexible tool that can extract documentation from multiple sources.The advantage of a GIR for your library is other languages, such as Python,can easily create bindings. If you need GIR for C based projects for documentation then may adding a meta information to avoid GIR for Vala based projects could be very helpful. I need your to build just for VAPI, including for valadoc.org to get GXml documentation I online. I think you simply need to remove the gir attribute from https://github.com/flobrosch/valadoc-org/blob/master/documentation/packages.xml#L465and submit a patch to the valadoc-org repo. For an example see libcouchbase. Al ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list
Re: [Vala] valadoc.org online again, but search not working
Is fairly new made with 0.26 and 0.32. If valadoc uses vapi files why GIR then? If you need GIR for C based projects for documentation then may adding a meta information to avoid GIR for Vala based projects could be very helpful. I need your to build just for VAPI, including for valadoc.org to get GXml documentation I online. Are this bugs in valadoc? El jun. 6, 2016 5:39 PM, "Chris Daley" escribió: > Hi Daniel, > > I simply removed the GIR and Valadoc generated the docs from the vapi file > instead. How old is the GIR file? I came across a few bug reports similar > to this error for GIR files produced with a much earlier (+/- 0.16) version > of Vala. > > I hope this helps > Cheers > Chris > > 2016-06-06 14:07 GMT-07:00 Daniel Espinosa : > >> Please tell me. >> >> Have you fixed my generated GIR and VAPI or fixed valadoc? >> >> If fixed valadoc, I should revert my local changes on GXml to API as it >> was before to avoid breaks. >> >> 2016-06-06 13:35 GMT-05:00 Chris Daley : >> >>> Hi Daniel, >>> I have added the GXml 0.10 packages to the valadoc.valadate.org mirror. >>> You should be able to see them now, otherwise refresh the page. >>> Cheers >>> Chris D >>> >>> 2016-06-06 11:29 GMT-07:00 Daniel Espinosa : >>> Cheking at your errors, witch I can reproduce locally, but any way I found: `callback' in `class' error, means a delegate declared in a class namespace, which is valid, but an error is raised. `field' in `namespace' error, means a globally declared variable make public. While in Vala both are Ok, GObject Introspection doesn't complaints about them: Is this a valadoc bug? I've made some changes in GXml to fix this, but one of it (hiding global variable) requires an API changes, suitable to happen in next 0.12, but not in 0.10. While may be this API change should be considered minor, most users of GXml relays on legacy DOM support and if they are checking errors by this global variable, we are in troubles. I really wants GXml 0.10 added to valadoc.org or alternate sites, while I release 0.12 version. Please consider this questions and make me know if is my fault. 2016-06-06 10:40 GMT-05:00 Chris Daley : > Hi Daniel, > > This is the error I get when I try to build Valadoc with the > GXml-0.10.gir: > > valadoc --target-glib 2.99 --driver "0.32" --importdir girs --doclet > "." -o "tmp/gxml-0.10" "girs/vala/vapi/gxml-0.10.vapi" --vapidir > "girs/vala/vapi" --girdir "girs/gir-1.0" --importdir "girs/gir-1.0" > --import GXml-0.10 --wiki documentation/gxml-0.10/wiki > > (valadoc:279): GLib-CRITICAL **: g_str_has_suffix: assertion 'str != > NULL' failed > > ** (valadoc:279): CRITICAL **: > valadoc_importer_gir_documentation_importer_attach_comment: assertion > 'cname != NULL' failed > /home/valadoc/girs/gir-1.0/GXml-0.10.gir:5641.3-5641.78: error: > unknown child element `callback' in `class' > > ^ > /home/valadoc/girs/gir-1.0/GXml-0.10.gir:10483.2-10483.32: error: > unknown child element `field' in `namespace' > > ^ > > Cheers > Chris > > > 2016-06-06 7:52 GMT-07:00 Daniel Espinosa : > >> Valadoc.org and its alternatives doesn't load GXml package, could >> anyone >> point how can help to fix it? >> El jun. 6, 2016 9:34 AM, "Ben Iofel" escribió: >> >> > For now you may use this mirror with working search: >> > http://valadoc.valadate.org >> > >> > On Mon, Jun 6, 2016 at 6:08 AM Ulink wrote: >> > >> > > Hi, >> > > >> > > valadoc.org seems online again, but if one type something into >> the >> > > search field, it shows: >> > > >> > > 'Query failed: (0)s' >> > > >> > > Is someone able to fix this? >> > > >> > > -- >> > > Bernhard >> > > ___ >> > > vala-list mailing list >> > > vala-list@gnome.org >> > > https://mail.gnome.org/mailman/listinfo/vala-list >> > > >> > ___ >> > vala-list mailing list >> > vala-list@gnome.org >> > https://mail.gnome.org/mailman/listinfo/vala-list >> > >> ___ >> vala-list mailing list >> vala-list@gnome.org >> https://mail.gnome.org/mailman/listinfo/vala-list >> > > > > -- > Chris Daley > Pacific Northwest > > e: chebiza...@gmail.com > w: http://chrisdaley.biz > m: +1-971-703-9251 > s: chebizarro > tw: chebizarro > tz: PDT > > -- This electronic message may contain privileged and confidential information intended only for the use of the addressees named above. If you are not the inten
Re: [Vala] valadoc.org online again, but search not working
Hi Daniel, I simply removed the GIR and Valadoc generated the docs from the vapi file instead. How old is the GIR file? I came across a few bug reports similar to this error for GIR files produced with a much earlier (+/- 0.16) version of Vala. I hope this helps Cheers Chris 2016-06-06 14:07 GMT-07:00 Daniel Espinosa : > Please tell me. > > Have you fixed my generated GIR and VAPI or fixed valadoc? > > If fixed valadoc, I should revert my local changes on GXml to API as it > was before to avoid breaks. > > 2016-06-06 13:35 GMT-05:00 Chris Daley : > >> Hi Daniel, >> I have added the GXml 0.10 packages to the valadoc.valadate.org mirror. >> You should be able to see them now, otherwise refresh the page. >> Cheers >> Chris D >> >> 2016-06-06 11:29 GMT-07:00 Daniel Espinosa : >> >>> Cheking at your errors, witch I can reproduce locally, but any way I >>> found: >>> >>> >>> `callback' in `class' error, means a delegate declared in a class >>> namespace, which is valid, but an error is raised. >>> >>> `field' in `namespace' error, means a globally declared variable make >>> public. >>> >>> >>> While in Vala both are Ok, GObject Introspection doesn't complaints >>> about them: Is this a valadoc bug? >>> >>> >>> I've made some changes in GXml to fix this, but one of it (hiding global >>> variable) requires an API changes, suitable to happen in next 0.12, but not >>> in 0.10. While may be this API change should be considered minor, most >>> users of GXml relays on legacy DOM support and if they are checking errors >>> by this global variable, we are in troubles. >>> >>> I really wants GXml 0.10 added to valadoc.org or alternate sites, while >>> I release 0.12 version. Please consider this questions and make me know if >>> is my fault. >>> >>> >>> 2016-06-06 10:40 GMT-05:00 Chris Daley : >>> Hi Daniel, This is the error I get when I try to build Valadoc with the GXml-0.10.gir: valadoc --target-glib 2.99 --driver "0.32" --importdir girs --doclet "." -o "tmp/gxml-0.10" "girs/vala/vapi/gxml-0.10.vapi" --vapidir "girs/vala/vapi" --girdir "girs/gir-1.0" --importdir "girs/gir-1.0" --import GXml-0.10 --wiki documentation/gxml-0.10/wiki (valadoc:279): GLib-CRITICAL **: g_str_has_suffix: assertion 'str != NULL' failed ** (valadoc:279): CRITICAL **: valadoc_importer_gir_documentation_importer_attach_comment: assertion 'cname != NULL' failed /home/valadoc/girs/gir-1.0/GXml-0.10.gir:5641.3-5641.78: error: unknown child element `callback' in `class' ^ /home/valadoc/girs/gir-1.0/GXml-0.10.gir:10483.2-10483.32: error: unknown child element `field' in `namespace' ^ Cheers Chris 2016-06-06 7:52 GMT-07:00 Daniel Espinosa : > Valadoc.org and its alternatives doesn't load GXml package, could > anyone > point how can help to fix it? > El jun. 6, 2016 9:34 AM, "Ben Iofel" escribió: > > > For now you may use this mirror with working search: > > http://valadoc.valadate.org > > > > On Mon, Jun 6, 2016 at 6:08 AM Ulink wrote: > > > > > Hi, > > > > > > valadoc.org seems online again, but if one type something into the > > > search field, it shows: > > > > > > 'Query failed: (0)s' > > > > > > Is someone able to fix this? > > > > > > -- > > > Bernhard > > > ___ > > > vala-list mailing list > > > vala-list@gnome.org > > > https://mail.gnome.org/mailman/listinfo/vala-list > > > > > ___ > > vala-list mailing list > > vala-list@gnome.org > > https://mail.gnome.org/mailman/listinfo/vala-list > > > ___ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > -- Chris Daley Pacific Northwest e: chebiza...@gmail.com w: http://chrisdaley.biz m: +1-971-703-9251 s: chebizarro tw: chebizarro tz: PDT >>> >>> >>> -- >>> This electronic message may contain privileged and confidential >>> information intended only for the use of the addressees named above. If >>> you are not the intended recipient of this email, we kindly ask you to >>> delete this message and any attachment. You are hereby notified that any >>> use, dissemination, distribution, reproduction of this email is >>> prohibited. If you have received this email in error, please notify sender >>> immediately. >>> >>> Any document, image or any other form of electronic representation of >>> any work attached to this email, is suitable to be protected by copyright >>> enforcement by applicable law in your or sender's Country's and >>> International Legislation >>> >>> Trabajar, la mejo
Re: [Vala] valadoc.org online again, but search not working
Please tell me. Have you fixed my generated GIR and VAPI or fixed valadoc? If fixed valadoc, I should revert my local changes on GXml to API as it was before to avoid breaks. 2016-06-06 13:35 GMT-05:00 Chris Daley : > Hi Daniel, > I have added the GXml 0.10 packages to the valadoc.valadate.org mirror. > You should be able to see them now, otherwise refresh the page. > Cheers > Chris D > > 2016-06-06 11:29 GMT-07:00 Daniel Espinosa : > >> Cheking at your errors, witch I can reproduce locally, but any way I >> found: >> >> >> `callback' in `class' error, means a delegate declared in a class >> namespace, which is valid, but an error is raised. >> >> `field' in `namespace' error, means a globally declared variable make >> public. >> >> >> While in Vala both are Ok, GObject Introspection doesn't complaints about >> them: Is this a valadoc bug? >> >> >> I've made some changes in GXml to fix this, but one of it (hiding global >> variable) requires an API changes, suitable to happen in next 0.12, but not >> in 0.10. While may be this API change should be considered minor, most >> users of GXml relays on legacy DOM support and if they are checking errors >> by this global variable, we are in troubles. >> >> I really wants GXml 0.10 added to valadoc.org or alternate sites, while >> I release 0.12 version. Please consider this questions and make me know if >> is my fault. >> >> >> 2016-06-06 10:40 GMT-05:00 Chris Daley : >> >>> Hi Daniel, >>> >>> This is the error I get when I try to build Valadoc with the >>> GXml-0.10.gir: >>> >>> valadoc --target-glib 2.99 --driver "0.32" --importdir girs --doclet "." >>> -o "tmp/gxml-0.10" "girs/vala/vapi/gxml-0.10.vapi" --vapidir >>> "girs/vala/vapi" --girdir "girs/gir-1.0" --importdir "girs/gir-1.0" >>> --import GXml-0.10 --wiki documentation/gxml-0.10/wiki >>> >>> (valadoc:279): GLib-CRITICAL **: g_str_has_suffix: assertion 'str != >>> NULL' failed >>> >>> ** (valadoc:279): CRITICAL **: >>> valadoc_importer_gir_documentation_importer_attach_comment: assertion >>> 'cname != NULL' failed >>> /home/valadoc/girs/gir-1.0/GXml-0.10.gir:5641.3-5641.78: error: unknown >>> child element `callback' in `class' >>> >>> ^ >>> /home/valadoc/girs/gir-1.0/GXml-0.10.gir:10483.2-10483.32: error: >>> unknown child element `field' in `namespace' >>> >>> ^ >>> >>> Cheers >>> Chris >>> >>> >>> 2016-06-06 7:52 GMT-07:00 Daniel Espinosa : >>> Valadoc.org and its alternatives doesn't load GXml package, could anyone point how can help to fix it? El jun. 6, 2016 9:34 AM, "Ben Iofel" escribió: > For now you may use this mirror with working search: > http://valadoc.valadate.org > > On Mon, Jun 6, 2016 at 6:08 AM Ulink wrote: > > > Hi, > > > > valadoc.org seems online again, but if one type something into the > > search field, it shows: > > > > 'Query failed: (0)s' > > > > Is someone able to fix this? > > > > -- > > Bernhard > > ___ > > vala-list mailing list > > vala-list@gnome.org > > https://mail.gnome.org/mailman/listinfo/vala-list > > > ___ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list >>> >>> >>> >>> -- >>> Chris Daley >>> Pacific Northwest >>> >>> e: chebiza...@gmail.com >>> w: http://chrisdaley.biz >>> m: +1-971-703-9251 >>> s: chebizarro >>> tw: chebizarro >>> tz: PDT >>> >>> >> >> >> -- >> This electronic message may contain privileged and confidential >> information intended only for the use of the addressees named above. If >> you are not the intended recipient of this email, we kindly ask you to >> delete this message and any attachment. You are hereby notified that any >> use, dissemination, distribution, reproduction of this email is >> prohibited. If you have received this email in error, please notify sender >> immediately. >> >> Any document, image or any other form of electronic representation of any >> work attached to this email, is suitable to be protected by copyright >> enforcement by applicable law in your or sender's Country's and >> International Legislation >> >> Trabajar, la mejor arma para tu superación >> "de grano en grano, se hace la arena" (R) (en trámite, pero para los >> cuates: LIBRE) >> > > > > -- > Chris Daley > Pacific Northwest > > e: chebiza...@gmail.com > w: http://chrisdaley.biz > m: +1-971-703-9251 > s: chebizarro > tw: chebizarro > tz: PDT > > -- This electronic message may contain privileged and confidential information intended only for the use of the addressees named above. If you are not the intended recipient of this email,
Re: [Vala] valadoc.org online again, but search not working
Hi Daniel, I have added the GXml 0.10 packages to the valadoc.valadate.org mirror. You should be able to see them now, otherwise refresh the page. Cheers Chris D 2016-06-06 11:29 GMT-07:00 Daniel Espinosa : > Cheking at your errors, witch I can reproduce locally, but any way I found: > > > `callback' in `class' error, means a delegate declared in a class > namespace, which is valid, but an error is raised. > > `field' in `namespace' error, means a globally declared variable make > public. > > > While in Vala both are Ok, GObject Introspection doesn't complaints about > them: Is this a valadoc bug? > > > I've made some changes in GXml to fix this, but one of it (hiding global > variable) requires an API changes, suitable to happen in next 0.12, but not > in 0.10. While may be this API change should be considered minor, most > users of GXml relays on legacy DOM support and if they are checking errors > by this global variable, we are in troubles. > > I really wants GXml 0.10 added to valadoc.org or alternate sites, while I > release 0.12 version. Please consider this questions and make me know if is > my fault. > > > 2016-06-06 10:40 GMT-05:00 Chris Daley : > >> Hi Daniel, >> >> This is the error I get when I try to build Valadoc with the >> GXml-0.10.gir: >> >> valadoc --target-glib 2.99 --driver "0.32" --importdir girs --doclet "." >> -o "tmp/gxml-0.10" "girs/vala/vapi/gxml-0.10.vapi" --vapidir >> "girs/vala/vapi" --girdir "girs/gir-1.0" --importdir "girs/gir-1.0" >> --import GXml-0.10 --wiki documentation/gxml-0.10/wiki >> >> (valadoc:279): GLib-CRITICAL **: g_str_has_suffix: assertion 'str != >> NULL' failed >> >> ** (valadoc:279): CRITICAL **: >> valadoc_importer_gir_documentation_importer_attach_comment: assertion >> 'cname != NULL' failed >> /home/valadoc/girs/gir-1.0/GXml-0.10.gir:5641.3-5641.78: error: unknown >> child element `callback' in `class' >> >> ^ >> /home/valadoc/girs/gir-1.0/GXml-0.10.gir:10483.2-10483.32: error: unknown >> child element `field' in `namespace' >> >> ^ >> >> Cheers >> Chris >> >> >> 2016-06-06 7:52 GMT-07:00 Daniel Espinosa : >> >>> Valadoc.org and its alternatives doesn't load GXml package, could anyone >>> point how can help to fix it? >>> El jun. 6, 2016 9:34 AM, "Ben Iofel" escribió: >>> >>> > For now you may use this mirror with working search: >>> > http://valadoc.valadate.org >>> > >>> > On Mon, Jun 6, 2016 at 6:08 AM Ulink wrote: >>> > >>> > > Hi, >>> > > >>> > > valadoc.org seems online again, but if one type something into the >>> > > search field, it shows: >>> > > >>> > > 'Query failed: (0)s' >>> > > >>> > > Is someone able to fix this? >>> > > >>> > > -- >>> > > Bernhard >>> > > ___ >>> > > vala-list mailing list >>> > > vala-list@gnome.org >>> > > https://mail.gnome.org/mailman/listinfo/vala-list >>> > > >>> > ___ >>> > vala-list mailing list >>> > vala-list@gnome.org >>> > https://mail.gnome.org/mailman/listinfo/vala-list >>> > >>> ___ >>> vala-list mailing list >>> vala-list@gnome.org >>> https://mail.gnome.org/mailman/listinfo/vala-list >>> >> >> >> >> -- >> Chris Daley >> Pacific Northwest >> >> e: chebiza...@gmail.com >> w: http://chrisdaley.biz >> m: +1-971-703-9251 >> s: chebizarro >> tw: chebizarro >> tz: PDT >> >> > > > -- > This electronic message may contain privileged and confidential > information intended only for the use of the addressees named above. If > you are not the intended recipient of this email, we kindly ask you to > delete this message and any attachment. You are hereby notified that any > use, dissemination, distribution, reproduction of this email is > prohibited. If you have received this email in error, please notify sender > immediately. > > Any document, image or any other form of electronic representation of any > work attached to this email, is suitable to be protected by copyright > enforcement by applicable law in your or sender's Country's and > International Legislation > > Trabajar, la mejor arma para tu superación > "de grano en grano, se hace la arena" (R) (en trámite, pero para los > cuates: LIBRE) > -- Chris Daley Pacific Northwest e: chebiza...@gmail.com w: http://chrisdaley.biz m: +1-971-703-9251 s: chebizarro tw: chebizarro tz: PDT ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list
Re: [Vala] valadoc.org online again, but search not working
Cheking at your errors, witch I can reproduce locally, but any way I found: `callback' in `class' error, means a delegate declared in a class namespace, which is valid, but an error is raised. `field' in `namespace' error, means a globally declared variable make public. While in Vala both are Ok, GObject Introspection doesn't complaints about them: Is this a valadoc bug? I've made some changes in GXml to fix this, but one of it (hiding global variable) requires an API changes, suitable to happen in next 0.12, but not in 0.10. While may be this API change should be considered minor, most users of GXml relays on legacy DOM support and if they are checking errors by this global variable, we are in troubles. I really wants GXml 0.10 added to valadoc.org or alternate sites, while I release 0.12 version. Please consider this questions and make me know if is my fault. 2016-06-06 10:40 GMT-05:00 Chris Daley : > Hi Daniel, > > This is the error I get when I try to build Valadoc with the GXml-0.10.gir: > > valadoc --target-glib 2.99 --driver "0.32" --importdir girs --doclet "." > -o "tmp/gxml-0.10" "girs/vala/vapi/gxml-0.10.vapi" --vapidir > "girs/vala/vapi" --girdir "girs/gir-1.0" --importdir "girs/gir-1.0" > --import GXml-0.10 --wiki documentation/gxml-0.10/wiki > > (valadoc:279): GLib-CRITICAL **: g_str_has_suffix: assertion 'str != NULL' > failed > > ** (valadoc:279): CRITICAL **: > valadoc_importer_gir_documentation_importer_attach_comment: assertion > 'cname != NULL' failed > /home/valadoc/girs/gir-1.0/GXml-0.10.gir:5641.3-5641.78: error: unknown > child element `callback' in `class' > > ^ > /home/valadoc/girs/gir-1.0/GXml-0.10.gir:10483.2-10483.32: error: unknown > child element `field' in `namespace' > > ^ > > Cheers > Chris > > > 2016-06-06 7:52 GMT-07:00 Daniel Espinosa : > >> Valadoc.org and its alternatives doesn't load GXml package, could anyone >> point how can help to fix it? >> El jun. 6, 2016 9:34 AM, "Ben Iofel" escribió: >> >> > For now you may use this mirror with working search: >> > http://valadoc.valadate.org >> > >> > On Mon, Jun 6, 2016 at 6:08 AM Ulink wrote: >> > >> > > Hi, >> > > >> > > valadoc.org seems online again, but if one type something into the >> > > search field, it shows: >> > > >> > > 'Query failed: (0)s' >> > > >> > > Is someone able to fix this? >> > > >> > > -- >> > > Bernhard >> > > ___ >> > > vala-list mailing list >> > > vala-list@gnome.org >> > > https://mail.gnome.org/mailman/listinfo/vala-list >> > > >> > ___ >> > vala-list mailing list >> > vala-list@gnome.org >> > https://mail.gnome.org/mailman/listinfo/vala-list >> > >> ___ >> vala-list mailing list >> vala-list@gnome.org >> https://mail.gnome.org/mailman/listinfo/vala-list >> > > > > -- > Chris Daley > Pacific Northwest > > e: chebiza...@gmail.com > w: http://chrisdaley.biz > m: +1-971-703-9251 > s: chebizarro > tw: chebizarro > tz: PDT > > -- This electronic message may contain privileged and confidential information intended only for the use of the addressees named above. If you are not the intended recipient of this email, we kindly ask you to delete this message and any attachment. You are hereby notified that any use, dissemination, distribution, reproduction of this email is prohibited. If you have received this email in error, please notify sender immediately. Any document, image or any other form of electronic representation of any work attached to this email, is suitable to be protected by copyright enforcement by applicable law in your or sender's Country's and International Legislation Trabajar, la mejor arma para tu superación "de grano en grano, se hace la arena" (R) (en trámite, pero para los cuates: LIBRE) ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list
Re: [Vala] valadoc.org online again, but search not working
Valadoc.org and its alternatives doesn't load GXml package, could anyone point how can help to fix it? El jun. 6, 2016 9:34 AM, "Ben Iofel" escribió: > For now you may use this mirror with working search: > http://valadoc.valadate.org > > On Mon, Jun 6, 2016 at 6:08 AM Ulink wrote: > > > Hi, > > > > valadoc.org seems online again, but if one type something into the > > search field, it shows: > > > > 'Query failed: (0)s' > > > > Is someone able to fix this? > > > > -- > > Bernhard > > ___ > > vala-list mailing list > > vala-list@gnome.org > > https://mail.gnome.org/mailman/listinfo/vala-list > > > ___ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list
Re: [Vala] valadoc.org online again, but search not working
For now you may use this mirror with working search: http://valadoc.valadate.org On Mon, Jun 6, 2016 at 6:08 AM Ulink wrote: > Hi, > > valadoc.org seems online again, but if one type something into the > search field, it shows: > > 'Query failed: (0)s' > > Is someone able to fix this? > > -- > Bernhard > ___ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list
Re: [Vala] valadoc.org online again, but search not working
Hi Jonathan, many thanks for your hints! -- Bernhard ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list
Re: [Vala] valadoc.org online again, but search not working
Blake Kostner said the following on Google+: "The search doesn't work because the server that it was hosted on got wiped, and we are trying to figure out how to setup the search database again. It will probably be updated to something more modern eventually, but that will definitely get fixed." The search function does work on valadoc.valadate.org ( www.valadate.org:8000/#!wiki=index), an alternative valadoc site hosted by Chris Daley ( https://mail.gnome.org/archives/vala-list/2016-May/msg00043.html). Jonathan Moerman 2016-06-06 12:08 GMT+02:00 Ulink : > Hi, > > valadoc.org seems online again, but if one type something into the > search field, it shows: > > 'Query failed: (0)s' > > Is someone able to fix this? > > -- > Bernhard > ___ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list