[jira] [Commented] (OAK-10845) store-document: occasional test failure: BranchCommitGCTest.unmergedMergedRemoveChild

2024-06-17 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17855604#comment-17855604 ] Stefan Egli commented on OAK-10845: --- Another flaky test combination removal PR : https://github.com

Re: [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device

2024-06-17 Thread Stefan Weil via
+ hw/misc/trace-events |4 + include/hw/misc/riscv_iopmp.h | 152 + 5 files changed, 1162 insertions(+) create mode 100644 hw/misc/riscv_iopmp.c create mode 100644 include/hw/misc/riscv_iopmp.h Should both new files have SPDX license identifiers? Regards, Stefan W.

Re: RFR: 8332252: Clean up vmTestbase/vm/share [v3]

2024-06-17 Thread Stefan Karlsson
On Sat, 15 Jun 2024 16:28:05 GMT, Leonid Mesnik wrote: >> The vmTestbase/vm/share is a shared test library for vmTestbase tests. This >> library contains a lot of code that is used by only by small number of tests >> or not used at all. There are no plans to actively develop new tests in >>

[gcc r14-10317] s390: testsuite: Fix ifcvt-one-insn-bool.c

2024-06-17 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:0ed63e3791345a9933cbbf28594ab5549d336bd4 commit r14-10317-g0ed63e3791345a9933cbbf28594ab5549d336bd4 Author: Stefan Schulze Frielinghaus Date: Mon Jun 17 08:52:28 2024 +0200 s390: testsuite: Fix ifcvt-one-insn-bool.c With the change of r15-787-g57e04879389f9c

[gcc r14-10316] s390: Implement TARGET_NOCE_CONVERSION_PROFITABLE_P [PR109549]

2024-06-17 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:8f124e6b79daa43618dbb1e67c09629676d07396 commit r14-10316-g8f124e6b79daa43618dbb1e67c09629676d07396 Author: Stefan Schulze Frielinghaus Date: Mon Jun 17 08:52:20 2024 +0200 s390: Implement TARGET_NOCE_CONVERSION_PROFITABLE_P [PR109549] Consider a NOCE

[gcc r15-1367] s390: Delete mistakenly added tests

2024-06-17 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:e86d4e4ac7d7438f2f1b2437508cfd394a0a34d9 commit r15-1367-ge86d4e4ac7d7438f2f1b2437508cfd394a0a34d9 Author: Stefan Schulze Frielinghaus Date: Mon Jun 17 08:46:38 2024 +0200 s390: Delete mistakenly added tests gcc/testsuite/ChangeLog

[gcc r15-1366] s390: Extend two element float vector

2024-06-17 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:9965acb77cbd686283a9d0a867c80b1e710f46b9 commit r15-1366-g9965acb77cbd686283a9d0a867c80b1e710f46b9 Author: Stefan Schulze Frielinghaus Date: Mon Jun 17 08:37:11 2024 +0200 s390: Extend two element float vector This implements a V2SF -> V2DF ext

[gcc r15-1365] s390: Extend two/four element integer vectors

2024-06-17 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:2ab143df110a40bd41b5368ef84819953bf971b1 commit r15-1365-g2ab143df110a40bd41b5368ef84819953bf971b1 Author: Stefan Schulze Frielinghaus Date: Mon Jun 17 08:36:11 2024 +0200 s390: Extend two/four element integer vectors For the moment I deliberately left out

[gcc r15-1364] s390: testsuite: Fix nobp-table-jump-*.c

2024-06-17 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:0bf3f14e0d79f3258d4e5570216b5d81af6d60ef commit r15-1364-g0bf3f14e0d79f3258d4e5570216b5d81af6d60ef Author: Stefan Schulze Frielinghaus Date: Mon Jun 17 08:35:27 2024 +0200 s390: testsuite: Fix nobp-table-jump-*.c Starting with r14-5628-g53ba8d669550d3

[gcc r15-1363] s390: testsuite: Fix ifcvt-one-insn-bool.c

2024-06-17 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:ac66736bf2f8a10d2f43e83ed6377e4179027a39 commit r15-1363-gac66736bf2f8a10d2f43e83ed6377e4179027a39 Author: Stefan Schulze Frielinghaus Date: Mon Jun 17 08:34:34 2024 +0200 s390: testsuite: Fix ifcvt-one-insn-bool.c With the change of r15-787-g57e04879389f9c

Please pull u-boot-watchdog/next

2024-06-16 Thread Stefan Roese
Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=369=results Thanks, Stefan The following changes since commit 0786dd573d0793417852e009dee3148ebdd163f3: test/py: net_boot: Add test cases for net boot (2024-06-13 16:31:24 -0600) are avail

Re: [PATCH 0/7] watchdog_reset cleanup

2024-06-16 Thread Stefan Roese
. Apart from the two sh4 patches, these are independent of each other and can be applied individually. Cc: Angelo Dureghello Cc: Christophe Leroy Cc: Huan Wang Cc: Nobuhiro Iwamatsu Applied to u-boot-watchdog/next Thanks, Stefan Rasmus Villemoes (7): m68k: remove dead code wdt

Re: [PATCH v4 0/3] cyclic/watchdog patches

2024-06-16 Thread Stefan Roese
: Add R-bs from Stefan. Fixup whitespace in the doc/ part. Rebase to current master (676903c1b97), fixing trivial conflict with 301bac6047c8. Rasmus Villemoes (3): cyclic: stop strdup'ing name in cyclic_register() wdt-uclass: prevent multiple cyclic_register calls cyclic: make clients embed

Re: [PATCH 0/7] watchdog_reset cleanup

2024-06-16 Thread Stefan Roese
. Apart from the two sh4 patches, these are independent of each other and can be applied individually. Cc: Angelo Dureghello Cc: Christophe Leroy Cc: Huan Wang Cc: Nobuhiro Iwamatsu Thanks for continuing the cleanup here: Reviewed-by: Stefan Roese Thanks, Stefan Rasmus Villemoes (7

vc4: WARNING during suspend to idle of Raspberry Pi 3 Plus

2024-06-16 Thread Stefan Wahren
Hi, i'm currently experiment with suspend to idle on the Raspberry Pi [1]. During my tests, i noticed a WARNING of the vc4 during suspend incl. Runtime PM usage count underflow. It would be nice if someone can look at it. In case you want to reproduce it, i can prepare a branch with some

[SR-Users] Psresence dialoginfo question

2024-06-16 Thread Stefan Mititelu via sr-users
be this can be used to set a different initial state for a user (e.g. export a cfg function or take that info from DB?) Any opinions on this? Thank you, Stefan __ Kamailio - Users Mailing List - Non Commercial Discussio

[FFmpeg-devel] libavformat / vapoursynth update

2024-06-15 Thread Stefan Oltmanns via ffmpeg-devel
patch for this? What option should I choose? Best regards, Stefan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[screen-devel] [bug #53173] Out of bounds heap memory read in MClearArea()

2024-06-15 Thread Stefan Ring
Follow-up Comment #5, bug #53173 (group screen): So the patch is not without its problems. It is still better than crashing, but it loses the last column of every line that is longer than the window when switching between windows. And not only that; it also forgets that broken lines are actually

Re: devel/sdl2 add my controller GUID

2024-06-15 Thread Stefan Sperling
On Sat, Jun 15, 2024 at 12:42:02AM +0200, Solene Rapenne wrote: > this diff adds my Xbox One S Controller to sdl2 > controller database so it works in chiaki (and maybe other) > > ok? ok with me Not sure what the situation is with upstreaming these SDL patches? It's a bit annoying that we have

[plasmashell] [Bug 404002] Clicking on (IntelliJ Idea based) apps in the panel, doesn't bring them to the foreground

2024-06-15 Thread Stefan
https://bugs.kde.org/show_bug.cgi?id=404002 Stefan changed: What|Removed |Added CC||menis...@gmx.net --- Comment #9 from Stefan

Edward Elgar Handbook of African Economic Development - out now

2024-06-15 Thread Ouma, Stefan
%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C=R7l3y1El9H9n0qzNoT4V7qutgPr%2FwLN2QDhPOwOrpRc%3D=0 [cid:image002.jpg@01DABF1F.A78B5A30] Best, Stefan *** Professor of Economic Geography Co-Director Institute of African Studies<https://na

Re[2]: [gentoo-user] Difficulty with updating /etc/basb/bashrc

2024-06-15 Thread Stefan Schmiedl
-- Original Message -- From "Paul Colquhoun" To gentoo-user@lists.gentoo.org Date 15.06.2024 01:43:22 Subject Re: [gentoo-user] Difficulty with updating /etc/basb/bashrc You edited the old file, not portage. Why didn't you keep a copy of the old file? I have this in the crontabs

[nongnu] branch scratch/editorconfig-cc deleted (was 3764c87538)

2024-06-14 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig-cc. was 3764c87538 Fix text (#342) This change permanently discards the following revisions: discards 3764c87538 Fix text (#342) discards 9beb04599a Refactor find-file advices (#340) discards 7656b5d17c Update CHANGELOG.md

[jira] [Updated] (FELIX-6712) Release Websonsole - without JSON License

2024-06-14 Thread Stefan Bischof (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bischof updated FELIX-6712: -- Description: the eclipse foundation IP checks always fail on webconsole because oif the JSOn

[jira] [Created] (FELIX-6712) Release Websonsole - without JSON License

2024-06-14 Thread Stefan Bischof (Jira)
Stefan Bischof created FELIX-6712: - Summary: Release Websonsole - without JSON License Key: FELIX-6712 URL: https://issues.apache.org/jira/browse/FELIX-6712 Project: Felix Issue Type: Wish

[jira] [Resolved] (FELIX-6693) Servletcontext (of Webconsole) ignored in jetty-light

2024-06-14 Thread Stefan Bischof (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bischof resolved FELIX-6693. --- Fix Version/s: http.jetty12-1.0.8 Resolution: Fixed issue was the missing export

[jira] [Closed] (FELIX-6693) Servletcontext (of Webconsole) ignored in jetty-light

2024-06-14 Thread Stefan Bischof (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bischof closed FELIX-6693. - > Servletcontext (of Webconsole) ignored in jetty-li

[jira] [Commented] (CASSANDRA-19697) Test failure: materialized_views_test.py::TestMaterializedViews::test_rename_column_atomicity

2024-06-14 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17855094#comment-17855094 ] Stefan Miklosovic commented on CASSANDRA-19697: --- Very interesting investigation. I

[jira] [Updated] (CASSANDRA-19697) Test failure: materialized_views_test.py::TestMaterializedViews::test_rename_column_atomicity

2024-06-14 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19697: -- Reviewers: Stefan Miklosovic, Stefan Miklosovic Stefan

Re: [PATCH 12/20] cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000

2024-06-14 Thread Stefan Roese
this in mind when implementing), so: Acked-by: Stefan Roese Thanks, Stefan

[SCM] Samba Shared Repository - branch v4-20-test updated

2024-06-14 Thread Stefan Metzmacher
compiled with jemalloc. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15660 Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Jun 13 08:41:39 UTC 2024 on atb-devel-224

Re: Duplicate files copy paste issue after Windows OS upgrade to 11 pro

2024-06-14 Thread Stefan via TortoiseSVN-dev
On Friday, June 14, 2024 at 7:16:15 AM UTC+2 anikg...@gmail.com wrote: Sure , Thanks for your revert First checkout any file that is present on SVN to your local system. Then try to replace the same file by dragging the file from SVN to the local system. When we do this , duplicate sets of

[jira] [Comment Edited] (CASSANDRA-18111) Cache snapshots in memory

2024-06-13 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17854876#comment-17854876 ] Stefan Miklosovic edited comment on CASSANDRA-18111 at 6/13/24 11:25 PM

[nongnu] scratch/editorconfig-cc d7a7b6af8e 013/351: Add JS and HTML indent settings.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit d7a7b6af8e7af9982543df76739be3f50e2bfee9 Author: Hong Xu Commit: Stefan Monnier Add JS and HTML indent settings. --- editorconfig.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/editorconfig.el b/editorconfig.el index

[nongnu] scratch/editorconfig-cc cd38bdaa64 048/351: Prepare v0.6

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit cd38bdaa6479dd5d538b660c55e7a94c579d4242 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Prepare v0.6 --- editorconfig-core-handle.el | 2 +- editorconfig-core.el| 4 ++-- editorconfig-fnmatch.el | 2 +- editorcon

[nongnu] scratch/editorconfig-cc 6ff678a856 200/351: Make conf-mode used when a file has .editorconfig extension

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 6ff678a8565a1935ee0810d18620df6659d72b30 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Make conf-mode used when a file has .editorconfig extension --- editorconfig-conf-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[nongnu] scratch/editorconfig-cc 45893af6f2 217/351: Use princ instead of message to write to stdout

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 45893af6f26b5e4047b7b4ea9be6e5966a5198db Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Use princ instead of message to write to stdout --- bin/editorconfig-el | 20 ++-- 1 file changed, 10 insertions(+), 10 del

[nongnu] scratch/editorconfig-cc 2839f753f7 322/351: Update copyright year (#297)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 2839f753f706f23b6c954ebc32f5b4e4b8b5c389 Author: Jen-Chieh Shen Commit: Stefan Monnier Update copyright year (#297) --- editorconfig-conf-mode.el | 2 +- editorconfig-core-handle.el | 2 +- editorconfig-core.el| 2 +- editorconfig-fnmatch.el

[nongnu] scratch/editorconfig-cc e24803269d 212/351: Update document

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit e24803269d7e40b8437ea1580380078cde10dcca Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update document --- README.md | 20 doc/editorconfig.texi | 21 + 2 files changed, 41 inse

[nongnu] scratch/editorconfig-cc cdbd60a8a6 234/351: M-x checkdoc

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit cdbd60a8a6d8a36be186d4811d9ec1ff292a606a Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier M-x checkdoc --- editorconfig-core-handle.el | 2 +- editorconfig.el | 17 - 2 files changed, 13 insertions(+), 6 del

[nongnu] scratch/editorconfig-cc ae8028cf3d 233/351: Add struct docstring

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit ae8028cf3d5224d025360bf36951dd17cb4727d1 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add struct docstring --- editorconfig-core-handle.el | 35 --- 1 file changed, 24 insertions(+), 11 deletions(-)

[nongnu] scratch/editorconfig-cc 5f5cad1ee4 205/351: Update README.md for hook name change

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 5f5cad1ee4d300bfa4ac8462ddea24762e647180 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update README.md for hook name change --- README.md | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/REA

[nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit d068ec0546938a0d02b05ac5a75c370962205ed2 Author: USAMI Kenta Commit: Stefan Monnier Use \' instead of $ --- editorconfig.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editorconfig.el b/editorconfig.el index a5ef929102..3c72fd0f02 100644

[nongnu] scratch/editorconfig-cc 907a4afa7a 143/351: Set `fill-column` directly

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 907a4afa7a114ba9aebd65df8d58792b8a4068dc Author: Simen Heggestøyl Commit: Stefan Monnier Set `fill-column` directly Set `fill-column` directly instead of using `set-fill-column`. That function is useful when used interactively, but when

[nongnu] scratch/editorconfig-cc fbe97a0824 014/351: Wrong way to indent html. Fixes it.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit fbe97a082421acf8ea41abee76f6ce223496a628 Author: Hong Xu Commit: Stefan Monnier Wrong way to indent html. Fixes it. --- editorconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig.el b/editorconfig.el index

[nongnu] scratch/editorconfig-cc 7a7a8c99a6 281/351: Add github actions badge

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 7a7a8c99a609475dc0770e823ae598bd2439a2be Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add github actions badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7b08b2f09..5a79a4492d

[nongnu] scratch/editorconfig-cc f1b83aacd2 214/351: Fix hack-properties-functions example

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit f1b83aacd27cfb9b15ec55071fded750804de817 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Fix hack-properties-functions example --- README.md | 2 +- doc/editorconfig.texi | 2 +- editorconfig.el | 2 +- 3 files chan

[nongnu] scratch/editorconfig-cc 4a509abae7 037/351: Rename editorconfig-find-file-hook to editorconfig-apply

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 4a509abae711626f4caa2c950f0cfdce4eb70a8d Author: Hong Xu Commit: Stefan Monnier Rename editorconfig-find-file-hook to editorconfig-apply --- editorconfig.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editorconfig.el b

[nongnu] scratch/editorconfig-cc 6929cad23b 223/351: Update get-properties-hash

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 6929cad23b3d94d979202aabf6c3bfa3551a01b5 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update get-properties-hash --- editorconfig-core.el | 67 +--- 1 file changed, 58 insertions

[nongnu] scratch/editorconfig-cc 28e411023c 283/351: Remove travis.yml (#238)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 28e411023c27b42b3b1a47ee710939df38ad2670 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Remove travis.yml (#238) --- .travis.yml | 23 --- 1 file changed, 23 deletions(-) diff --git a/.travis.yml b/.travis.yml d

[nongnu] scratch/editorconfig-cc 9cee9bb143 225/351: Get alist result from hash result

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 9cee9bb1431fa72be67484a8c405b4670d42c244 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Get alist result from hash result --- editorconfig-core.el | 78 +--- 1 file changed, 7 insertions(

[nongnu] scratch/editorconfig-cc ab74eab0bc 035/351: Update README

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit ab74eab0bc9b9fdb710523f2cb579e4dfe3cb137 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ff27bbaf4..301e771d3e

[nongnu] scratch/editorconfig-cc f8c0b1240d 188/351: Update Makefile for info generation

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit f8c0b1240d9e019ca8c43ad676c5302711abf3e3 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update Makefile for info generation --- Makefile | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile

[nongnu] scratch/editorconfig-cc 2171e00738 343/351: Remove editorconfig-mode legacy version (#304)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 2171e0073897ce7dbf8ae3490d62aa6cb2f36d77 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Remove editorconfig-mode legacy version (#304) * Remove switch to use legacy version Remove `editorconfig--lagacy-version` va

[nongnu] scratch/editorconfig-cc 90278ea953 307/351: Update CHANGELOG

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 90278ea953016c2dcf6992f3a011a23957542ba8 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update CHANGELOG --- CHANGELOG.md | 4 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5706c9d357..3c9007b000

[nongnu] scratch/editorconfig-cc 11625f5c81 254/351: Add explicit support for rpm-spec-mode

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 11625f5c817a484e54304ecb9b91ddb325b4813d Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add explicit support for rpm-spec-mode --- editorconfig.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/editorconfi

[nongnu] scratch/editorconfig-cc dd0b204721 312/351: Fix package load for use-package usage (#277)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit dd0b20472154d56a423b15214467c9ee33b6e26d Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Fix package load for use-package usage (#277) --- editorconfig.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/editorcon

[nongnu] scratch/editorconfig-cc 70cdb88f75 208/351: Fix version when -custom-hooks has marked as obsolete

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 70cdb88f7549375ec0f5c5e76f6e1832064c6d61 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Fix version when -custom-hooks has marked as obsolete --- editorconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[nongnu] scratch/editorconfig-cc 645660fa9a 319/351: docs(README.md): Update development instructions (#291)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 645660fa9aabd0c97b0e2cfa017e52c9925a410e Author: Jen-Chieh Shen Commit: Stefan Monnier docs(README.md): Update development instructions (#291) --- README.md | 38 ++ 1 file changed, 14 insertions(+), 24 deletions

[nongnu] scratch/editorconfig-cc 60b39fadfb 209/351: Add variable -hack-properties-functions

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 60b39fadfbf879c56b002d76e37d025ba8f93d98 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add variable -hack-properties-functions --- editorconfig.el | 18 ++ 1 file changed, 18 insertions(+) diff --git a/editorconfi

[nongnu] scratch/editorconfig-cc 153013ff48 297/351: Return early when expecting coding-system has been already set

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 153013ff48dee9bb56f27e7b68f192054066fe52 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Return early when expecting coding-system has been already set --- editorconfig.el | 5 + 1 file changed, 5 insertions(+) diff

[nongnu] scratch/editorconfig-cc ae29b6421c 311/351: Add fixes for Emacs 29 (#276)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit ae29b6421c140f547de07cd869afa92bd2db4f45 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add fixes for Emacs 29 (#276) * Fix warnings reported with Emacs29 snapshot * Disable vc feature for ert testings --- editor

[nongnu] scratch/editorconfig-cc 6cf680e9c7 112/351: Print line number and its content on parse error (#95)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 6cf680e9c73a920db0233b4374a901f634b70501 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Print line number and its content on parse error (#95) --- editorconfig-core-handle.el | 15 --- 1 file changed, 12 insertions

[nongnu] scratch/editorconfig-cc 8ca0b6e042 265/351: Remove a trailing whitespace

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 8ca0b6e0422465c11bfd20cd35a405d1083d977d Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Remove a trailing whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9029

[nongnu] scratch/editorconfig-cc 242cc0ccea 045/351: Use core in elisp as a fallback

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 242cc0ccead1af18772fa9316f928898a3597528 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Use core in elisp as a fallback editorconfig-core-get-properties-hash will be called when editorconfig executable is not

[nongnu] scratch/editorconfig-cc 10467ed9df 221/351: Use Markdown's code spans instead of Emacs style `' (#186)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 10467ed9dff68c24853c3ca0e7914602b4c3c5e4 Author: USAMI Kenta Commit: Stefan Monnier Use Markdown's code spans instead of Emacs style `' (#186) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md

[nongnu] scratch/editorconfig-cc aa57926fdf 163/351: docs -> doc

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit aa57926fdfd3ef9f438ead772d7ee0869b078d98 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier docs -> doc --- Makefile| 8 {docs => doc}/editorconfig.info | 0 2 files changed, 4 insertions(+), 4 deleti

[nongnu] scratch/editorconfig-cc 71604c32eb 316/351: chore: Place emacs dependency to the front (#285)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 71604c32eb30a9ac4316e6294a433c9b3cf10cfa Author: Jen-Chieh Shen Commit: Stefan Monnier chore: Place emacs dependency to the front (#285) * chore: Place emacs dependency infront * Update copyright year --- editorconfig-conf-mode.el

[nongnu] scratch/editorconfig-cc bf4f51783c 250/351: Bump version to v0.8.0

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit bf4f51783c316826953112b2f710c9522bf27677 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Bump version to v0.8.0 (#192) --- editorconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfi

[nongnu] scratch/editorconfig-cc e109c02e6c 137/351: Prepare v0.7.9

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit e109c02e6c8944036817c092398ab76ce9828594 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Prepare v0.7.9 Closes #122 --- editorconfig-core.el | 2 +- editorconfig.el | 2 +- 2 files changed, 2 insertions(+), 2 del

[nongnu] scratch/editorconfig-cc 60b51f311d 147/351: Add document about file_type_emacs property

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 60b51f311dbeb0e31b7a6877389ab8503b1c8b0f Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add document about file_type_emacs property --- README.md | 10 ++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md

[nongnu] scratch/editorconfig-cc 39ef110ef2 299/351: Add fixes for compile warning

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 39ef110ef21c9b71610f0a3cc495237841002870 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add fixes for compile warning --- editorconfig.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/editorconfi

[nongnu] scratch/editorconfig-cc 876e476ded 238/351: Update README

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 876e476dedcf30b263cabac3e932926bb2f0b8ce Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update README --- README.md | 85 +++-- editorconfig.el | 21 +- 2 files c

[nongnu] scratch/editorconfig-cc 1faf52f0ae 144/351: Always do submodule update when test-ert

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 1faf52f0ae80cc5ffb49e9cb253fca9242f5e248 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Always do submodule update when test-ert --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3fd9

[nongnu] scratch/editorconfig-cc fbbcb58e5b 284/351: Use revert-buffer-with-coding-system to set coding system (#236)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit fbbcb58e5b48024b328cde7f9d58dceecc7dc53c Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Use revert-buffer-with-coding-system to set coding system (#236) * Use revert-buffer-with-coding-system to set coding system *

[nongnu] scratch/editorconfig-cc 1971ac1dce 088/351: Refactor editorconfig-conf-mode

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 1971ac1dced82218835ed54f0c6646146dd61c07 Author: Hong Xu Commit: Stefan Monnier Refactor editorconfig-conf-mode --- editorconfig.el | 69 - 1 file changed, 44 insertions(+), 25 deletions(-) diff

[nongnu] scratch/editorconfig-cc 3bdd68d5af 069/351: Add tcl-mode indentation support

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 3bdd68d5af98145202ddd452bd39a066442d3463 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add tcl-mode indentation support --- editorconfig.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editorconfig.el b/editorconfig.el

[nongnu] scratch/editorconfig-cc 6f769c93b1 183/351: Stop checking numeric range separately

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 6f769c93b18c7fe1e513b1ce143e56a08d5fbe51 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Stop checking numeric range separately --- editorconfig-fnmatch.el | 37 - 1 file changed, 16 insertions(

[nongnu] scratch/editorconfig-cc bc99704785 125/351: Add editorconfig-exclude-prefixes (#108)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit bc99704785df68a153faf1b5296e33ee244f4831 Author: USAMI Kenta Commit: Stefan Monnier Add editorconfig-exclude-prefixes (#108) --- editorconfig.el | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/editorconfig.el b

[nongnu] scratch/editorconfig-cc c6d823b8a7 242/351: Separate tool functions

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit c6d823b8a77f1fb5e3c49643f09ada6b8aeed7ae Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Separate tool functions --- editorconfig.el | 66 - 1 file changed, 37 insertions(

[nongnu] scratch/editorconfig-cc faba39ce8a 191/351: Use HTTPS link (#174)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit faba39ce8a84a419f0f47b18c1b56cae794fa0cd Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Use HTTPS link (#174) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dc0

[nongnu] scratch/editorconfig-cc efffe74bbf 166/351: Remove doc/.gitignore

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit efffe74bbf8afb0cc30fa10cc41bae3a4251c406 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Remove doc/.gitignore --- doc/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/.gitignore b/doc/.gitignore deleted file mode

[nongnu] scratch/editorconfig-cc f2c8300dba 129/351: Add Usami Kenta to the contributor list.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit f2c8300dbae076e69dd5b4bda9021afaf360d8a9 Author: Hong Xu Commit: Stefan Monnier Add Usami Kenta to the contributor list. --- CONTRIBUTORS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index

[nongnu] scratch/editorconfig-cc 6aa944ce1e 262/351: Update core-test

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 6aa944ce1e37f67362dab3b12169552e3b70d0f6 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update core-test --- core-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-test b/core-test index c87a3019ab..4861

[nongnu] scratch/editorconfig-cc f55d5f1f77 329/351: Prepare v0.10.0 (#303)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit f55d5f1f7705f40dedaa9132894870a6c70e3e81 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Prepare v0.10.0 (#303) * Update CHANGELOG * Update CHANGELOG * Update version string --- CHANGELOG.md

[nongnu] scratch/editorconfig-cc a365955dca 202/351: Use file_type_ext for test fixtures

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit a365955dca3e36a42dd1f1720bfaf9cbec58a217 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Use file_type_ext for test fixtures --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorco

[nongnu] scratch/editorconfig-cc b4911d662f 075/351: Already 2016 :) Happy new year!

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit b4911d662fa459aad07cf599e7e586224ad5cd00 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Already 2016 :) Happy new year! --- bin/editorconfig-el | 2 +- editorconfig-core-handle.el | 2 +- editorconfig-core.el

[nongnu] scratch/editorconfig-cc b719047f0d 247/351: Update plugin-tests submodule

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit b719047f0de45e971afb9f903ece54c7e48c458d Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update plugin-tests submodule --- ert-tests/plugin-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ert-tests/plugin-tests

[nongnu] scratch/editorconfig-cc ecbc361c88 170/351: Add .gitignore again

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit ecbc361c88849156929d60136ed730a91893f18e Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add .gitignore again --- doc/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644

[nongnu] scratch/editorconfig-cc 1b37f3f7fd 341/351: ci: Bump Emacs 29.x to 3 (#327)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 1b37f3f7fdd134f68dc8f550bdbcaeb06bdf4e69 Author: Jen-Chieh Shen Commit: Stefan Monnier ci: Bump Emacs 29.x to 3 (#327) --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b

[nongnu] scratch/editorconfig-cc 50ed9cf1a7 235/351: Update year

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 50ed9cf1a7fdaca3905e08069410f2ee996dd5e0 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update year --- bin/editorconfig-el | 2 +- editorconfig-conf-mode.el | 2 +- editorconfig-core-handle.el | 2 +- editorconfig-c

[nongnu] scratch/editorconfig-cc 849229726d 127/351: Massive reformatting of docstrings.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 849229726d7edfffd2ed901dfa6f1c9f458571cb Author: Hong Xu Commit: Stefan Monnier Massive reformatting of docstrings. --- editorconfig.el | 64 + 1 file changed, 37 insertions(+), 27 deletions

[nongnu] scratch/editorconfig-cc 6bdcaf89df 018/351: Add cmake-mode support.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 6bdcaf89dff0ec33ccb82cd8c82658ae8a66c4e0 Author: Hong Xu Commit: Stefan Monnier Add cmake-mode support. --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index 7bd2ba34fc..a40a3922d0 100644

[nongnu] scratch/editorconfig-cc 246c391729 222/351: Add function to get properties from handlers as hash

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 246c39172919c89634fc8ae46ce9f5b190f0f373 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add function to get properties from handlers as hash --- editorconfig-core-handle.el | 22 ++ 1 file changed, 22 insertions(+)

[nongnu] scratch/editorconfig-cc 14ba6ed35b 314/351: Check `filename` rather than `buffer-file-name` for consistency (#280)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 14ba6ed35b874279787907a2bba30f202d6214d7 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Check `filename` rather than `buffer-file-name` for consistency (#280) Co-authored-by: Wade Zhang --- editorconfig.el | 2 +- 1 file chan

[nongnu] scratch/editorconfig-cc 34ad61d6f8 119/351: Bump version to 0.7.7

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 34ad61d6f8b9d1124fd79349948f26166984d220 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Bump version to 0.7.7 --- editorconfig-conf-mode.el | 1 - editorconfig-core.el | 2 +- editorconfig.el | 2 +- 3 files chan

[nongnu] scratch/editorconfig-cc 5153161a07 296/351: Add minor fixes to tests (#252)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 5153161a07469cd17ed904b3878817ddd372fbad Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add minor fixes to tests (#252) * Update Makefile targets * Update github actions task * Fix test macros *

[nongnu] scratch/editorconfig-cc 08f55b212b 264/351: Fix typos (#212)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 08f55b212b317fab2af3d2f7938d6a6889d9bf48 Author: Damien Cassou Commit: Stefan Monnier Fix typos (#212) Typos found with codespell. --- doc/editorconfig.texi | 2 +- editorconfig.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions

[nongnu] scratch/editorconfig-cc c48f549c3a 152/351: Fix typo

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit c48f549c3a352503562b33e4cd65c1df956a3fb4 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e99f033618..7dc0c95540

[nongnu] scratch/editorconfig-cc 7035295d42 339/351: Add jsonian-mode (#320)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 7035295d428f49a9ed98d11e572116180bf60e6e Author: USAMI Kenta Commit: Stefan Monnier Add jsonian-mode (#320) --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index d23bf65031..a62ecc0b41 100644

  1   2   3   4   5   6   7   8   9   10   >