[gentoo-commits] repo/gentoo:master commit in: dev-libs/libei/

2024-04-21 Thread Matt Turner
commit: fe56e06c2c47c5e19fb8ad0f044cb4b84c82cffa Author: Matt Turner gentoo org> AuthorDate: Sun Apr 21 21:05:02 2024 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 21:05:02 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe56e06c de

[gentoo-commits] repo/gentoo:master commit in: x11-apps/iceauth/

2024-04-21 Thread Matt Turner
commit: bb8aa87bb782da4fc228daedeba22f7792db40ca Author: Matt Turner gentoo org> AuthorDate: Sun Apr 21 21:05:02 2024 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 21:05:02 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8aa87b x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontscale/

2024-04-21 Thread Matt Turner
commit: 7c4f84512ecd447f3513bb1249732fbedf6bce0e Author: Matt Turner gentoo org> AuthorDate: Sun Apr 21 21:05:03 2024 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 21:05:03 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4f8451 x1

[gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/

2024-04-21 Thread Matt Turner
commit: 594d798655430e8423012365103626cd08da9e3e Author: Matt Turner gentoo org> AuthorDate: Sun Apr 21 20:58:55 2024 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 20:58:55 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594d7986 x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/iceauth/

2024-04-21 Thread Matt Turner
commit: 78a3a93aabab6207f112a34401eded098e5b4566 Author: Matoro Mahri matoro tk> AuthorDate: Sun Apr 21 19:48:18 2024 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 20:56:46 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a3a93a x1

[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2024-04-21 Thread Matt Turner
commit: 6711762384a8758d18e31cfe41a446dbd91ade67 Author: Matoro Mahri matoro tk> AuthorDate: Sun Apr 21 19:42:56 2024 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 20:56:46 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67117623 x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/files/

2024-04-21 Thread Matt Turner
commit: 36c7d400cda7e81d361764954da2b872201ec07b Author: Matt Turner gentoo org> AuthorDate: Sun Apr 21 17:44:25 2024 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 17:46:39 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c7d400 x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/

2024-04-21 Thread Matt Turner
commit: 5b0c705d67e8e26c18daba763f2c34b47919abcc Author: Matt Turner gentoo org> AuthorDate: Sun Apr 21 17:34:17 2024 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 17:46:39 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0c705d x1

[clang] [llvm] [AMDGPU][WIP] Add support for i64/f64 readlane, writelane and readfirstlane operations. (PR #89217)

2024-04-21 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm commented: In a separate patch should have AMDGPUInstCombineIntrinsic try to fold bitcasts into the intrinsic https://github.com/llvm/llvm-project/pull/89217 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [llvm] [AMDGPU][WIP] Add support for i64/f64 readlane, writelane and readfirstlane operations. (PR #89217)

2024-04-21 Thread Matt Arsenault via cfe-commits
@@ -18410,6 +18410,24 @@ Value *CodeGenFunction::EmitAMDGPUBuiltinExpr(unsigned BuiltinID, CGM.getIntrinsic(Intrinsic::amdgcn_update_dpp, Args[0]->getType()); return Builder.CreateCall(F, Args); } + case AMDGPU::BI__builtin_amdgcn_readlane: + case

[clang] [llvm] [AMDGPU][WIP] Add support for i64/f64 readlane, writelane and readfirstlane operations. (PR #89217)

2024-04-21 Thread Matt Arsenault via cfe-commits
@@ -18410,6 +18410,24 @@ Value *CodeGenFunction::EmitAMDGPUBuiltinExpr(unsigned BuiltinID, CGM.getIntrinsic(Intrinsic::amdgcn_update_dpp, Args[0]->getType()); return Builder.CreateCall(F, Args); } + case AMDGPU::BI__builtin_amdgcn_readlane: + case

[clang] [llvm] [AMDGPU][WIP] Add support for i64/f64 readlane, writelane and readfirstlane operations. (PR #89217)

2024-04-21 Thread Matt Arsenault via cfe-commits
@@ -4822,6 +4822,111 @@ static MachineBasicBlock *lowerWaveReduce(MachineInstr , return RetBB; } +static MachineBasicBlock *lowerPseudoLaneOp(MachineInstr , arsenm wrote: You should try to do this before selection. Doing it after just adds a lot of

[clang] [llvm] [AMDGPU][WIP] Add support for i64/f64 readlane, writelane and readfirstlane operations. (PR #89217)

2024-04-21 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm edited https://github.com/llvm/llvm-project/pull/89217 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2024-04-21 Thread Matt
+| | :cmdline 1 2 3 | "1 2 3"| bash -c "./sh-script-8GJzdG 1 2 3" | | :cmdline "1 2" 3"| "\"1 2\" 3"| bash -c "./sh-script-8GJzdG \&

DIS: Self-Promotion

2024-04-20 Thread Matt Smyth via agora-discussion
Good something to you all, Is there a circumstance where the Promoter is allowed to promote themselves to some role, or when (rarely) creating a new role, do we assume the Promoter cannot do this self-despotism?

Re: [agi] FHI is shutting down

2024-04-20 Thread Matt Mahoney
identity? > > On Fri, Apr 19, 2024 at 6:28 PM Mike Archbold wrote: > >> Some people on facebook are spiking the ball... I guess I won't say who ;) >> >> On Fri, Apr 19, 2024 at 4:03 PM Matt Mahoney >> wrote: >> >>> https://www.futureofhumanityinsti

[coreboot] Re: Porting Coreboot to a Mini PC

2024-04-20 Thread Matt DeVillier
; > Thanks, > Mason Corkern > -- > *From:* Matt DeVillier > *Sent:* Wednesday, April 3, 2024 8:36 PM > *To:* Mason Corkern > *Cc:* coreboot > *Subject:* Re: [coreboot] Porting Coreboot to a Mini PC > > *[EXTERNAL SENDER]* > that's sti

Bug#945203: fwupd: Cannot update firmware

2024-04-20 Thread Matt Taggart
oved error and maybe point to documentation about how it works. In my case it was "no EFI partition", but others in this bug report have alluded to things like efivars, the BIOS locking things down, etc. So some additional sanity checks of these things would be nice. Thanks, -- Matt Taggart m...@lackof.org

[sumo-user] How to reopen a lane

2024-04-20 Thread Matt Bering via sumo-user
llow all" at the specified interval of my rerouter, and no vehicles pass through the counterflow lane. I've already ensured that the probability of my vehicles having a rerouting device is set to 1 and even set my rerouting period to 1, but nothing seems to change. I hope some

[clang] Fix -fno-unsafe-math-optimizations behavior (PR #89473)

2024-04-20 Thread Matt Arsenault via cfe-commits
@@ -271,30 +271,32 @@ // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s // RUN: %clang -### -funsafe-math-optimizations -fno-reciprocal-math -c %s \ -// RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-UNSAFE-MATH %s +// RUN: 2>&1 | FileCheck

[clang] Fix -fno-unsafe-math-optimizations behavior (PR #89473)

2024-04-20 Thread Matt Arsenault via cfe-commits
@@ -318,12 +320,12 @@ // RUN: %clang -### -fassociative-math -freciprocal-math -fno-signed-zeros \ // RUN: -fno-trapping-math -ftrapping-math -c %s 2>&1 \ -// RUN: | FileCheck --check-prefix=CHECK-NO-REASSOC-NO-UNSAFE-MATH %s +// RUN: | FileCheck

[clang] Fix -fno-unsafe-math-optimizations behavior (PR #89473)

2024-04-20 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm edited https://github.com/llvm/llvm-project/pull/89473 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual)

2024-04-20 Thread Matt
On Fri, 19 Apr 2024 22:56:13 +0200 pelzflorian (Florian Pelz) wrote --- > Hello Matt, pushed as 86fb0e039bf30cf85e2066401f9a384427c47ea8. > > I was bold enough to retain the xref change in (Setting Up the Daemon) > prompted by Ludo, because starting a sentenc

Re: Creating a documentation team?

2024-04-20 Thread Matt
On Fri, 19 Apr 2024 16:09:53 +0200 Ludovic Courtès wrote --- > Hi Florian and all, > > I figure you’ve been doing a lot of review and writing of the manual. > Should we create a documentation team, of which you could be a honorary > member? :-) > > I feel like ensuring doc

[gentoo-commits] repo/gentoo:master commit in: sys-fs/bcachefs-tools/

2024-04-19 Thread Matt Jolly
commit: b892b929e7f38cb5f8b51a88c9459ea60a7d6945 Author: Christopher Fore posteo net> AuthorDate: Thu Apr 18 15:31:02 2024 + Commit: Matt Jolly gentoo org> CommitDate: Sat Apr 20 04:04:41 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b892b92

[gentoo-commits] repo/gentoo:master commit in: sys-fs/bcachefs-tools/

2024-04-19 Thread Matt Jolly
commit: a3f43dff7e499b429ef770712a453e5110dff323 Author: Christopher Fore posteo net> AuthorDate: Thu Apr 18 15:31:39 2024 + Commit: Matt Jolly gentoo org> CommitDate: Sat Apr 20 04:04:42 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f43df

[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2024-04-19 Thread Matt Jolly
commit: 23f1ea3afd9541f8d6a409dcc8aa3d52a076e541 Author: Matt Jolly gentoo org> AuthorDate: Fri Apr 19 00:37:01 2024 + Commit: Matt Jolly gentoo org> CommitDate: Sat Apr 20 04:04:42 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f1ea3a www-

[gentoo-commits] repo/gentoo:master commit in: net-misc/curl/, net-misc/curl/files/

2024-04-19 Thread Matt Jolly
commit: 6c9477001d99393a7fc4f610d0ef25a4fef0ce60 Author: Matt Jolly gentoo org> AuthorDate: Sat Apr 20 03:51:05 2024 + Commit: Matt Jolly gentoo org> CommitDate: Sat Apr 20 04:04:42 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c947700 ne

[agi] FHI is shutting down

2024-04-19 Thread Matt Mahoney
https://www.futureofhumanityinstitute.org/ -- Artificial General Intelligence List: AGI Permalink: https://agi.topicbox.com/groups/agi/Te0da187fd19737a7-M7129c19edafe3cb5462be1ce Delivery options: https://agi.topicbox.com/groups/agi/subscription

Re: [agi] Re: Iran <> Israel, can AGI zealots do anything?

2024-04-19 Thread Matt Mahoney
Moore's law is indeed faster than exponential. Kurzweil extended the cost of computation back to 1900 to include mechanical adding machines and the doubling time is now half as long. Even that is much faster if you go back to the inventions of the printing press, paper, and written language. The

[DISCUSSION] New Flags for Arrow C Interface Schema

2024-04-19 Thread Matt Topol
on the mailing list thought before I go ahead and put effort into this. Thanks everyone! Take care! --Matt

[jira] [Updated] (NIFI-13054) Tooltip Improvements

2024-04-19 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-13054: --- Status: Patch Available (was: Reopened) > Tooltip Improveme

[ANN] nyacc version 1.09.4 released

2024-04-19 Thread Matt Wette
NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for generating parsers and lexical analyzers. It also provides sample parsers and pretty-printers using SXML trees as an intermediate representation. It provides a decent C parser and a `FFI Helper' tool to help create Guile

[jira] [Updated] (NIFI-8063) Add profile to Maven POM to enable NAR exclusion

2024-04-19 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-8063: --- Status: Open (was: Patch Available) > Add profile to Maven POM to enable NAR exclus

[jira] [Resolved] (NIFI-7252) wrong table mapping when using the nifi CaptureChangeMySQL modules combinded with mysql triggers:

2024-04-19 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-7252. Resolution: Duplicate > wrong table mapping when using the nifi CaptureChangeMySQL modu

[jira] [Resolved] (NIFI-8063) Add profile to Maven POM to enable NAR exclusion

2024-04-19 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-8063. Resolution: Won't Fix We have a new convention of adding profiles for individual capabilities

[jira] [Updated] (NIFI-13069) Remove ConvertAvroToJSON

2024-04-19 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-13069: Fix Version/s: 2.0.0-M3 Resolution: Fixed Status: Resolved (was: Patch Available

[jira] [Updated] (NIFI-13069) Remove ConvertAvroToJSON

2024-04-19 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-13069: Fix Version/s: 1.26.0 > Remove ConvertAvroToJ

[jira] [Resolved] (NIFI-4238) Error in QueryDatabaseTable (NiFi CDC support): Unable to execute SQL select query due to org.apache.nifi.processor.exception.ProcessException: Error during database quer

2024-04-19 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-4238. Resolution: Won't Fix Please feel free to reopen this case as necessary but since it is a driver

[jira] [Resolved] (NIFI-12923) PutHDFS to support appending avro data

2024-04-19 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-12923. - Fix Version/s: 2.0.0-M3 1.26.0 Resolution: Fixed > PutHDFS to supp

[gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/

2024-04-19 Thread Matt Turner
commit: 1c7a9d432c7bdddef2c64cc567f2999e7d8cf56f Author: Matt Turner gentoo org> AuthorDate: Fri Apr 19 18:21:34 2024 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 19 18:21:34 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7a9d43

[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-04-19 Thread Matt Turner
commit: 6774b08994a359ef0a8ffd2511123ba7081908ad Author: Matt Turner gentoo org> AuthorDate: Fri Apr 19 18:20:33 2024 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 19 18:20:33 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6774b089 de

[jira] [Created] (NIFI-13074) Reset lineage transform

2024-04-19 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-13074: -- Summary: Reset lineage transform Key: NIFI-13074 URL: https://issues.apache.org/jira/browse/NIFI-13074 Project: Apache NiFi Issue Type: Sub-task

Re: [gentoo-user] Handbook and question about manual network setup

2024-04-19 Thread Matt Connell
On Fri, 2024-04-19 at 17:34 +0100, Michael wrote: > Configure static IP addresses for all your LAN devices on your home > router.  Then set your devices to use DHCP to obtain an address from > the router when they come up.  With a large number of devices which > often change (e.g. guests in a

[jira] [Reopened] (NIFI-13054) Tooltip Improvements

2024-04-19 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reopened NIFI-13054: Reopening this Jira because the EL and Parameter description in the Property editors were broken

Re: Passing Tags or Additional Port Data to Change Parameters of Downstream Blocks

2024-04-19 Thread Matt Clemons
Thank you Ron! This does look like exactly what I need. I almost reached out to you directly, seeing all the DrMpeg commits related to gnuradio DTV blocks. Thanks for your help and all the contributions you've made to the community. Matt On Thu, Apr 18, 2024 at 6:33 PM Ron Economos wrote

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-04-19 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

Re: [gentoo-user] Handbook and question about manual network setup

2024-04-19 Thread Matt Connell
On Fri, 2024-04-19 at 09:05 -0500, Dale wrote: > Basically, I want to be able to start/stop/restart enp3s0 as a > service and have it in a runlevel.  You should just need to create a symlink at /etc/init.d/net.enp3s0 that points to /etc/init.d/net.lo and then you can do the usual rc-service stuff

[jira] [Updated] (NIFI-13065) Self looping connection missing bend points

2024-04-19 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-13065: --- Status: Patch Available (was: In Progress) > Self looping connection missing bend poi

Re: [DISCUSS] Delete unused or out-of-date repos

2024-04-18 Thread Matt Pavlovich
be some unforeseen reason to release an update out of this repo. Thanks! Matt Pavlovich > On Apr 18, 2024, at 2:40 PM, Justin Bertram wrote: > > During the process of researching the proposed move to GitHub Issues I > reviewed all ActiveMQ Git repos [1]. I noticed a handful that

Re: [arin-ppml] Feedback on ARIN 53 question on micro-allocations for IXPs

2024-04-18 Thread Matt Peterson
, and/or the historical industry acceptable usage that Ryan shares), *maybe consider micro-allocations for IXP usage as unannounced prefixes and for routed prefixes, an IXP applies under NRPM 4.3 *(end user assignments). * --Matt ___ ARIN-PPML You are receiving

Re: Shelling

2024-04-18 Thread Matt Wette
On 4/18/24 9:44 AM, Tom Whitcomb via General Guile related discussions wrote: Hi. I need to write a set of shell scripts and I would really like to do it with a lisp.  Is that a use case for guile or should I move towards scheme/scsh? Tom You may be interested in gash:

[jira] [Assigned] (NIFI-13065) Self looping connection missing bend points

2024-04-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reassigned NIFI-13065: -- Assignee: Matt Gilman > Self looping connection missing bend poi

[jira] [Updated] (NIFI-13065) Self looping connection missing bend points

2024-04-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-13065: --- Description: When adding a self looping connection the bend points are missing. Also, when

[jira] [Updated] (NIFI-13068) Add support to Terminate active threads

2024-04-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-13068: --- Status: Patch Available (was: In Progress) > Add support to Terminate active thre

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-04-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-04-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

[jira] [Assigned] (NIFI-13068) Add support to Terminate active threads

2024-04-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reassigned NIFI-13068: -- Assignee: Matt Gilman > Add support to Terminate active thre

[jira] [Created] (NIFI-13068) Add support to Terminate active threads

2024-04-18 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-13068: -- Summary: Add support to Terminate active threads Key: NIFI-13068 URL: https://issues.apache.org/jira/browse/NIFI-13068 Project: Apache NiFi Issue Type: Sub-task

[jira] [Commented] (CAY-2851) Replace Existing OneToOne From New Object

2024-04-18 Thread Matt Watson (Jira)
[ https://issues.apache.org/jira/browse/CAY-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17838795#comment-17838795 ] Matt Watson commented on CAY-2851: -- I got curious and wondered if this was broke on the OneToMany

[jira] [Updated] (NIFI-13062) Add support for read only details dialog

2024-04-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-13062: --- Status: Patch Available (was: In Progress) > Add support for read only details dia

[jira] [Commented] (CAY-2851) Replace Existing OneToOne From New Object

2024-04-18 Thread Matt Watson (Jira)
[ https://issues.apache.org/jira/browse/CAY-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17838789#comment-17838789 ] Matt Watson commented on CAY-2851: -- Here is the breaking test branched off of latest master [https

[jira] [Created] (CAY-2851) Replace Existing OneToOne From New Object

2024-04-18 Thread Matt Watson (Jira)
Matt Watson created CAY-2851: Summary: Replace Existing OneToOne From New Object Key: CAY-2851 URL: https://issues.apache.org/jira/browse/CAY-2851 Project: Cayenne Issue Type: Bug

[jira] [Updated] (NIFI-12993) PutDatabaseRecord: add auto commit property and fully implement Batch Size for sql statement type

2024-04-18 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-12993: Fix Version/s: 2.0.0-M3 Resolution: Fixed Status: Resolved (was: Patch Available

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/files/

2024-04-18 Thread Matt Turner
commit: 76eadd4eb864bd27c6916e0246dd93854d1dc742 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 18:52:15 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 18:56:48 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76eadd4e x1

[jira] [Updated] (NIFI-12993) PutDatabaseRecord: add auto commit property and fully implement Batch Size for sql statement type

2024-04-18 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-12993: Fix Version/s: 1.26.0 > PutDatabaseRecord: add auto commit property and fully implement Batch S

Re: Updated Sourceware infrastructure plans

2024-04-18 Thread Matt Rice via Gcc
On Thu, Apr 18, 2024 at 5:38 PM Frank Ch. Eigler wrote: > > Hi - > > > [...] I suggest that a basic principle for such a system is that it > > should be *easy* to obtain and maintain a local copy of the history > > of all pull requests. That includes all versions of a pull request, > > if it

[jira] [Created] (NIFI-13065) Self looping connection missing bend points

2024-04-18 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-13065: -- Summary: Self looping connection missing bend points Key: NIFI-13065 URL: https://issues.apache.org/jira/browse/NIFI-13065 Project: Apache NiFi Issue Type: Sub

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/

2024-04-18 Thread Matt Turner
commit: ff2901670625977c889a64164c0b0dfe832218b0 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 18:08:07 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 18:10:45 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff290167 x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/, x11-apps/mesa-progs/files/

2024-04-18 Thread Matt Turner
commit: 0091729d79a09037884984c31c2cb57aea495416 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 17:25:47 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 17:58:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0091729d x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/, x11-apps/mesa-progs/files/

2024-04-18 Thread Matt Turner
commit: ba4a4ca9d57c3f62630f0344c11c6163af388c42 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 17:46:24 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 17:58:10 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4a4ca9 x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/

2024-04-18 Thread Matt Turner
commit: c6fe959bd908dc24de2e6abec3ed4897f90538d8 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 17:48:49 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 17:58:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fe959b x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/

2024-04-18 Thread Matt Turner
commit: f4337f36c7c37418e378f4c1581520b24a4e7972 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 17:49:40 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 17:58:10 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4337f36 x1

[gentoo-commits] repo/gentoo:master commit in: gui-libs/libdecor/

2024-04-18 Thread Matt Turner
commit: ee10f04c52f6035be1f878cc99cf20633ca7d588 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 17:03:58 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 17:58:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee10f04c gu

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/

2024-04-18 Thread Matt Turner
commit: aaca5e35eeb9f8cde316cc54a44f72900584be94 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 15:42:17 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 17:58:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaca5e35 x1

[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/

2024-04-18 Thread Matt Turner
commit: 9c071be0727b0b3248dbf6747c6f19f447d3d1c0 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 18 15:48:13 2024 + Commit: Matt Turner gentoo org> CommitDate: Thu Apr 18 17:58:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c071be0 x1

Disable integrity check

2024-04-18 Thread Matt Henderson
to this list. Thanks so much, in advance. -- Matt ___ Gnupg-users mailing list Gnupg-users@gnupg.org https://lists.gnupg.org/mailman/listinfo/gnupg-users

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-04-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit

Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual)

2024-04-18 Thread Matt
On Tue, 16 Apr 2024 08:43:23 +0200 pelzflorian (Florian Pelz) wrote --- > Hi Matt. When triple checking, I read in “info "(texinfo)@pxref"”: > >In past versions of Texinfo, it was not allowed to write punctuation > after a '@pxref', so it could be used

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2024-04-18 Thread Matt Jolly
commit: 63b2fce92eb2a33255e4e186aa1d42064db40434 Author: Matt Jolly gentoo org> AuthorDate: Thu Apr 18 09:49:22 2024 + Commit: Matt Jolly gentoo org> CommitDate: Thu Apr 18 15:28:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b2fce9 www-

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2024-04-18 Thread Matt Jolly
commit: efa4191b018f9c1acadddc4432a9a4699cf61e87 Author: Matt Jolly gentoo org> AuthorDate: Thu Apr 18 09:50:12 2024 + Commit: Matt Jolly gentoo org> CommitDate: Thu Apr 18 15:28:06 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa4191b www-

[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/files/, www-client/chromium/

2024-04-18 Thread Matt Jolly
commit: 9549b6e8362e0a5a5cc950ca4f0604353ac87152 Author: Matt Jolly gentoo org> AuthorDate: Thu Apr 18 10:34:56 2024 + Commit: Matt Jolly gentoo org> CommitDate: Thu Apr 18 15:28:06 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9549b6e8 www-

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2024-04-18 Thread Matt Jolly
commit: 305ac8686a234652d9c55298021c282b7484c7b6 Author: Matt Jolly gentoo org> AuthorDate: Thu Apr 18 09:49:24 2024 + Commit: Matt Jolly gentoo org> CommitDate: Thu Apr 18 15:28:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305ac868 www-

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2024-04-18 Thread Matt Jolly
commit: 6bbd104a821d85795dbde90dc95e45fb963ea3ad Author: Matt Jolly gentoo org> AuthorDate: Thu Apr 18 09:50:09 2024 + Commit: Matt Jolly gentoo org> CommitDate: Thu Apr 18 15:28:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbd104a www-

[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg-chromium/

2024-04-18 Thread Matt Jolly
commit: 9cc853fa4efce991676ffadc3a14634c10013d24 Author: Matt Jolly gentoo org> AuthorDate: Thu Apr 18 10:16:01 2024 + Commit: Matt Jolly gentoo org> CommitDate: Thu Apr 18 15:28:06 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc853fa

[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2024-04-18 Thread Matt Jolly
commit: 11cf366bf7f99cc820a1d0aea7142e16833eb0e6 Author: Matt Jolly gentoo org> AuthorDate: Thu Apr 18 09:48:35 2024 + Commit: Matt Jolly gentoo org> CommitDate: Thu Apr 18 15:27:53 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf366b www-

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2024-04-18 Thread Matt Jolly
commit: b175b085b5b80a4fc6e4fe74b8cd654a6e55800b Author: Matt Jolly gentoo org> AuthorDate: Thu Apr 18 09:48:49 2024 + Commit: Matt Jolly gentoo org> CommitDate: Thu Apr 18 15:28:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b175b08

[llvm-branch-commits] [llvm] release/18.x: [GlobalISel] Fix fewerElementsVectorPhi to insert after G_PHIs (#87927) (PR #89240)

2024-04-18 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm approved this pull request. https://github.com/llvm/llvm-project/pull/89240 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[clang] [clang] fix half && bfloat16 convert node expr codegen (PR #89051)

2024-04-18 Thread Matt Arsenault via cfe-commits
arsenm wrote: > But In some target, it supply a HW instruction to complete the process > (fp16->float32->bf16) . so it just supply a intrinsic (fp16 -> bf16) Which is not a bitcast. The correct IR representation of this conversion is fpext+fptrunc

[libclc] [libclc] Fix build with Unix Makefiles (PR #89147)

2024-04-18 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm approved this pull request. https://github.com/llvm/llvm-project/pull/89147 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libclc] [libclc] Fix build with Unix Makefiles (PR #89147)

2024-04-18 Thread Matt Arsenault via cfe-commits
@@ -39,6 +39,10 @@ function(compile_to_bc) set( TARGET_ARG "-target" ${ARG_TRIPLE} ) endif() + # Ensure the directory we are told to output to exists + get_filename_component( ARG_OUTPUT_DIR ${ARG_OUTPUT} DIRECTORY ) arsenm wrote: I thought there was

[clang] [clang] fix half && bfloat16 convert node expr codegen (PR #89051)

2024-04-18 Thread Matt Arsenault via cfe-commits
@@ -0,0 +1,109 @@ +// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4 +// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -target-feature +fullbf16 -S -emit-llvm %s -o - | FileCheck %s +// CHECK-LABEL: define dso_local half

[clang] [clang] fix half && bfloat16 convert node expr codegen (PR #89051)

2024-04-18 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm edited https://github.com/llvm/llvm-project/pull/89051 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] fix half && bfloat16 convert node expr codegen (PR #89051)

2024-04-18 Thread Matt Arsenault via cfe-commits
https://github.com/arsenm requested changes to this pull request. Bitcast is not the correct behavior https://github.com/llvm/llvm-project/pull/89051 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [clang] fix half && bfloat16 convert node expr codegen (PR #89051)

2024-04-18 Thread Matt Arsenault via cfe-commits
@@ -0,0 +1,109 @@ +// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4 +// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -target-feature +fullbf16 -S -emit-llvm %s -o - | FileCheck %s +// CHECK-LABEL: define dso_local half

Re: [oss-security] backdoor in upstream xz/liblzma leading to ssh server compromise

2024-04-17 Thread Matt Johnston
inetd and thereby including sshd startup latency in his measurements.) Recent OpenSSH always re-execs for each incoming connection (for fresh ASLR) so it's always similar to inetd startup. Cheers, Matt

Re: [ccp4bb] Rescale merged data?

2024-04-17 Thread Matt Mcleod
or applied with CAD) in scale.log file from HKL2000. Just want to say thanks again to this community, it's great to get insight in these problems so easily and quickly. Matt On Wed, 17 Apr 2024 at 16:35, Hekstra, Doeke Romke < doeke_heks...@harvard.edu> wrote: > Hi Matt, > > &

Re: constant FEC errors juniper mpc10e 400g

2024-04-17 Thread Matt Erculiani
radii. We won't get away with some of what we used to get away with. -Matt On Wed, Apr 17, 2024 at 1:49 PM Aaron Gould wrote: > fec cliff? is there a level of fec erros that i should be worried about > then? not sure what you mean. > > -Aaron > On 4/17/2024 2:46 PM, Matt Erculiani

Re: [agi] Re: Iran <> Israel, can AGI zealots do anything?

2024-04-17 Thread Matt Mahoney
So nothing, really. I visited Israel and Palestine last June, before the latest battle in this century long war. One side has genetically high IQ, the other has high fertility. It will be a long time before this conflict ends. American 19th century history might give us a clue. The losers were

Re: [ccp4bb] Rescale merged data?

2024-04-17 Thread Matt Mcleod
and I am trying to avoid reprocessing all the frames again. Matt On Wed, 17 Apr 2024 at 15:59, Hekstra, Doeke Romke < doeke_heks...@harvard.edu> wrote: > Hi Matt, > > It would be helpful if you could describe your case in more detail. Do you > want to change the resolution cutoff

<    2   3   4   5   6   7   8   9   10   11   >