Ecosyste.ms: Issues

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

GitHub / anima-engine/mrusty issues and pull requests

#101 - Catch up current mruby (3.0.0) and Rust (1.54.0-nightly)

Pull Request - State: closed - Opened by udzura about 3 years ago - 5 comments

#100 - Support mruby 2.1.0

Pull Request - State: open - Opened by wordijp over 4 years ago

#99 - [WIP] Support mruby 1.4.1

Pull Request - State: open - Opened by mlga almost 6 years ago - 1 comment

#98 - update mruby to 1.4.1

Issue - State: open - Opened by dsisnero almost 6 years ago - 1 comment

#97 - set_var should not panic

Issue - State: open - Opened by TyOverby over 7 years ago - 3 comments

#96 - Don't match macros on exact type names

Issue - State: open - Opened by andybarron almost 8 years ago - 2 comments
Labels: enhancement

#95 - Sanitize public macros

Pull Request - State: closed - Opened by andybarron almost 8 years ago

#94 - mrbc_context is leaked.

Issue - State: closed - Opened by dragostis almost 8 years ago
Labels: bug

#93 - "error: no rules expected the token ..." when using mrfn! with Value parameters.

Issue - State: closed - Opened by silversquirl almost 8 years ago - 3 comments

#92 - Don't require glob import to use mrfn! et al

Issue - State: closed - Opened by andybarron almost 8 years ago - 9 comments
Labels: enhancement

#91 - Added mruby blocks to methods.

Pull Request - State: closed - Opened by dragostis almost 8 years ago - 2 comments

#90 - Nested mruby Rust calls cause memory leaks in the case of uncaught exceptions.

Issue - State: closed - Opened by silversquirl almost 8 years ago - 17 comments
Labels: bug

#89 - Call Rust functions with Ruby blocks

Issue - State: closed - Opened by silversquirl almost 8 years ago - 10 comments
Labels: enhancement

#88 - Is there a way to put class macro definitions in separate modules?

Issue - State: closed - Opened by Qard about 8 years ago - 7 comments

#87 - Change no-run to no_run in docs.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: bug

#86 - Develop a tool that generates Ruby stubs with documentation.

Issue - State: open - Opened by dragostis over 8 years ago
Labels: enhancement

#85 - Avoid glob imports from top-level of crate

Issue - State: closed - Opened by eternaleye over 8 years ago - 2 comments
Labels: enhancement

#84 - Add panics to documentation.

Issue - State: open - Opened by dragostis over 8 years ago
Labels: enhancement

#83 - Remove borrow rules from mrfn.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#82 - Improve macros to handle &mut T case.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#81 - Replace namespace-flooding macros with recursive calls.

Issue - State: open - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#80 - Add Class to mrfn.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#79 - Add missing Value::to_module.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#78 - Implemented Rust-less class and method definition.

Pull Request - State: closed - Opened by dragostis over 8 years ago

#77 - Expand macro functionality.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#76 - Find a way to differentiate classes that need Rust reflection and those that don't.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#75 - Clean mruby API calls. Some are probably unused.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#74 - Added Class & Module structs and handling. Fixes #70.

Pull Request - State: closed - Opened by dragostis over 8 years ago

#73 - Implement ability to define methods on Ruby classes.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#72 - small doc fixes for Repl

Pull Request - State: closed - Opened by steveklabnik over 8 years ago - 2 comments

#71 - require should only return true/false, not result of execute().

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: bug

#70 - Support Ruby file loading, class extraction and method call

Issue - State: closed - Opened by ihrwein over 8 years ago - 9 comments
Labels: enhancement

#69 - Fix coverage.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: bug

#68 - Added mruby build script.

Pull Request - State: closed - Opened by dragostis over 8 years ago - 2 comments

#67 - Update doc examples to use mrclass.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#66 - Added more examples and use cases.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#65 - args in initialize should be |; args|, not |args|.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: bug

#64 - Add mruby.sym() and make sure value.to_str() works with Symbols.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#63 - Implement mruby.value<T> with automated casting.

Issue - State: open - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement, question

#62 - Fix error scheme.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#61 - Improve coverage with more integration tests.

Issue - State: open - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement, ready

#60 - Rename MR* to Mr*.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#59 - Implement MRuby and Value with Arc and Mutex.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement, wontfix

#58 - Panics end process with 4 SIGILL when panic is called from mruby.

Issue - State: closed - Opened by dragostis over 8 years ago - 3 comments
Labels: bug

#57 - Add args: Args option to match all arguments in mrfn.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#56 - mrfn should use "d" args instead of "o" for MRB_TT_DATA.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement, wontfix

#55 - Implement Value.type() with Rust's Any to aid fast type pattern matching.

Issue - State: closed - Opened by dragostis over 8 years ago - 2 comments
Labels: enhancement

#54 - Add Exception type argument to raise() and make it return nil.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#53 - Add run_unchecked.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#52 - Investigate and test erroneous mruby.obj() calls.

Issue - State: closed - Opened by dragostis over 8 years ago - 2 comments
Labels: bug, question

#51 - Add derive(MRubyReflectable) once plugins are stable.

Issue - State: open - Opened by dragostis over 8 years ago
Labels: enhancement, question

#50 - Abstract repl. Fixes #49.

Pull Request - State: closed - Opened by dragostis over 8 years ago

#48 - Fix mruby build documentation in README.md and lib.rs.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#47 - Add runnable example.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#46 - Rename project in all headers.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#45 - Try to replace null ending `C` string functions with known-size counterparts.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#44 - Added basic spec testing. Fixes #43.

Pull Request - State: closed - Opened by dragostis over 8 years ago

#43 - Add RSpec-style specification tests.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#42 - Faster build.

Pull Request - State: closed - Opened by dragostis over 8 years ago

#41 - Inline C functions.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#40 - Wrap mruby macros in C function for mrb_value and keep MRValue opaque.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: bug

#39 - Integration tests. Fixes #15.

Pull Request - State: closed - Opened by dragostis over 8 years ago

#38 - Add Vec & Option to mrfn!.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#37 - Moved scripts to travis folder. Fixes #12.

Pull Request - State: closed - Opened by krodyrobi over 8 years ago

#36 - Add proper errors.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#35 - Added require.

Pull Request - State: closed - Opened by dragostis over 8 years ago

#34 - Rename all unused closure variables in docs.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: bug

#33 - Add Repl rename.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#32 - Remove \ from Repl and try to parse it.

Issue - State: open - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement, question

#31 - Implement .mrb execution.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#30 - Implement require.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#29 - Added Repl. Fixes #23 & #28.

Pull Request - State: closed - Opened by dragostis over 8 years ago

#28 - call should return Result<Value>, not Value.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: bug

#27 - Find a way to connect Result with mruby Exception.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#26 - See if casts can raise mruby exceptions.

Issue - State: closed - Opened by dragostis over 8 years ago - 2 comments
Labels: enhancement, question

#25 - Host documentation.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#24 - Find a smart way of avoiding NULL pointers in mrfn!.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: bug, question

#23 - Add Repl struct.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#22 - `to_obj::<T>` is unsafe.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: bug

#21 - Add Data types to mrfn.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#20 - #[inline] casts.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#19 - Look into a 100% Rusty build of mruby.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement, question

#18 - Complete README.md.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#17 - Improve documentation & talk about the little things.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#16 - Remove extra API.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#15 - Add more integration tests.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#14 - Test

Pull Request - State: closed - Opened by krodyrobi over 8 years ago

#13 - Coverage paths revised, closes #11.

Pull Request - State: closed - Opened by krodyrobi over 8 years ago

#12 - Coveralls does not see mruby.rs for some reason.

Issue - State: closed - Opened by dragostis over 8 years ago - 4 comments
Labels: bug

#11 - Sources are not visible in Coveralls.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: bug

#10 - Add mruby build instructions to README.md.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#9 - Add an OSX build in Travis.

Issue - State: closed - Opened by dragostis over 8 years ago - 1 comment
Labels: enhancement

#8 - Consider adding cargo benchmarks.

Issue - State: closed - Opened by krodyrobi over 8 years ago - 1 comment
Labels: enhancement, question, wontfix

#7 - Consider using travis-cargo for travis ci.

Issue - State: closed - Opened by krodyrobi over 8 years ago - 2 comments
Labels: enhancement

#6 - Code coverage with coveralls.io

Pull Request - State: closed - Opened by krodyrobi over 8 years ago

#5 - Do a little code cleanup & refactoring.

Issue - State: closed - Opened by dragostis over 8 years ago
Labels: enhancement

#4 - Added a safe wrapper for mruby.

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

#3 - Added arrays.

Pull Request - State: closed - Opened by dragostis over 8 years ago