Skip to content

erts: Fix tty_tinfo_make_map call#11036

Open
joaohf wants to merge 1 commit intoerlang:masterfrom
joaohf:fix-term-variables-imcompatible-pointer-tty_tinfo_make_map
Open

erts: Fix tty_tinfo_make_map call#11036
joaohf wants to merge 1 commit intoerlang:masterfrom
joaohf:fix-term-variables-imcompatible-pointer-tty_tinfo_make_map

Conversation

@joaohf
Copy link
Copy Markdown
Contributor

@joaohf joaohf commented Apr 17, 2026

According to [1], term_variables: bool*, num*, std* are NCURSES_CONST char * const. Where NCURSES_CONST is defined by ncurses configuration scripts [2].

1: https://man7.org/linux/man-pages/man3/term_variables.3x.html
2: https://github.com/mirror/ncurses/blob/master/configure.in#L1228

According to [1], term_variables: bool*, num*, std* are
`NCURSES_CONST char * const`. Where NCURSES_CONST is defined by
ncurses configuration scripts [2].

1: https://man7.org/linux/man-pages/man3/term_variables.3x.html
2: https://github.com/mirror/ncurses/blob/master/configure.in#L1228
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 17, 2026

CT Test Results

    3 files    136 suites   50m 39s ⏱️
1 676 tests 1 619 ✅ 56 💤 1 ❌
2 318 runs  2 243 ✅ 74 💤 1 ❌

For more details on these failures, see this check.

Results for commit 7f8ba5d.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@joaohf
Copy link
Copy Markdown
Contributor Author

joaohf commented Apr 17, 2026

Hi,

This PR is very similar to e1db22c but after 05006c0 , I got the same issue as before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant