japhb / Terminal-LineEditor

Generalized terminal line editing for Raku
Artistic License 2.0
7 stars 3 forks source link

termios ver 0.2 dependency will need to be updated later #5

Open hythm7 opened 1 year ago

hythm7 commented 1 year ago

this commit pins termios dependency to 0.2 version, this version has a bug described in this comment.

I think recent versions of termios have some build issues, and it's better to pin Terminal::Lineeditor to 0.2 for now, but just leaving this issue here as a reminder to update termios dependency when the build issue is resolved.

japhb commented 1 year ago

Thank you for opening this! Yeah, I'm waiting for things to settle down a bit before changing the version pin. For now hopefully people will be no worse off than they were a week ago. :-)

coke commented 2 weeks ago

latest version of termios fixes an installer issue that module had, can we try to update again?