Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / hoelzro/lua-repl issues and pull requests

#61 - Reset REPL buffer after errors when detectcontinue() says no input is pending.

Pull Request - State: closed - Opened by UncombedCoconut almost 3 years ago - 2 comments

#60 - Generalize sync repl

Pull Request - State: closed - Opened by leiradel almost 5 years ago - 10 comments

#59 - pretty_print now uses the original displayresults function

Pull Request - State: open - Opened by leiradel almost 5 years ago - 2 comments

#58 - Document that linenoise/rlwrap is used for arrow keys

Issue - State: closed - Opened by hoelzro about 6 years ago - 1 comment

#57 - rlwrap plugin isn't loading

Issue - State: closed - Opened by hoelzro about 6 years ago - 2 comments

#56 - arrow keys compatibility?

Issue - State: closed - Opened by d9k about 6 years ago - 9 comments

#55 - typo fix

Pull Request - State: closed - Opened by tst2005 about 8 years ago - 1 comment

#54 - Continuous integration on Travis

Issue - State: closed - Opened by iqbalansari over 8 years ago - 2 comments

#53 - Improve support for Lua 5.3

Pull Request - State: closed - Opened by iqbalansari over 8 years ago - 4 comments

#52 - Support for loading a file and opening a repl in its lexical scope

Issue - State: open - Opened by technomancy over 8 years ago - 9 comments

#51 - Use ldoc for documentation generation

Pull Request - State: closed - Opened by Alloyed over 8 years ago - 1 comment

#50 - Support multi line pastes with linenoise

Issue - State: open - Opened by devurandom about 9 years ago - 1 comment

#49 - Add --help to rep.lua

Issue - State: open - Opened by hoelzro over 9 years ago

#48 - Make rep.lua only load default plugins if no rcfile is found

Issue - State: closed - Opened by hoelzro over 9 years ago

#47 - Suppress readline when TERM=dumb

Issue - State: closed - Opened by technomancy over 9 years ago - 3 comments

#46 - testing

Issue - State: closed - Opened by hoelzro over 9 years ago

#45 - iffeature, .editorconfig and filename completion

Pull Request - State: closed - Opened by henry4k over 9 years ago - 4 comments

#44 - Can't run tests: test-utils missing

Issue - State: closed - Opened by henry4k over 9 years ago - 2 comments

#43 - Drop the setfenv dependency

Issue - State: closed - Opened by henry4k over 9 years ago - 4 comments

#42 - Add tests for pretty print plugin

Issue - State: open - Opened by hoelzro over 9 years ago
Labels: plugins, tests

#41 - pretty_print plugin blows up on tables with functions as keys

Issue - State: open - Opened by hoelzro over 9 years ago - 1 comment
Labels: plugins, bug

#40 - added luajit support

Pull Request - State: open - Opened by dodo almost 10 years ago - 3 comments

#39 - Plugin to allow access to the REPL object from within the REPL

Issue - State: open - Opened by hoelzro almost 10 years ago
Labels: plugins

#38 - 5.3 support

Issue - State: open - Opened by hoelzro almost 10 years ago - 5 comments

#37 - Plugin reloading support

Issue - State: open - Opened by hoelzro almost 10 years ago

#35 - Trying to load a plugin that previously failed will fail

Issue - State: open - Opened by hoelzro almost 10 years ago
Labels: bug

#34 - Fancier completion support

Issue - State: open - Opened by hoelzro about 10 years ago - 6 comments

#33 - `repl.utils` module is missing

Issue - State: closed - Opened by mpeterv about 10 years ago - 2 comments

#32 - Lua 5.2 support by replacing setfenv

Pull Request - State: closed - Opened by simoncozens about 10 years ago - 2 comments

#31 - Create an interactive debugger plugin

Issue - State: open - Opened by hoelzro over 10 years ago
Labels: plugins

#30 - Handy debug interface plugin

Issue - State: open - Opened by hoelzro over 10 years ago
Labels: plugins

#29 - Add color plugin

Issue - State: open - Opened by hoelzro over 10 years ago - 3 comments
Labels: plugins

#28 - Plugin that preserves locals between lines

Issue - State: open - Opened by hoelzro over 10 years ago - 3 comments
Labels: plugins

#27 - Pretty-printer doesn't cope with mixed integer/string keyed tables

Issue - State: closed - Opened by simoncozens almost 11 years ago - 7 comments

#26 - Some terms that don't appear in _G appear in completions

Issue - State: open - Opened by hoelzro almost 11 years ago

#25 - Allow clearing of input buffer

Issue - State: open - Opened by hoelzro almost 11 years ago

#24 - Ctrl-C/os.exit() prevent the history plugin from saving

Issue - State: open - Opened by hoelzro almost 11 years ago
Labels: bug

#23 - Loading the history file fails if no such file exists

Issue - State: open - Opened by hoelzro almost 11 years ago
Labels: bug

#22 - Use HOMEPATH (not HOME) on Windows

Issue - State: open - Opened by hoelzro almost 11 years ago
Labels: bug

#21 - Add terra plugin

Issue - State: open - Opened by hoelzro over 11 years ago
Labels: plugins, task

#20 - Add moonscript plugin

Issue - State: open - Opened by hoelzro over 11 years ago
Labels: plugins

#19 - Pretty print cannot handle function

Issue - State: closed - Opened by dpashkevich over 11 years ago - 5 comments

#18 - Improve inter-plugin communication

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#17 - Offer alternate implementations

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#16 - Steal ideas from other REPLs

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#15 - Steal ideas from ilua

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#14 - Write a luaish plugin

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: plugins

#13 - Add test for using advice from within ifplugin/iffeature

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task, tests

#12 - Add test for iffeature

Issue - State: closed - Opened by hoelzro almost 12 years ago
Labels: task, tests

#11 - Allow REPL "subclasses" to use method advice

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#10 - Should we prevent global assignment in plugins?

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#9 - Figure out how plugins should be configured

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#8 - Figure out how plugins should store values

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#7 - Create a formatting plugin

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: plugins

#6 - Documentation Improvements

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: documentation

#5 - Add __complete support for the completion plugin

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: plugins

#4 - Add __pretty support for the pretty_print plugin

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: plugins, 0 - Backlog

#3 - Verify that the REPL works with different versions of Lua

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task

#2 - Process command line options with rep.lua

Issue - State: open - Opened by hoelzro almost 12 years ago
Labels: task, 1 - Ready

#1 - pretty_print

Issue - State: closed - Opened by clementfarabet almost 12 years ago - 4 comments
Labels: plugins, bug