[EGIT] [core/enlightenment] master 01/01: let's go back to dev mode .99
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=32e65c1f21c0de6285927070d5ca329137bd40be commit 32e65c1f21c0de6285927070d5ca329137bd40be Author: Carsten Haitzler Date: Mon Jan 3 12:11:05 2022 + let's go back to dev mode .99 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 146c53bde..89b6b08cf 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ # project project('enlightenment', 'c', -version: '0.25.0', +version: '0.25.99', license: 'BSD 2 clause', default_options: [ 'buildtype=release', 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.47.0') --
[EGIT] [core/efl] master 01/01: lety's go back to dev mode .99 version
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=29029bc7810e90b078b7fb54dec9ac75af1bf3f9 commit 29029bc7810e90b078b7fb54dec9ac75af1bf3f9 Author: Carsten Haitzler Date: Mon Jan 3 12:10:34 2022 + lety's go back to dev mode .99 version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 29d6f08d29..1f7c7b4ab5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('efl', ['c','cpp'], - version: '1.26.0', + version: '1.26.99', default_options : ['buildtype=plain', 'cpp_std=c++11'], meson_version : '>=0.50' ) --
[EGIT] [apps/edi] master 01/01: New french and italian translations
maxerba pushed a commit to branch master. http://git.enlightenment.org/apps/edi.git/commit/?id=3556ff0a7b6f8a54b90e2906ae0ecc196de4a377 commit 3556ff0a7b6f8a54b90e2906ae0ecc196de4a377 Author: maxerba Date: Mon Jan 3 13:52:55 2022 +0100 New french and italian translations --- po/LINGUAS | 2 + po/fr.po | 892 + po/it.po | 875 +++ 3 files changed, 1769 insertions(+) diff --git a/po/LINGUAS b/po/LINGUAS index e69de29..de86de0 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -0,0 +1,2 @@ +fr +it diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 000..2e401e3 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,892 @@ +# French translation for Edi. +# This file is distributed under the same license as the edi package. +# similar , 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: edi\n" +"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2017-12-23 21:59+\n" +"PO-Revision-Date: 2022-01-02 17:05+0100\n" +"Last-Translator: Philippe Jean Guillaumie \n" +"Language-Team: French\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#: src/bin/mainview/edi_mainview.c:574 +#: src/bin/mainview/edi_mainview_panel.c:584 src/bin/screens/edi_screens.c:121 +#: src/bin/screens/edi_screens.c:162 src/bin/screens/edi_welcome.c:79 +#: src/bin/screens/edi_file_screens.c:29 src/bin/edi_scm_ui.c:105 +msgid "OK" +msgstr "OK" + +#: src/bin/mainview/edi_mainview.c:601 +msgid "Please enter a valid search term." +msgstr "Entrez un terme de recherche valide." + +#: src/bin/mainview/edi_mainview.c:635 +msgid "Search for (whole project)" +msgstr "Rechercher (projet entier)" + +#: src/bin/mainview/edi_mainview.c:641 +msgid "Please enter a term to search for within the whole project." +msgstr "Entrez un terme pour la recherche dansl'ensemble du projet." + +#: src/bin/mainview/edi_mainview.c:663 src/bin/mainview/edi_mainview.c:772 +#: src/bin/mainview/edi_mainview_panel.c:850 +#: src/bin/editor/edi_editor_search.c:531 +#: src/bin/screens/edi_file_screens.c:232 +#: src/bin/screens/edi_file_screens.c:293 +#: src/bin/screens/edi_file_screens.c:354 src/bin/edi_scm_ui.c:874 +msgid "Cancel" +msgstr "Annuler" + +#: src/bin/mainview/edi_mainview.c:669 src/bin/mainview/edi_mainview.c:740 +#: src/bin/editor/edi_editor_search.c:515 src/bin/edi_main.c:432 +msgid "Search" +msgstr "Rechercher" + +#: src/bin/mainview/edi_mainview.c:689 +msgid "Please enter a valid search string." +msgstr "Entrez une chaîne de recherche valide." + +#: src/bin/mainview/edi_mainview.c:696 +msgid "Please enter a valid replace string." +msgstr "Entrez une chaîne de remplacement valide." + +#: src/bin/mainview/edi_mainview.c:702 +msgid "Strings cannot match." +msgstr "Pas de correspondance possible." + +#: src/bin/mainview/edi_mainview.c:724 +msgid "Search & Replace" +msgstr "Chercher & Remplacer" + +#: src/bin/mainview/edi_mainview.c:729 +msgid "Replace all occurences of text within the whole project." +msgstr "" +"Remplacer toutes les occurrences du texte pour l'ensemble du projet." + +#: src/bin/mainview/edi_mainview.c:753 src/bin/mainview/edi_mainview.c:779 +#: src/bin/editor/edi_editor_search.c:523 +msgid "Replace" +msgstr "Remplacer" + +#: src/bin/mainview/edi_mainview_panel.c:552 +msgid "Unrecognized file type" +msgstr "Type de fichier non reconnu" + +#: src/bin/mainview/edi_mainview_panel.c:569 +msgid "" +"To force open, select this file in the file browser, and use \"open as\" " +"menu options." +msgstr "" +"Pour forcer l'ouverture, sélectionnez ce fichier dans le gestionnaire de " +"fichiers, et utilisez l'option « ouvrir en tant que » du menu." + +#: src/bin/mainview/edi_mainview_panel.c:824 +msgid "Enter line number" +msgstr "Entrer le numéro de ligne" + +#: src/bin/mainview/edi_mainview_panel.c:856 +msgid "Go" +msgstr "Aller" + +#: src/bin/editor/edi_editor_documentation.c:63 +msgid "Parameters" +msgstr "Paramètres" + +#: src/bin/editor/edi_editor_documentation.c:66 +msgid "Returns" +msgstr "Retours" + +#: src/bin/editor/edi_editor_documentation.c:69 +msgid "See also" +msgstr "Voir aussi" + +#: src/bin/editor/edi_editor_documentation.c:140 +msgid "No help available for this term" +msgstr "Aucune aide disponible pour ce terme" + +#: src/bin/editor/edi_editor_documentation.c:162 src/bin/edi_main.c:1189 +#: src/bin/edi_main.c:1272 +msgid "Close" +msgstr "Fermer" + +#: src/bin/editor/edi_editor.c:76 +msgid "Confirmation" +msgstr "Confirmation" + +#: src/bin/editor/edi_editor.c:95 +msgid "" +"File contents have changed. Would you like to reload the contents of " +"this file?" +msgstr "" +"Le contenu du fichier a changé. Voulez-vous recharger le contenu de ce " +"fichier ?" + +#: src/bin/editor/edi_editor.c:110 +msgid "Reload" +msgstr "Recharger" + +#:
[EGIT] [legacy/imlib2] master 02/04: imlib2_view: Verbosity twaeks
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=8f65acf7c20f1d95acc24554293fbe743354fe22 commit 8f65acf7c20f1d95acc24554293fbe743354fe22 Author: Kim Woelders Date: Sun Jan 2 12:51:24 2022 +0100 imlib2_view: Verbosity twaeks --- src/bin/imlib2_view.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/bin/imlib2_view.c b/src/bin/imlib2_view.c index df58d88..abfdb90 100644 --- a/src/bin/imlib2_view.c +++ b/src/bin/imlib2_view.c @@ -48,8 +48,9 @@ static bool fixedframe = false; /* We have selected single frame */ static bool animated = false; /* Image has animation sequence */ static bool animate = false;/* Animation is active */ -#define Dprintf(fmt...) if (debug) printf(fmt) -#define Vprintf(fmt...) if (verbose) printf(fmt) +#define Dprintf(fmt...) if (debug)printf(fmt) +#define Vprintf(fmt...) if (verbose) printf(fmt) +#define V2printf(fmt...) if (verbose >= 2) printf(fmt) #define MAX_DIM32767 @@ -81,7 +82,7 @@ bg_im_init(int w, int h) { int x, y, onoff; - Dprintf("Image WxH=%dx%d\n", w, h); + V2printf("Image WxH=%dx%d\n", w, h); if (bg_im) { --
[EGIT] [legacy/imlib2] master 04/04: ICO loader: Fix compilation on big endian architectures
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=7d60151ba9696ef07be79af68d5c631a97c63906 commit 7d60151ba9696ef07be79af68d5c631a97c63906 Author: Sören Tempel Date: Mon Jan 3 10:56:03 2022 +0100 ICO loader: Fix compilation on big endian architectures Commit ff79901a071a76ec73cc98c7ff15102c514afb7b refactors the ico_read_idir function and removed the local nr variable. Unfortunately, this variable is still used within an `#ifdef WORDS_BIGENDIAN` block on big endian architectures as a for loop index variable. As such, the code does presently not compile since the aforementioned commit. This patch fixes this issue by re-introducing the variable conditionally on big endian architectures. Note: It would likely be cleaner to declare the nr variable as part of the loop declaration, however, this C99 feature does not seem to be used anywhere in the code base, hence I refrained from using it here. --- src/modules/loaders/loader_ico.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/loaders/loader_ico.c b/src/modules/loaders/loader_ico.c index e8cef41..66c3643 100644 --- a/src/modules/loaders/loader_ico.c +++ b/src/modules/loaders/loader_ico.c @@ -139,6 +139,9 @@ ico_read_icon(ico_t * ico, int ino) { ie_t *ie; unsigned intsize; +#ifdef WORDS_BIGENDIAN + unsigned intnr; +#endif ie = &ico->ie[ino]; --
[EGIT] [legacy/imlib2] master 01/04: imlib2_grab: Print error message if saving fails
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=86e3b4fadad40cf28075ef0c7116adbb2b99b26e commit 86e3b4fadad40cf28075ef0c7116adbb2b99b26e Author: Kim Woelders Date: Thu Dec 30 06:55:32 2021 +0100 imlib2_grab: Print error message if saving fails --- src/bin/imlib2_grab.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bin/imlib2_grab.c b/src/bin/imlib2_grab.c index c567e17..e7db343 100644 --- a/src/bin/imlib2_grab.c +++ b/src/bin/imlib2_grab.c @@ -32,6 +32,7 @@ main(int argc, char **argv) unsigned intwo, ho; unsigned intdepth; Window rr; + Imlib_Load_Errorerr; verbose = 0; get_alpha = 1; @@ -132,7 +133,9 @@ main(int argc, char **argv) } imlib_context_set_image(im); - imlib_save_image(file); + imlib_save_image_with_error_return(file, &err); + if (err != IMLIB_LOAD_ERROR_NONE) + fprintf(stderr, "Failed to save image to '%s' (error %d)\n", file, err); return 0; } --
[EGIT] [legacy/imlib2] master 03/04: imlib2_load: Verbosity twaeks
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=31d6d8532c40530631b9a587174094728ea3be35 commit 31d6d8532c40530631b9a587174094728ea3be35 Author: Kim Woelders Date: Sun Jan 2 12:59:24 2022 +0100 imlib2_load: Verbosity twaeks --- src/bin/imlib2_load.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/bin/imlib2_load.c b/src/bin/imlib2_load.c index ea77e10..d5521f3 100644 --- a/src/bin/imlib2_load.c +++ b/src/bin/imlib2_load.c @@ -20,7 +20,8 @@ static char progress_called; static FILE*fout; -#define Vprintf(fmt...) if (verbose) fprintf(fout, fmt) +#define Vprintf(fmt...) if (verbose) fprintf(fout, fmt) +#define V2printf(fmt...) if (verbose >= 2) fprintf(fout, fmt) #define HELP \ "Usage:\n" \ @@ -134,7 +135,7 @@ main(int argc, char **argv) verbose = 1; break; case 'v': - verbose = 1; + verbose += 1; break; case 'x': fout = stderr; @@ -199,6 +200,8 @@ main(int argc, char **argv) } imlib_context_set_image(im); + V2printf("Image WxH=%dx%d\n", + imlib_image_get_width(), imlib_image_get_height()); if (!check_progress && !load_now) imlib_image_get_data(); --
[EGIT] [apps/terminology] annotated tag v1.12.1 created (now 33f2287)
This is an automated email from the git hooks/post-receive script. billiob pushed a change to annotated tag v1.12.1 in repository apps/terminology. at 33f2287 (tag) tagging 034631fec6ee0ed8708311d79d7567c500316eb8 (commit) replaces v1.12.0 tagged by Boris Faure on Mon Jan 3 22:06:14 2022 +0100 - Log - Terminology v1.12.1 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEuw862nDQJURvoj1o6qnNcp9SKZgFAmHTZUYACgkQ6qnNcp9S KZgkUg/+PVFiSRqG0/Lbx/KwtfV/xlDPqt0/4JEDF46Gdl++YqFG9MnZuD44xAaT +/JHwJGaZFbZ/KKz/Nv/OU4tbid8jtuqVacQIyN/Y6sayMCsQkDw39WRcU59Ekrm xuMir3wEr2fxjPv1f32GSBnzM4UuJyD7oES89hkuATcm4z6BV4DOb9DU4IoZrX28 G7UtvmhqepNh5SRDgpsMScPhLJwIjDcd8qLUa2a7PkACy0s5pjtkoNL1zmKEl6fV MRaynGkAja7cMnLGhPan0/uWlQ0qjpWGnc81lLDT0jYIxx3yewve6UI1vQW9foJr undD77/4/uF7l2aKFmCsUchD6w/XJiKWY4zXQMI0ZqEx6zLqDX14bjPgfRorZdFp VjBGHgBVMTX24PLl6IcUAffkvWvRMGFUdsBg/gwMLiQ4SH1y4U+mgRsp83Fdlnlj neZepEhrTp332eUTwC98f3o81a+8xUXap6KKQ22oY8DhFsDkeHqyk/kJ1wkqqpjM rroHGozNLL3nmgcbKnNpqE5+eeiTTUSPD2AERWXTOkoPSOTSvYHoJHJsNlVVdBF4 80ug76amEyS6fYQdJDA8GUEcx1oBFBiFnaPKUKyycO1Ae0L79qFLSzVTs10/MF76 sIYBGf8eU54e3IG8mC+nIVuHxslBJlz91pb5FILleRZxg4I+Y8Q= =WqPS -END PGP SIGNATURE- Boris Faure (2): meson: build&install Default colorscheme Terminology 1.12.1 --- This annotated tag includes the following new commits: new a7d4685 meson: build&install Default colorscheme new 034631f Terminology 1.12.1 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. --
[EGIT] [apps/terminology] master 02/02: Terminology 1.12.1
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=034631fec6ee0ed8708311d79d7567c500316eb8 commit 034631fec6ee0ed8708311d79d7567c500316eb8 Author: Boris Faure Date: Mon Jan 3 22:01:06 2022 +0100 Terminology 1.12.1 --- ChangeLog | 5 + NEWS | 10 +- README.md | 2 +- man/terminology-helpers.1 | 2 +- man/terminology.1 | 2 +- meson.build | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d014eab..5886235 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-01-03 +* Release v1.12.1 +* Build and install Default colorscheme +* Correctly set the version + 2022-01-02 * Release v1.12.0 * New default theme! diff --git a/NEWS b/NEWS index 65897ff..0e5aefd 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,15 @@ == -Terminology 1.12.0 +Terminology 1.12.1 == +Changes since 1.12.0: + + +Fixes: +* Build and install Default colorscheme +* Correctly set the version + + Changes since 1.11.0: diff --git a/README.md b/README.md index 61be770..167a0e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Terminology 1.12.0 +Terminology 1.12.1 == This is an EFL terminal emulator with some extra bells and whistles. diff --git a/man/terminology-helpers.1 b/man/terminology-helpers.1 index 00d5cba..06d0d39 100644 --- a/man/terminology-helpers.1 +++ b/man/terminology-helpers.1 @@ -1,5 +1,5 @@ .\" Manpage for terminology helpers -.TH TERMINOLOGY-HELPERS 1 "Jan 02, 2022" +.TH TERMINOLOGY-HELPERS 1 "Jan 03, 2022" .SH NAME terminiology-helpers \- programs that enhance .B terminology(1) diff --git a/man/terminology.1 b/man/terminology.1 index ac6ab66..8f5bab7 100644 --- a/man/terminology.1 +++ b/man/terminology.1 @@ -1,5 +1,5 @@ .\" Manpage for Terminology -.TH TERMINOLOGY 1 "Jan 02, 2022" "1.12.0" "Terminology man page" +.TH TERMINOLOGY 1 "Jan 03, 2022" "1.12.1" "Terminology man page" .SH NAME Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). .SH SYNOPSIS diff --git a/meson.build b/meson.build index 9dff9be..3061bde 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', -version: '1.12.0', +version: '1.12.1', default_options: ['buildtype=plain', 'c_std=gnu99'], license: 'BSD') --
[EGIT] [apps/terminology] master 01/02: meson: build&install Default colorscheme
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=a7d4685a904e633c82b7bac272650a5ef47a21dd commit a7d4685a904e633c82b7bac272650a5ef47a21dd Author: Boris Faure Date: Mon Jan 3 21:34:19 2022 +0100 meson: build&install Default colorscheme Thanks to Conrad Knight for the bug report! --- data/colorschemes/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/data/colorschemes/meson.build b/data/colorschemes/meson.build index c23add2..6827969 100644 --- a/data/colorschemes/meson.build +++ b/data/colorschemes/meson.build @@ -3,6 +3,7 @@ colorschemes = [ 'Belafonte Night', 'Black', 'Cobalt2', + 'Default', 'Dracula', 'Fahrenheit', 'Material', --
[EGIT] [website/www-content] master 01/01: Terminology 1.12.1
billiob pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=b0a9febf80329775d391aee415816219dfbba1ac commit b0a9febf80329775d391aee415816219dfbba1ac Author: Boris Faure Date: Mon Jan 3 22:09:56 2022 +0100 Terminology 1.12.1 --- pages/download-latest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/download-latest.txt b/pages/download-latest.txt index c5ea3bf21..ba0ec2fc4 100644 --- a/pages/download-latest.txt +++ b/pages/download-latest.txt @@ -3,7 +3,7 @@ efl_v = 1.26.1 python_efl_v = 1.25.0 enlightenment_v = 0.25.1 -terminology_v = 1.12.0 +terminology_v = 1.12.1 rage_v= 0.4.0 econnman_v= 1.1 ephoto_v = 1.6 --
[EGIT] [website/www-content] master 01/01: Wiki page 2022-01-03-terminology-1.12.1 changed with summary [created] by Boris Faure
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=d96c98decf9db440b05823f033e5dd6ad46b6fe4 commit d96c98decf9db440b05823f033e5dd6ad46b6fe4 Author: Boris Faure Date: Mon Jan 3 13:19:17 2022 -0800 Wiki page 2022-01-03-terminology-1.12.1 changed with summary [created] by Boris Faure --- pages/news/2022-01-03-terminology-1.12.1.txt | 21 + 1 file changed, 21 insertions(+) diff --git a/pages/news/2022-01-03-terminology-1.12.1.txt b/pages/news/2022-01-03-terminology-1.12.1.txt new file mode 100644 index 0..6260c8f2c --- /dev/null +++ b/pages/news/2022-01-03-terminology-1.12.1.txt @@ -0,0 +1,21 @@ + +=== Terminology 1.12.1 release === + * //2022-01-03 - by Boris Faure// + +> “Oops” ― Boris Faure + +Yesterday's release was not done correctly. This is now fixed, as seen in the +change log below: + +== Fixes == +* Build and install Default colorscheme +* Correctly set the version + + +== Download == +^ ** LINK ** ^ ** SHA256 ** ^ +| [[ https://download.enlightenment.org/rel/apps/terminology/terminology-1.12.1.tar.xz | Terminology 1.12.1 XZ]] | ''25cac30cc5d062adecd56ab53f98270f156581a37d68e5ab7739dfd62526a4fb'' | + + +{{:blank.png?nolink&100|}} +~~DISCUSSIONS~~ \ No newline at end of file --
[EGIT] [website/www-content] master 01/01: Wiki page 2022-01-03-terminology-1.12.1 changed with summary [] by Boris Faure
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=c6bbf65e20e4d6cb3d99583041af2739ece762ee commit c6bbf65e20e4d6cb3d99583041af2739ece762ee Author: Boris Faure Date: Mon Jan 3 13:24:53 2022 -0800 Wiki page 2022-01-03-terminology-1.12.1 changed with summary [] by Boris Faure --- pages/news/2022-01-03-terminology-1.12.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/news/2022-01-03-terminology-1.12.1.txt b/pages/news/2022-01-03-terminology-1.12.1.txt index 6260c8f2c..4e4886ed8 100644 --- a/pages/news/2022-01-03-terminology-1.12.1.txt +++ b/pages/news/2022-01-03-terminology-1.12.1.txt @@ -14,7 +14,7 @@ change log below: == Download == ^ ** LINK ** ^ ** SHA256 ** ^ -| [[ https://download.enlightenment.org/rel/apps/terminology/terminology-1.12.1.tar.xz | Terminology 1.12.1 XZ]] | ''25cac30cc5d062adecd56ab53f98270f156581a37d68e5ab7739dfd62526a4fb'' | +| [[ https://download.enlightenment.org/rel/apps/terminology/terminology-1.12.1.tar.xz | Terminology 1.12.1 XZ]] | ''f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9'' | {{:blank.png?nolink&100|}} --
[EGIT] [apps/terminology] master 01/01: tests: update due to new release
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=3f2fbd83d7e71db4e71a5a1abfc7c7ca9453c186 commit 3f2fbd83d7e71db4e71a5a1abfc7c7ca9453c186 Author: Boris Faure Date: Mon Jan 3 22:22:33 2022 +0100 tests: update due to new release --- tests/tests.results | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.results b/tests/tests.results index 16775a1..e3eff61 100644 --- a/tests/tests.results +++ b/tests/tests.results @@ -1,4 +1,4 @@ -esc_term_name_version.sh 3dcb097984b3efcc4470e0db3b0aa3b3 +esc_term_name_version.sh 97171410ee94925073faec63fb028735 decfra-no-restrict-cursor.sh 10e91417532188a4b1e81408273591ac decfra-restrict-cursor.sh 5b84d38a1d924cf36c0ed1ab2c302f37 decera-no-restrict-cursor.sh cc60dadaa0c888af93f2235119d18db7 --
[E-devel] Terminology 1.12.1
== “Oops” Boris Faure == Hello fellow Terminology enthusiasts! Yesterday's release was not done correctly. This is now fixed, as seen in the change log below: == Fixes == * Build and install the Default colorscheme * Correctly set the version == Download == The tarball can be found at : - https://download.enlightenment.org/rel/apps/terminology/terminology-1.12.1.tar.xz - https://downloads.terminolo.gy/terminology-1.12.1.tar.xz sha256sum: f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9 Happy compiling! ( https://xkcd.com/303/ ) -- Boris Faure Pointer Arithmetician signature.asc Description: PGP signature ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] efl test suite timeouts in 1.26?
Hello, With 1.26, I'm seeing "ninja test" timeout on every single suite. Except for the actual failures & errors I'm seeing, running the individual binaries is fine. There seems to be something weird with forking - I hardcoded "do_fork = 0;" at src/tests/efl_check.h:359 and most of the timeouts are gone. Sample comparison with default meson options: Summary of Failures: 18/44 eo-suite TIMEOUT 30.11s 19/44 eo-suite-dbg TIMEOUT 30.10s 20/44 eo-suite-fallback TIMEOUT 30.09s 21/44 eina TIMEOUT 30.14s killed by signal 15 SIGTERM 22/44 efl-suite TIMEOUT 30.01s 23/44 emile-suite TIMEOUT 30.01s 24/44 eet-suite TIMEOUT 30.02s exit status 1 27/44 eldbus-suite TIMEOUT 30.01s killed by signal 15 SIGTERM 28/44 ecore-suite TIMEOUT 30.04s 29/44 efl-app TIMEOUT 30.04s 30/44 ecore_con-suite TIMEOUT 30.03s 31/44 eeze-suiteTIMEOUT 30.02s 32/44 efreet-suite TIMEOUT 30.01s 33/44 edje-suiteTIMEOUT 30.01s 37/44 elementary-suite TIMEOUT 30.03s (exit status 255 or signal 127 SIGinvalid) 38/44 efl-ui-suite TIMEOUT 30.03s (exit status 255 or signal 127 SIGinvalid) 39/44 eina_cxx-suiteTIMEOUT 30.03s 40/44 evas-suiteTIMEOUT 60.02s 41/44 eolian_cxx-suite TIMEOUT 30.05s 43/44 eldbus_cxx-suite TIMEOUT 30.04s (exit status 255 or signal 127 SIGinvalid) 44/44 efl_ui_spec-suite TIMEOUT 60.02s Ok: 23 Expected Fail: 0 Fail: 0 Unexpected Pass:0 Skipped:0 Timeout:21 ... $ time EFL_RUN_IN_TREE=1 ./src/tests/eina/eina_suite ... 100%: Checks: 3, Failures: 0, Errors: 0 100%: Checks: 11, Failures: 0, Errors: 0 100%: Checks: 7, Failures: 0, Errors: 0 100%: Checks: 9, Failures: 0, Errors: 0 100%: Checks: 3, Failures: 0, Errors: 0 100%: Checks: 7, Failures: 0, Errors: 0 100%: Checks: 10, Failures: 0, Errors: 0 100%: Checks: 3, Failures: 0, Errors: 0 real 0m0.180s user 0m0.387s sys 0m0.469s $ echo $? 0 Ross ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel