PyIter_Check false positives

2022-05-27 Thread airplanemath via Cygwin
I found this problem running the tests for pandas, but can reproduce it more simply. Compile the following cython file to create a thin wrapper around the C-API function: > from cpython.iterator cimport PyIter_Check > > def is_iterator(obj: object) -> bool: > return PyIter_Check(obj) with

Re: Unable to execute Cygwin application within UDF format

2022-05-27 Thread Sam Edge
On 27/05/2022 10:18, Takashi Yano wrote: On Fri, 27 May 2022 16:47:09 +0800 Sam Lin wrote: I have also successfully executed that is to move cygwin1.dll to the root directory to execute. Will cygwin1.dll be supported to execute in UDF format in the future? As I wrote earlier, it doesn't matte

Re: weatherServerLog xplane11

2022-05-27 Thread Peter Rallis
Thank you for the information Adam. Στις Παρ 27 Μαΐ 2022 στις 8:32 μ.μ., ο/η Adam Dinwoodie έγραψε: > On Fri, 27 May 2022 at 17:27, Peter Rallis > wrote: > > > > Good evening > > > > I Have the below message in xplane 11 in NOAA Weather > > > > 1 [main] WIN32wgrib2 8852 find_fast_cwd: WARNING:

Re: weatherServerLog xplane11

2022-05-27 Thread Adam Dinwoodie
On Fri, 27 May 2022 at 17:27, Peter Rallis wrote: > > Good evening > > I Have the below message in xplane 11 in NOAA Weather > > 1 [main] WIN32wgrib2 8852 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to > the public mailing list cygwin@cygwin.com > 950

weatherServerLog xplane11

2022-05-27 Thread Peter Rallis
Good evening I Have the below message in xplane 11 in NOAA Weather 1 [main] WIN32wgrib2 8852 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com 950412 [main] WIN32wgrib2 8852 exception::handle: Exception: STATUS_ST

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Takashi Yano
On Fri, 27 May 2022 15:22:23 +0300 Orgad Shaneh wrote: > On Fri, May 27, 2022 at 11:06 AM Orgad Shaneh wrote: > > > > On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodie wrote: > > > > > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > > > Hi, > > > > > > > > I'm using Git Bash as

Re: Unable to execute Cygwin application within UDF format

2022-05-27 Thread Takashi Yano
On Fri, 27 May 2022 21:28:13 +0900 Takashi Yano wrote: > On Fri, 27 May 2022 19:51:23 +0900 > Takashi Yano wrote: > > diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc > > index 01b49468e..c4031b919 100644 > > --- a/winsup/cygwin/cygheap.cc > > +++ b/winsup/cygwin/cygheap.cc > > @@ -

Re: Unable to execute Cygwin application within UDF format

2022-05-27 Thread Takashi Yano
On Fri, 27 May 2022 19:51:23 +0900 Takashi Yano wrote: > diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc > index 01b49468e..c4031b919 100644 > --- a/winsup/cygwin/cygheap.cc > +++ b/winsup/cygwin/cygheap.cc > @@ -183,6 +183,8 @@ init_cygheap::init_installation_root () > if

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Orgad Shaneh
On Fri, May 27, 2022 at 11:06 AM Orgad Shaneh wrote: > > On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodie wrote: > > > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > > Hi, > > > > > > I'm using Git Bash as the default terminal in VS Code. Using Git for > > > Windows 2.36.1 wit

Re: Unable to execute Cygwin application within UDF format

2022-05-27 Thread Takashi Yano
On Fri, 27 May 2022 18:18:49 +0900 Takashi Yano wrote: > On Fri, 27 May 2022 16:47:09 +0800 > Sam Lin wrote: > > I have also successfully executed that is to move cygwin1.dll to the root > > directory to execute. > > > > Will cygwin1.dll be supported to execute in UDF format in the future? > > As

Re: Unable to execute Cygwin application within UDF format

2022-05-27 Thread Takashi Yano
On Fri, 27 May 2022 16:47:09 +0800 Sam Lin wrote: > I have also successfully executed that is to move cygwin1.dll to the root > directory to execute. > > Will cygwin1.dll be supported to execute in UDF format in the future? As I wrote earlier, it doesn't matter that the file system is UDF. cygwin

Re: Unable to execute Cygwin application within UDF format

2022-05-27 Thread Sam Lin
Hi , I have also successfully executed that is to move cygwin1.dll to the root directory to execute. Will cygwin1.dll be supported to execute in UDF format in the future? Thanks, Sam Takashi Yano 於 2022年5月27日 週五 下午12:32寫道: > On Fri, 27 May 2022 11:36:27 +0800 > Sam Lin wrote: > > I will see th

Re: Unable to execute Cygwin application within UDF format

2022-05-27 Thread Takashi Yano
On Fri, 27 May 2022 13:31:20 +0900 Takashi Yano wrote: > On Fri, 27 May 2022 11:36:27 +0800 > Sam Lin wrote: > > I will see the problem on WIN10 or WIN SERVER, the duplicate steps are as > > follows: > > > > 1. Write a simple code 'hello world' program and compiled the > > executable file usin

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Orgad Shaneh
On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodie wrote: > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > Hi, > > > > I'm using Git Bash as the default terminal in VS Code. Using Git for > > Windows 2.36.1 with the latest runtime, based on cygwin 3.5.0. > > Hi Orgad, > > Git for

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Adam Dinwoodie
On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > Hi, > > I'm using Git Bash as the default terminal in VS Code. Using Git for > Windows 2.36.1 with the latest runtime, based on cygwin 3.5.0. Hi Orgad, Git for Windows and Git Bash are based in part on Cygwin, but they're downstream

VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Orgad Shaneh
Hi, I'm using Git Bash as the default terminal in VS Code. Using Git for Windows 2.36.1 with the latest runtime, based on cygwin 3.5.0. I have a launch configuration that executes a Node.JS application in the integrated terminal. When I launch it for the first time, it spawns a new terminal and