New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #10902 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

BUG: Lua 5.1.1 Readline

Reported by: scott_karana@… Owned by: pmq@…
Priority: Low Milestone:
Component: ports Version: 1.3.2
Keywords: lua readline Cc:
Port:

Description

Lua 5.1.1 does not, using the Mac OS X target on the stock Makefile, require Readline. Unless LUA_USE_READLINE is defined, lua uses fscanf in the lua_readline function.

Change History

comment:1 Changed 7 years ago by pmq@…

  • Owner changed from yeled@… to pmq@…
  • Summary changed from Lua 5.1.1 Readline to BUG: Lua 5.1.1 Readline

You should assign bugs to the port maintainer(s). I'll have a look at this soon. Thanks for the report!

comment:2 Changed 7 years ago by pmq@…

  • Status changed from new to assigned

comment:3 Changed 6 years ago by pmq@…

  • Status changed from assigned to closed
  • Resolution set to fixed

I just committed a patch to use readline on darwin>7. Thanks for noticing it!

Note: See TracTickets for help on using tickets.