Re: [PATCH v2 3/4] tests/qtest/migration-test: Fix and enable test_ignore_shared

2024-05-30 Thread Dr. David Alan Gilbert
; limited shm size under Gitlab CI. Now that it uses /tmp, enable it. If it does fail, lets see if we can figure out how, i.e. whether it's the shm size or something else. Reviewed-by: Dr. David Alan Gilbert > Cc: Yury Kotov > Cc: Dr. David Alan Gilbert > Signed-off-by: Nicholas P

Re: RFR: 8333103: Re-examine the console provider loading

2024-05-30 Thread Alan Bateman
On Wed, 29 May 2024 19:51:36 GMT, Naoto Sato wrote: > There is an initialization code in `Console` class that searches for the > Console implementations. Refactoring the init code not to use lambda/stream > would reduce the (initial) number of loaded classes by about 100 for > java.base

Re: RFR: 8332923: ObjectMonitorUsage.java failed with unexpected waiter_count [v3]

2024-05-30 Thread Alan Bateman
On Thu, 30 May 2024 06:51:54 GMT, David Holmes wrote: >> Hopefully the ports will catch up someday and the alternative implementation >> can be removed. >> >> We decided not to rename java.lang.VirtualThread when introducing the >> alternative implementation as it's just too disruptive. The

Re: RFR: 8332923: ObjectMonitorUsage.java failed with unexpected waiter_count [v3]

2024-05-30 Thread Alan Bateman
On Thu, 30 May 2024 06:14:21 GMT, David Holmes wrote: >> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> change from java_lang_VirtualThread::is_instance(thread_oop) to >> hread_oop->is_a(vmClasses::BaseVirtualThread_klass())

Re: RFR: 8332751: Broken link in VirtualMachine.html

2024-05-30 Thread Alan Bateman
On Wed, 29 May 2024 20:17:30 GMT, Chris Plummer wrote: > Fixed broken javadoc link. I confirmed that it currently is broken as can be > seen in the JDK 22 javadocs: > > https://docs.oracle.com/en%2Fjava%2Fjavase%2F22%2Fdocs%2Fapi%2F%2F/jdk.jdi/com/sun/jdi/VirtualMachine.html#allThreads() > >

Re: [NetBehaviour] Crimes of Alan Sondheim / ChatGPT

2024-05-29 Thread Alan Sondheim via NetBehaviour
!! my criminal past not only caught up with me but passed me and came in first! On Wed, 29 May 2024, Paul Hertz wrote: Date: Wed, 29 May 2024 16:11:24 -0500 From: Paul Hertz To: NetBehaviour for networked distributed creativity Cc: Alan Sondheim Subject: Re: [NetBehaviour] Crimes

[Bug 988696] Catch up

2024-05-29 Thread Alan Smith
*** This bug is a duplicate of bug 958751 *** https://bugs.launchpad.net/bugs/958751 Hi. Hope you are well. Sorry to bother you. do you often shop on John Lewis or Amazon? Alan Smith -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[NetBehaviour] Crimes of Alan Sondheim / ChatGPT

2024-05-29 Thread Alan Sondheim via NetBehaviour
Crimes of Alan Sondheim ChatGPT Alan Sondheim is an artist and theorist known for his contributions to digital and interdisciplinary art. There are no known records or allegations of criminal activity associated with him. If you have any specific concerns or need further information, please

Re: RFR: 8331189: Implementation of Scoped Values (Third Preview) [v2]

2024-05-29 Thread Alan Bateman
nding method on > Carrier) are no longer needed. The functional interface is not proposed for > j.u.function at this time. Alan Bateman has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merg

Stus-List Re: Material choice & Sources for clear hatch boards

2024-05-29 Thread ALAN BERGEN via CnC-List
where you are located, but if you Google acrylic and your location, something should pop up. Alan Bergen 35 Mk III Thirsty Rose City YC Portland, OR On Wed, May 29, 2024 at 6:53 AM Karl Kuzis via CnC-List < cnc-list@cnc-list.com> wrote: > Good day all, > > *FIREFLY *is in need o

[NTG-context] Re: BibTeX choking on comments in database

2024-05-29 Thread Alan Braslau via ntg-context
On Tue, 28 May 2024 21:54:08 -0700 Kip Warner wrote: > On Tue, 2024-05-28 at 17:00 -0600, Alan Braslau wrote: > > The Context publications reference subsystem reads BibTeX databases > > but does not use BibTeX at all. I am not sure what your quoted > > statement means

Re: RFR: 8216984: Deprecate for removal Socket constructors to create UDP sockets [v3]

2024-05-29 Thread Alan Bateman
On Wed, 29 May 2024 06:25:44 GMT, Jaikiran Pai wrote: >> Can I please get a review of this change which marks 2 constructors on >> `java.net.Socket` as deprecated for removal? >> >> As noted in https://bugs.openjdk.org/browse/JDK-8216984 these 2 `Socket` >> constructors, which allow for

Re: RFR: 8216984: Deprecate for removal Socket constructors to create UDP sockets

2024-05-29 Thread Alan Bateman
On Wed, 29 May 2024 05:48:44 GMT, Jaikiran Pai wrote: > Hello Alan, I've updated the PR to include a note on > `SocketImpl.create(...)`. Does the wording look correct? I'll update the CSR > too once we finalize on the text. SocketImpl is for implementors (it's not a user facin

Re: RFR: 8216984: Deprecate for removal Socket constructors to create UDP sockets

2024-05-28 Thread Alan Bateman
On Wed, 29 May 2024 00:59:10 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which marks 2 constructors on > `java.net.Socket` as deprecated for removal? > > As noted in https://bugs.openjdk.org/browse/JDK-8216984 these 2 `Socket` > constructors, which allow for

[webkit-changes] [WebKit/WebKit] 6aea55: [IFC][Out-of-flow] Block level out-of-flow boxes m...

2024-05-28 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6aea550742b522782eb3ac5cecf6fca0f5a1dcfc https://github.com/WebKit/WebKit/commit/6aea550742b522782eb3ac5cecf6fca0f5a1dcfc Author: Alan Baradlay Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M

[clang] [Analyzer][CFG] Correctly handle rebuilt default arg and default init expression (PR #91879)

2024-05-28 Thread Alan Zhao via cfe-commits
alanzhao1 wrote: FYI this patch messes up some diagnostics with `-Wunreachable-code`: https://godbolt.org/z/6TEdrx55d If the unreachable code is a constructor with a default parameter that is a builtin function, clang incorrectly highlights the call to the builtin instead of the call to the

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Alan Braslau via ntg-context
On Mon, 27 May 2024 16:24:49 -0700 Kip Warner wrote: > I am using BibTeX under ConTeXt to typeset a publication. The Context publications reference subsystem reads BibTeX databases but does not use BibTeX at all. I am not sure what your quoted statement means exactly. A

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base`

2024-05-28 Thread Alan Bateman
On Tue, 28 May 2024 20:22:24 GMT, Jonathan Gibbons wrote: > What about changing `///` to `//---` to give slightly more prominence to > these comments, over plain old `//` comments. The dashes give a small sense > of a horizontal rule, to delimit sections of code. > > (FWIW, I have locally

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base`

2024-05-28 Thread Alan Bateman
On Tue, 28 May 2024 20:22:24 GMT, Jonathan Gibbons wrote: > What about changing `///` to `//---` to give slightly more prominence to > these comments, over plain old `//` comments. The dashes give a small sense > of a horizontal rule, to delimit sections of code. > > (FWIW, I have locally

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base`

2024-05-28 Thread Alan Bateman
On Tue, 28 May 2024 18:57:07 GMT, Jonathan Gibbons wrote: > OK. I was just trying to honor the apparent intent to make the comment stand > out more than just a plain `//` comment, but I have no strong feelings > against reducing `///` to `//` In this case I would reduce it to '//' but others

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base`

2024-05-28 Thread Alan Bateman
On Tue, 28 May 2024 18:57:07 GMT, Jonathan Gibbons wrote: > OK. I was just trying to honor the apparent intent to make the comment stand > out more than just a plain `//` comment, but I have no strong feelings > against reducing `///` to `//` In this case I would reduce it to '//' but others

Re: Network issue

2024-05-28 Thread Alan Bourke
Windows Update won't have changed anything. They would not break permissions like that. It'll be AV or something. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https

[Emu] Re: Roman Danyliw's Discuss on draft-ietf-emu-rfc7170bis-17: (with DISCUSS and COMMENT)

2024-05-28 Thread Alan DeKok
ype > Codes’ > registries for new registrations and updates there registries with a NOTE:” Will do. > ** idnits reports: > > -- Obsolete informational reference (is this intentional?): RFC 5226 > (Obsoleted by RFC 8126) Updated, thanks. Alan DeKok.

Integrated: 8331670: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal

2024-05-28 Thread Alan Bateman
On Fri, 10 May 2024 10:06:55 GMT, Alan Bateman wrote: > This is the implementation changes for JEP 471. > > The methods in sun.misc.Unsafe for on-heap and off-heap access are deprecated > for removal. This means a removal warning at compile time. No methods have > been remove

Re: WGLC for draft-ietf-bfd-large-packets

2024-05-28 Thread Alan DeKok
On May 28, 2024, at 10:43 AM, Jeffrey Haas wrote: > > Hopefully this addresses Alan's comments: > > https://author-tools.ietf.org/iddiff?url2=draft-ietf-bfd-large-packets-11 That looks good, thanks. Alan DeKok.

[kdiff3] [Bug 479314] Can't compare two files

2024-05-28 Thread John Alan Belli
https://bugs.kde.org/show_bug.cgi?id=479314 John Alan Belli changed: What|Removed |Added CC||jabe...@pobox.com --- Comment #1 from John

Re: RFR: 8331876: JFR: Move file read and write events to java.base [v7]

2024-05-28 Thread Alan Bateman
On Tue, 28 May 2024 12:27:46 GMT, Erik Gahlin wrote: >> Hi, >> >> Could I have a review of a change that moves the jdk.FileRead and >> jdk.FileWrite events to java.base to remove the use of the ASM >> instrumentation. >> >> Testing: jdk/jdk/jfr >> >> Thanks >> Erik > > Erik Gahlin has

Re: [DISCUSS] Analog Devices - Automotive Audio Bus (a2b)

2024-05-28 Thread Alan C. Assis
Hi Alin, I found his PR to Linux here: https://lore.kernel.org/lkml/20240517-a2b-v1-1-b8647554c...@bang-olufsen.dk/T/ Nice, he released it as a dual license (GPL and BSD), so we could integrate it into NuttX! BR, Alan On Tue, May 28, 2024 at 5:50 AM Alin Jerpelea wrote: > Hi all, >

Integrated: 8332064: Implementation of Structured Concurrency (Third Preview)

2024-05-28 Thread Alan Bateman
On Fri, 10 May 2024 10:58:42 GMT, Alan Bateman wrote: > There aren't any API or implementations changes in third preview but the JEP > number/title needs to be bumped for the javadoc page. This pull request has now been integrated. Changeset: e708d135 Author: Alan Batema

Re: [LincolnTalk] (LincolnTalk) Free-78 RPM Records

2024-05-28 Thread Alan Basmajian
The 78 records have been taken. On Mon, May 27, 2024 at 1:47 PM Alan Basmajian wrote: > FREE. About 80 records from the 1940’s. Mostly Big Band-Tommy Dorsey, > Benny Goodman, Artie Shaw etc. -- The LincolnTalk mailing list. To post, send mail to Lincoln@lincolntalk.org. Browse the ar

[webkit-changes] [WebKit/WebKit] 932717: [Invalidation] Teardown root should take care of m...

2024-05-28 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 93271739610fe9de4d1ad373c645ac298c792966 https://github.com/WebKit/WebKit/commit/93271739610fe9de4d1ad373c645ac298c792966 Author: Alan Baradlay Date: 2024-05-28 (Tue, 28 May 2024) Changed paths: M

[Emu] Re: Deb Cooley's No Objection on draft-ietf-emu-rfc7170bis-17: (with COMMENT)

2024-05-28 Thread Alan DeKok
TBH that's left over from 7170, and I'm not entirely sure. > I like the ASCII art in Section C.1-C.10, not so much in C.11 on > because it is harder to see which way the arrows point (less white space). That diagram was a later addition. I'll see if I can find time to re-do the diagrams manually before AUTH 48. Alan DeKok. ___ Emu mailing list -- emu@ietf.org To unsubscribe send an email to emu-le...@ietf.org

Re: JDK-8330846 - Status check

2024-05-28 Thread Alan Bateman
I don't know if Alex Menkov is subscribed here, better to ask on serviceability-dev. -Alan On 28/05/2024 11:03, Iñigo Mediavilla wrote: On Tue, May 28, 2024 at 11:28 AM Iñigo Mediavilla wrote: Hello, I've been looking at possible tickets that I could work on under

[webkit-changes] [WebKit/WebKit] d182dd: [Invalidation] Table rows and sections don't get t...

2024-05-27 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d182dd15e3fc2e288e51d0ead2e00164f3a93388 https://github.com/WebKit/WebKit/commit/d182dd15e3fc2e288e51d0ead2e00164f3a93388 Author: Alan Baradlay Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M

[Bug 2067325] [NEW] m...@cinnamon.org applet configure custom icon

2024-05-27 Thread Alan Knepper
Public bug reported: OS: Ubuntu Cinnamon 24.04 LTS x86_64 Kernel: Linux 6.8.0-31-generic The main menu applet, m...@cinnamon.org will not allow me to pick a PNG image for custom icon. If I search my icon folder, ~/.icons/Icons for a png, it shows none to choose from. If I drop a JPG image in

[Bug 2067325] [NEW] m...@cinnamon.org applet configure custom icon

2024-05-27 Thread Alan Knepper
Public bug reported: OS: Ubuntu Cinnamon 24.04 LTS x86_64 Kernel: Linux 6.8.0-31-generic The main menu applet, m...@cinnamon.org will not allow me to pick a PNG image for custom icon. If I search my icon folder, ~/.icons/Icons for a png, it shows none to choose from. If I drop a JPG image in

[LincolnTalk] (LincolnTalk) Free-78 RPM Records

2024-05-27 Thread Alan Basmajian
FREE. About 80 records from the 1940’s. Mostly Big Band-Tommy Dorsey, Benny Goodman, Artie Shaw etc. -- The LincolnTalk mailing list. To post, send mail to Lincoln@lincolntalk.org. Browse the archives at https://pairlist9.pair.net/mailman/private/lincoln/. Change your subscription settings at

Re: RFR: 8331670: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal [v4]

2024-05-27 Thread Alan Bateman
l sample of methods to > ensure the changes doesn't cause any perf regressions ([sample > results](https://cr.openjdk.org/~alanb/8331670-results.txt)). > > For now, the changes include the update to the man page for the "java" > command. It might be that this has to be se

Re: RFR: 8332064: Implementation of Structured Concurrency (Third Preview) [v2]

2024-05-27 Thread Alan Bateman
> There aren't any API or implementations changes in third preview but the JEP > number/title needs to be bumped for the javadoc page. Alan Bateman has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes b

[webkit-changes] [WebKit/WebKit] 680565: [Invalidation] Removed redundant "normal child nee...

2024-05-27 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6805653e8b238dead028f7caabc557c90c43c7cd https://github.com/WebKit/WebKit/commit/6805653e8b238dead028f7caabc557c90c43c7cd Author: Alan Baradlay Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 1b1dfd: [IFC][Intrinsic width] Enable content with list ma...

2024-05-27 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 1b1dfd60a36803400f7d7a9915707b8171fa8a66 https://github.com/WebKit/WebKit/commit/1b1dfd60a36803400f7d7a9915707b8171fa8a66 Author: Alan Baradlay Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M

Re: NAND Flash supported Board suggestion

2024-05-26 Thread Alan C. Assis
I found the discussion in the thread "W25Nx NAND flash support" I think they gave up submitting support after some bad criticism from a user! Best Regards, Alan On Sun, May 26, 2024 at 4:00 PM Saurav Pal wrote: > Hi all, > > Thank you for the knowledgeable insights! > &

Re: RFR: 8332923: ObjectMonitorUsage.java failed with unexpected waiter_count

2024-05-26 Thread Alan Bateman
On Sun, 26 May 2024 14:24:27 GMT, SendaoYan wrote: > > That would mean it's not tested. I suspect the > > java_lang_VirtualThread::is_instance checks will need to be changed to test > > with is_a(vmClasses::BaseVirtualThread_klass()) to allow for the > > alternative implementation. > > Do

Re: [GNC] Using GnuCash with charity restricted and unrestricted funds, advice wanted

2024-05-26 Thread (Alan) David Smith
Dear Sir/Madam, I am an FCCA in England and an ex PCC treasurer. The main point to bear in mind about funds is that they must be accounted for Separately. They do not have to be represented by separate bank accounts, but it may advisable in Certain cases. So one bank can share various funds.

Re: NAND Flash supported Board suggestion

2024-05-26 Thread Alan C. Assis
impression that Xiaomi was going to submit it to the mainline, but they didn't :-( Best Regards, Alan On Sat, May 25, 2024 at 9:58 PM Gregory Nutt wrote: > > Seems like dhara.c was integrated into mainline, but they didn't submit > > support to YAFFS (if I remember correctly it was

Re: RFR: 8332923: ObjectMonitorUsage.java failed with unexpected waiter_count

2024-05-26 Thread Alan Bateman
On Sun, 26 May 2024 09:27:00 GMT, SendaoYan wrote: > Hi all, > ObjectMonitorUsage.java failed with `unexpected waiter_count` after > [JDK-8328083](https://bugs.openjdk.org/browse/JDK-8328083) on linux x86_32. > It should be predicated with `@requires vm.continuations` to be skipped. > >

Re: RFR: 8332623: Remove setTTL()/getTTL() methods from DatagramSocketImpl/MulticastSocket and MulticastSocket.send(DatagramPacket, byte)

2024-05-26 Thread Alan Bateman
On Sun, 26 May 2024 08:22:44 GMT, Lei Zhu wrote: > Remove setTTL()/getTTL() methods from DatagramSocketImpl/MulticastSocket and > MulticastSocket.send(DatagramPacket, byte) These methods are proposed to be deprecated for removal in JDK 23, it will be JDK 25, maybe later, before they can be

[NetBehaviour] Lydia

2024-05-26 Thread Alan Sondheim via NetBehaviour
Lydia https://youtu.be/UtE_SIJP0dQ video harmonica, suling, what i dream of when i dream of harmonica suling when i dream of harmonica suling what i dream of when i dream suling harmonica, when i dream of lovely music i remember there was a group back then making or calling something like

Re: RFR: 8332922: Test java/io/IO/IO.java fails when /usr/bin/expect not exist

2024-05-26 Thread Alan Bateman
On Sun, 26 May 2024 06:06:50 GMT, Daniel Jeliński wrote: > SkippedException works with jtreg tests only. For jUnit you need to use > [Assumptions.abort](https://junit.org/junit5/docs/5.9.1/api/org.junit.jupiter.api/org/junit/jupiter/api/Assumptions.html#abort(java.lang.String)) Yes, the

Re: NAND Flash supported Board suggestion

2024-05-25 Thread Alan C. Assis
). Best Regards, Alan On Sat, May 25, 2024 at 4:38 PM Gregory Nutt wrote: > > Mr. Greg Nutt implemented it for Atmel about 10 years ago, but if I > > remember correctly, he never got it well tested because there is no > FS for > > NAND on NuttX. > > I did test t

[Bug 2067092] Re: Links within mail do not open the browser

2024-05-25 Thread Alan Yorinks
I have found a solution. I removed ~/snap/thunderbird/common/.thunderbird/8sbugc0d.default/handlers.json and restarted Thunderbird. The links are now working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: NAND Flash supported Board suggestion

2024-05-25 Thread Alan C. Assis
controller. Best Regards, Alan On Fri, May 24, 2024 at 12:09 PM Saurav Pal wrote: > Hi all, > > I'm working on creating a file system for NAND Flash for NuttX as part of > GSoC '24. I would be thankful of any suggestions that you might have for > the type of board that I should u

Re: RFR: 8320448: Accelerate IndexOf using AVX2 [v41]

2024-05-25 Thread Alan Bateman
On Fri, 24 May 2024 23:15:26 GMT, Scott Gibbons wrote: >> Re-write the IndexOf code without the use of the pcmpestri instruction, only >> using AVX2 instructions. This change accelerates String.IndexOf on average >> 1.3x for AVX2. The benchmark numbers: >> >> >> Benchmark

Re: RFR: 8332070: Convert package.html files in `java.management` to package-info.java

2024-05-25 Thread Alan Bateman
On Fri, 24 May 2024 18:11:18 GMT, Nizar Benalla wrote: > This is a simple noreg cleanup. The motivation was that I noticed javac > doesn't recognise package.html files well. > > Some of the contents of the `package.html` files (and code in the package) > may be outdated, but I think it is out

[Bug 2067098] Re: Gimp crashes in ubuntu 24.04 [solved]

2024-05-24 Thread Alan Knepper
*** This bug is a duplicate of bug 2055044 *** https://bugs.launchpad.net/bugs/2055044 I got an update right after this for GIMP. The next time after the update that I opened GIMP and closed it, the program did not crash. ** Summary changed: - Gimp crashes in ubuntu 24.04 + Gimp crashes

[Bug 2067098] Re: Gimp crashes in ubuntu 24.04 [solved]

2024-05-24 Thread Alan Knepper
*** This bug is a duplicate of bug 2055044 *** https://bugs.launchpad.net/bugs/2055044 I got an update right after this for GIMP. The next time after the update that I opened GIMP and closed it, the program did not crash. ** Summary changed: - Gimp crashes in ubuntu 24.04 + Gimp crashes

[Bug 2067098] [NEW] Gimp crashes in ubuntu 24.04

2024-05-24 Thread Alan Knepper
Public bug reported: Gimp crashes when closing. ``` GNU Image Manipulation Program version 2.10.36 git-describe: GIMP_2_10_36 Build: unknown rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=gcc

[Bug 2067098] [NEW] Gimp crashes in ubuntu 24.04

2024-05-24 Thread Alan Knepper
Public bug reported: Gimp crashes when closing. ``` GNU Image Manipulation Program version 2.10.36 git-describe: GIMP_2_10_36 Build: unknown rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=gcc

[Bug 2067092] [NEW] Links within mail do not open the browser

2024-05-24 Thread Alan Yorinks
Public bug reported: I just upgraded to Ubuntu 24.04. Selecting a link in an email no longer opens the link in Firefox. I ensured that Firefox is my default browser, and I set network.protocol-handler.app.http and network.protocol- handler.app.https to true. I am using Thunderbird version

[kmail2] [Bug 465815] KMail assumes KDEWallet as Secret Service provider, breaking other alternatives

2024-05-24 Thread Alan Pearce
https://bugs.kde.org/show_bug.cgi?id=465815 Alan Pearce changed: What|Removed |Added CC||radian.booth...@icloud.com -- You are receiving

[kmail2] [Bug 465815] KMail assumes KDEWallet as Secret Service provider, breaking other alternatives

2024-05-24 Thread Alan Pearce
https://bugs.kde.org/show_bug.cgi?id=465815 Alan Pearce changed: What|Removed |Added CC||radian.booth...@icloud.com -- You are receiving

Re: RFR: 8330542: Template for Creating Strict JAXP Configuration File [v13]

2024-05-24 Thread Alan Bateman
On Fri, 24 May 2024 05:26:40 GMT, Joe Wang wrote: >> Add two sample configuration files: >> >> jaxp-strict.properties: used to set strict configuration, stricter than >> jaxp.properties in previous versions such as JDK 22 >> >>> jaxp-compat.properties: used to regain compatibility from

Re: RFR: 8330542: Template for Creating Strict JAXP Configuration File [v13]

2024-05-24 Thread Alan Bateman
On Fri, 24 May 2024 05:26:40 GMT, Joe Wang wrote: >> Add two sample configuration files: >> >> jaxp-strict.properties: used to set strict configuration, stricter than >> jaxp.properties in previous versions such as JDK 22 >> >>> jaxp-compat.properties: used to regain compatibility from

Re: RFR: 8242888: Convert dynamic proxy to hidden classes

2024-05-24 Thread Alan Bateman
On Thu, 23 May 2024 23:24:16 GMT, Chen Liang wrote: > Hmm, actually, looking at the specs of the method again, does it imply that > Proxy classes are never unloaded once defined in a ClassLoader, as seen in > `Proxy::getProxyClass`: It's not specified, Proxy pre-dates hidden classes although

Re: [PATCH] dm vdo: remove unused struct 'uds_attribute'

2024-05-23 Thread Dr. David Alan Gilbert
* Matthew Sakai (msa...@redhat.com) wrote: > On 5/23/24 17:07, li...@treblig.org wrote: > > From: "Dr. David Alan Gilbert" > > > > 'uds_attribute' is unused since > > commit a9da0fb6d8c6 ("dm vdo: remove all sysfs interfaces"). > > > >

[NetBehaviour] Scrubland / Cruelty

2024-05-23 Thread Alan Sondheim via NetBehaviour
Scrubland / Cruelty https://scontent-bos5-1.xx.fbcdn.net/v/t39.30808-6/445179596_10160906089270379_6884123229279743334_n.jpg?_nc_cat=108=1-7&_nc_sid=5f2048&_nc_ohc=da8o6PIOY84Q7kNvgHt2mfp&_nc_ht=scontent-bos5-1.xx=00_AYA8ofklMi1nZTvgoW9vX1PuUhSOh0uie_VQLvuHfNOluQ=6655905E Well. Oh, we were

[oss-security] Intel CPU Hardware Features and Behaviors Related to Speculative Execution

2024-05-23 Thread Alan Coopersmith
. You can find it at: https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/hardware-behavior-related-to-speculative-execution.html -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris

Re: RFR: 8311302: Allow for jlinking a custom runtime without packaged modules being present [v23]

2024-05-23 Thread Alan Bateman
On Thu, 23 May 2024 16:42:39 GMT, Severin Gehwolf wrote: > Do you think you'll be able to review this next week? Yes, I want to help you get this one over the line. - PR Comment: https://git.openjdk.org/jdk/pull/14787#issuecomment-2127828050

Re: RFR: 8311302: Allow for jlinking a custom runtime without packaged modules being present [v23]

2024-05-23 Thread Alan Bateman
On Thu, 23 May 2024 16:42:39 GMT, Severin Gehwolf wrote: > Do you think you'll be able to review this next week? Yes, I want to help you get this one over the line. - PR Comment: https://git.openjdk.org/jdk/pull/14787#issuecomment-2127828050

Re: [PATCH] ubd: Remove unused mutex 'ubd_mutex'

2024-05-23 Thread Dr. David Alan Gilbert
* Richard Weinberger (rich...@nod.at) wrote: > - Ursprüngliche Mail - > > Von: "hch" > > An: "Dr. David Alan Gilbert" > > CC: "hch" , "richard" , "linux-um" > > , "linux-kernel" > > > > G

Re: RFR: 8242888: Convert dynamic proxy to hidden classes

2024-05-23 Thread Alan Bateman
On Thu, 23 May 2024 13:28:16 GMT, Chen Liang wrote: > I have updated the compatibility risk description of the CSR. > > My CSR proposes to allow dynamic unloading of the proxy implementation > classes, but currently it's not implemented as they are strongly referenced > in the

[Emu] Re: Orie Steele's No Objection on draft-ietf-emu-rfc7170bis-16: (with COMMENT)

2024-05-23 Thread Alan DeKok
or example, IOT experts > could say if they see use for TEAP/PEAP/EAP-TTLS used for tunnelling SIM > based EAPs? Sure. I'll update the document. Alan DeKok. ___ Emu mailing list -- emu@ietf.org To unsubscribe send an email to emu-le...@ietf.org

[Emu] Re: Gunter Van de Velde's No Objection on draft-ietf-emu-rfc7170bis-17: (with COMMENT)

2024-05-23 Thread Alan DeKok
plicit that > this is data used by EAP? The rest of the document discusses how the EAP server handles the inner tunnel data, so I think it's already explicit that the data is handled by EAP. Alan DeKok. ___ Emu mailing list -- emu@ietf.org To unsubscribe send an email to emu-le...@ietf.org

Re: RFR: 8242888: Convert dynamic proxy to hidden classes

2024-05-23 Thread Alan Bateman
On Thu, 23 May 2024 11:25:00 GMT, Chen Liang wrote: > A CSR targeting 24 describing the compatibility concerns and behavioral > differences is here, somehow not linked by skara: > https://bugs.openjdk.org/browse/JDK-8332770 The incompatibilities were much > greater in the previous iterations

Re: RFR: 8328083: degrade virtual thread support for GetObjectMonitorUsage [v7]

2024-05-23 Thread Alan Bateman
On Wed, 15 May 2024 20:29:17 GMT, Serguei Spitsyn wrote: >> The fix is to degrade virtual threads support in the JVM TI >> `GetObjectMonitorUsage` function so that it is specified to only return an >> owner when the owner is a platform thread. Also, virtual threads are not >> listed in the

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Alan Bateman
On Wed, 22 May 2024 21:42:14 GMT, Kevin Rushforth wrote: > Further, I confirm that if I pass that option to jlink or jpackage when > creating a custom runtime, there is no warning. Great! What about jpackage without a custom runtime, wondering if --java-options can be tested. -

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Alan Bateman
On Wed, 22 May 2024 21:42:14 GMT, Kevin Rushforth wrote: > Further, I confirm that if I pass that option to jlink or jpackage when > creating a custom runtime, there is no warning. Great! What about jpackage without a custom runtime, wondering if --java-options can be tested. -

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Alan Bateman
On Wed, 22 May 2024 21:42:14 GMT, Kevin Rushforth wrote: > Further, I confirm that if I pass that option to jlink or jpackage when > creating a custom runtime, there is no warning. Great! What about jpackage without a custom runtime, wondering if --java-options can be tested. -

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Alan Bateman
On Wed, 22 May 2024 21:42:14 GMT, Kevin Rushforth wrote: > Further, I confirm that if I pass that option to jlink or jpackage when > creating a custom runtime, there is no warning. Great! What about jpackage without a custom runtime, wondering if --java-options can be tested. -

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Alan Bateman
On Wed, 22 May 2024 21:42:14 GMT, Kevin Rushforth wrote: > Further, I confirm that if I pass that option to jlink or jpackage when > creating a custom runtime, there is no warning. Great! What about jpackage without a custom runtime, wondering if --java-options can be tested. -

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Alan Bateman
On Wed, 22 May 2024 21:42:14 GMT, Kevin Rushforth wrote: > Further, I confirm that if I pass that option to jlink or jpackage when > creating a custom runtime, there is no warning. Great! What about jpackage without a custom runtime, wondering if --java-options can be tested. -

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Alan Bateman
On Wed, 22 May 2024 21:42:14 GMT, Kevin Rushforth wrote: > Further, I confirm that if I pass that option to jlink or jpackage when > creating a custom runtime, there is no warning. Great! What about jpackage without a custom runtime, wondering if --java-options can be tested. -

Re: jmx-dev RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-23 Thread Alan Bateman
On Wed, 22 May 2024 21:42:14 GMT, Kevin Rushforth wrote: > Further, I confirm that if I pass that option to jlink or jpackage when > creating a custom runtime, there is no warning. Great! What about jpackage without a custom runtime, wondering if --java-options can be tested. -

Re: RFR: 8242888: Convert dynamic proxy to hidden classes

2024-05-23 Thread Alan Bateman
On Thu, 23 May 2024 03:28:30 GMT, Chen Liang wrote: > Please review this change that convert dynamic proxies implementations to > hidden classes, intended to target JDK 24. > > Summary: > 1. Adds new implementation while preserving the old implementation behind >

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base`

2024-05-22 Thread Alan Bateman
On Tue, 7 May 2024 22:23:48 GMT, Jonathan Gibbons wrote: > A long vertical series of lines beginning /// is replaced by lines beginning > //|. This one looks unusual when it's just one line, I could imagine deleting the "|" in these cases. - PR Comment:

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base`

2024-05-22 Thread Alan Bateman
On Tue, 7 May 2024 22:23:48 GMT, Jonathan Gibbons wrote: > A long vertical series of lines beginning /// is replaced by lines beginning > //|. This one looks unusual when it's just one line, I could imagine deleting the "|" in these cases. - PR Comment:

[NetBehaviour] Alan Sondheim

2024-05-22 Thread Alan Sondheim via NetBehaviour
Alan Sondheim https://youtu.be/V8OeIyWw02E video In the future, Alan Sondheims work continues to defy easy categorization. His intellectual zeal and resourcefulness have led him down diverse paths, from records of experiments and performances to book-length essays1. One notable release

[clang] [MC/DC][Coverage] Add assertions into emitSourceRegions() (PR #89572)

2024-05-22 Thread Alan Phipps via cfe-commits
https://github.com/evodius96 approved this pull request. https://github.com/llvm/llvm-project/pull/89572 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

git: 9fc5e3fb39ca - main - arm64: set ATTR_CONTIGUOUS on the DMAP's L2 blocks

2024-05-22 Thread Alan Cox
The branch main has been updated by alc: URL: https://cgit.FreeBSD.org/src/commit/?id=9fc5e3fb39ca5b2239066b750bea2ce5775bd79b commit 9fc5e3fb39ca5b2239066b750bea2ce5775bd79b Author: Alan Cox AuthorDate: 2024-05-13 06:39:28 + Commit: Alan Cox CommitDate: 2024-05-23 03:09:43 +

git: 9fc5e3fb39ca - main - arm64: set ATTR_CONTIGUOUS on the DMAP's L2 blocks

2024-05-22 Thread Alan Cox
The branch main has been updated by alc: URL: https://cgit.FreeBSD.org/src/commit/?id=9fc5e3fb39ca5b2239066b750bea2ce5775bd79b commit 9fc5e3fb39ca5b2239066b750bea2ce5775bd79b Author: Alan Cox AuthorDate: 2024-05-13 06:39:28 + Commit: Alan Cox CommitDate: 2024-05-23 03:09:43 +

[Callers] Re: Cures for the Claps?

2024-05-22 Thread Winston, Alan P. via Contra Callers
together. n(even though I myself will often snap my fingers rather than clapping). It's contagious enough, too, that first-timers often pick it up immediately without any instruction. -- Alan From: Joseph Erhard-Hudson via Contra Callers Sent

Re: how to change the program language

2024-05-22 Thread Alan Mead
t apparent in (very) light testing. Again, I wouldn't ever want to assume that output from current AI models are correct without verifying it. And you need to know where to paste the output and how to adapt it (so it's not a panacea for knowing nothing about PSPP). -Alan On 5/22/24 1

Re: how to change the program language

2024-05-22 Thread Alan Mead
and investigating. It may not be possible. -Alan On 5/22/24 11:51, ft gmail wrote: Hi, Do i understand well that this would change the interface language for all Windows programs ? I work with Windows 11 OS in French and want to work with PSPP in English. How to make that I get only PSPP

[Bug 2066407] Re: Waking from suspend takes over 20 seconds each time

2024-05-22 Thread Alan Chang
** Project changed: nvidia-drivers-ubuntu => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066407 Title: Waking from suspend takes over 20 seconds each time To manage notifications about

Re: how to change the program language

2024-05-22 Thread Alan Mead
The official PSPP docs say: https://www.gnu.org/software/pspp/faq.html#Language I asked ChatGPT how to apply this to Windows 10 and here's what it said. Obviously, this may not be correct/fully correct. -Alan To configure the PSPP interface language on Windows 10, follow these steps: 1

Re: how to change the program language

2024-05-22 Thread Alan Mead
Does this work for you? https://lists.gnu.org/archive/html/pspp-users/2014-09/msg00011.html If not, reply to this note and let us know what happens. PSPP builds on Linux, so the devs have limited Windows access/experience. -Alan On 5/22/24 10:29, Ксения Буденная wrote: Hello, how can I

Re: Help on understanding Nuttx

2024-05-22 Thread Alan C. Assis
at the examples as you are doing will help. It is also important to study more about POSIX and how Unix/Linux OS kernel are organized, it will guide you to get a better understanding of NuttX. Best Regards, Alan

Re: WGLC for draft-ietf-bfd-large-packets

2024-05-22 Thread Alan DeKok
opped". Alan DeKok.

Re: RFR: 8314480: Memory ordering spec updates in java.lang.ref [v22]

2024-05-22 Thread Alan Bateman
On Tue, 21 May 2024 16:59:38 GMT, Brent Christian wrote: > Indeed - can't move forward without a CSR. Also wouldn't mind more reviewer > ✔️s.  I can do that. One other thing to do is to rebase the changes, it looks like this branch is 6 months behind main line. - PR Comment:

Re: RFR: 8332490: JMH org.openjdk.bench.java.util.zip.InflaterInputStreams.inflaterInputStreamRead OOM

2024-05-22 Thread Alan Bateman
On Wed, 22 May 2024 05:16:42 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change for addressing > https://bugs.openjdk.org/browse/JDK-8332490? > > The jmh test opens a `InflaterInputStream`, reads the stream contents, but > then doesn't close the stream. This can

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