Commit Graph

3 Commits

Author SHA1 Message Date
Olly Betts 1382a403f0 Use defined type in cpp11_brackets_expression testcase
The Guile warnings are because SWIG hasn't seen a definition of
`size_t`, so just use `unsigned` for `Piece::size_type` instead and
remove these warning suppressions.

See #3034
2024-10-25 07:28:13 +13:00
Olly Betts 0b4496a735 Fix testsuite SWIG warnings; enable SWIG -Werror
SWIG/mzscheme (aka racket) is excluded for now as it currently has a lot
of testsuite warnings and is slated for removal in 4.4.0 anyway.

Closes #3034
2024-10-22 10:30:52 +13:00
William S Fulton 3ef3f39516 Fix syntax error parsing an expression
which calls a function with no parameters within additional brackets.

This is more of a hack than a fix as attempts to parse properly
failed, see issue #2640.

Closes #2640
2023-06-30 08:54:23 +01:00