You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built-in keywords like string, which is netcdf-4 specific, are being applied
to netcdf-3 cdl files in ncgen. So if a user declares a dimension named
"string" in a classic .cdl file, it causes an error.
The text was updated successfully, but these errors were encountered:
re: Unidata#1977
PR Unidata#1753, changed ncgen
to allows certain type names to be used as identifiers in
selected situations.
An unwanted side effect was that existing type aliases no longer
were accepted by ncgen. Specifically, using the "long" type
caused an error.
I was able to figure out a better solution to the original
problem (Unidata#1750)
that also fixes this problem as well.
This PR fixes that problem in ncgen/ncgen.l,
and adds tests to ncdump/test_keywords.sh
Built-in keywords like string, which is netcdf-4 specific, are being applied
to netcdf-3 cdl files in ncgen. So if a user declares a dimension named
"string" in a classic .cdl file, it causes an error.
The text was updated successfully, but these errors were encountered: