bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fatal: typeof: unknown argument type `Node_param_list'


From: Denis Shirokov
Subject: fatal: typeof: unknown argument type `Node_param_list'
Date: Mon, 6 Jan 2025 12:00:16 +0200

Hello

found an issue while experimenting with indirect function calls:

func  _typeof( p ,f ) {
     f = "awk::typeof"
     return @f( p ) }

BEGIN{

     f = "awk::typeof"
     print "typeof: " @f( p )

     print "_typeof: " _typeof( p )
     }

outputs:

      typeof: untyped'
      gawk: ./bug.gwk:3: fatal: typeof: unknown argument type
`Node_param_list'

gawk:

      GNU Awk 5.3.1, API 4.0, (GNU MPFR 4.0.2, GNU MP 6.1.2)

OS:

      Windows 10 Pro (x64)
      downloaded from: https://sourceforge.net/projects/ezwinports/files/

Best Regards
Denis Shirokov


reply via email to

[Prev in Thread] Current Thread [Next in Thread]