GitHub / ubolonton/emacs-module-rs issues and pull requests
#61 - Migrating to rust edition 2024?
Issue -
State: open - Opened by eval-exec about 2 months ago
#60 - Windows binding has been broken since d8a3993
Issue -
State: open - Opened by Master-Hash 7 months ago
#59 - Fix crashes with invalid utf-8.
Pull Request -
State: open - Opened by kurnevsky 7 months ago
- 11 comments
#58 - Emacs string is not always a valid utf-8
Issue -
State: open - Opened by kurnevsky 8 months ago
- 1 comment
#57 - What are the pitfalls of reloading?
Issue -
State: open - Opened by psionic-k about 1 year ago
#56 - It is better to use the repository field
Pull Request -
State: closed - Opened by szabgab about 1 year ago
- 1 comment
#55 - `NonZero` integer types
Pull Request -
State: closed - Opened by ubolonton over 1 year ago
#54 - Abillity for defun to annotate 'pure and 'side-effect-free
Issue -
State: open - Opened by nagy over 2 years ago
#53 - How to call Elisp functions from a backgroud thread?
Issue -
State: closed - Opened by zbelial over 2 years ago
- 2 comments
#52 - Missing LICENSE file?
Issue -
State: open - Opened by conao3 over 2 years ago
- 1 comment
#51 - 0.18.0 tag points to release 0.17.0
Issue -
State: closed - Opened by LegionMammal978 about 3 years ago
- 1 comment
#50 - Concurrency
Issue -
State: open - Opened by fosskers about 3 years ago
#49 - `IntoLisp` for `(A, B)`
Issue -
State: open - Opened by fosskers about 3 years ago
#48 - Permissive `FromLisp` for numeric types?
Issue -
State: open - Opened by fosskers about 3 years ago
- 1 comment
#47 - `FromLisp` for `Vec`?
Issue -
State: open - Opened by fosskers about 3 years ago
- 3 comments
#46 - remove emacs_rs_module_init from release build
Pull Request -
State: open - Opened by jiacai2050 over 3 years ago
- 1 comment
#45 - Use selected region as input to function
Issue -
State: closed - Opened by pierwill over 3 years ago
- 1 comment
#44 - Some confusion regarding the live-reload workflow
Issue -
State: open - Opened by ohmree over 3 years ago
- 3 comments
#43 - Remove build-time bindings generation
Pull Request -
State: closed - Opened by ubolonton almost 4 years ago
#42 - Improve ergonomics of using symbols and defining/signaling errors
Pull Request -
State: closed - Opened by ubolonton over 4 years ago
#41 - Add functions to define and signal Lisp errors
Pull Request -
State: closed - Opened by ubolonton over 4 years ago
#40 - 0.16.1 didn't pick up ARM fix
Issue -
State: closed - Opened by nwjsmith over 4 years ago
- 1 comment
#39 - Add `CHANGELOG` entry
Pull Request -
State: closed - Opened by nwjsmith over 4 years ago
#38 - Fix building on `aarch64-apple-darwin`
Pull Request -
State: closed - Opened by nwjsmith over 4 years ago
- 2 comments
#37 - Replace `failure` with `thiserror` and `anyhow`
Pull Request -
State: closed - Opened by ubolonton over 4 years ago
#36 - Update bindgen
Pull Request -
State: closed - Opened by 3c1u over 4 years ago
- 3 comments
#35 - Disable the workaround for Emacs GC bug if it's fixed (i.e. Emacs 27+)
Pull Request -
State: closed - Opened by ubolonton over 4 years ago
#34 - Why bring emacs-module.h in version control ?
Issue -
State: open - Opened by gagbo over 4 years ago
- 1 comment
Labels: question
#33 - Serializing and Deserializing Plists or Hashmaps to Rust Structs
Issue -
State: open - Opened by justinbarclay over 4 years ago
- 2 comments
Labels: question
#32 - Naming of method Value::make_global_ref
Issue -
State: open - Opened by cireu almost 5 years ago
- 2 comments
Labels: enhancement
#31 - Allow selectively enabling no-GC-protection optimization
Pull Request -
State: closed - Opened by ubolonton over 5 years ago
#30 - chore: Do an explicit drop in finalize function.
Pull Request -
State: closed - Opened by cireu over 5 years ago
- 2 comments
#29 - Rework Vector
Pull Request -
State: closed - Opened by ubolonton over 5 years ago
#28 - Enable conversion for Vec<u8>
Issue -
State: open - Opened by cireu over 5 years ago
- 8 comments
Labels: waiting for external changes
#27 - IntoIter trait for Vector type?
Issue -
State: closed - Opened by cireu over 5 years ago
- 1 comment
#26 - Replace `failure` with `thiserror`
Issue -
State: closed - Opened by ubolonton over 5 years ago
#25 - Need some help getting started
Issue -
State: closed - Opened by tarsius over 5 years ago
- 3 comments
#24 - [Feature Request] Consider impl IntoLispArgs for AsRef<[T]> where T: IntoLisp
Issue -
State: closed - Opened by cireu over 5 years ago
- 5 comments
#23 - [emacs_module] 'unexpected close delimiter'
Issue -
State: closed - Opened by BorisKourt almost 6 years ago
- 4 comments
#22 - macOS live reloading documentation outdated
Issue -
State: closed - Opened by kommen almost 6 years ago
- 1 comment
Labels: documentation
#21 - How to embed 2 types in user-ptr, when one of them is lifetime-constrained by the other?
Issue -
State: closed - Opened by justinbarclay almost 6 years ago
- 6 comments
Labels: question, documentation
#20 - Improving calls into lisp
Pull Request -
State: closed - Opened by ubolonton almost 6 years ago
#19 - Set up CI with Azure Pipelines
Pull Request -
State: closed - Opened by ubolonton about 6 years ago
#18 - Expose environment function should_quit
Issue -
State: open - Opened by hpdeifel about 6 years ago
Labels: enhancement
#17 - mod_in_name is confusing
Issue -
State: closed - Opened by hpdeifel about 6 years ago
- 4 comments
#16 - Missing crate attribute `#[feature(maybe_uninit)`
Issue -
State: closed - Opened by cireu about 6 years ago
- 3 comments
#15 - Better way to call Lisp functions
Issue -
State: closed - Opened by ubolonton about 6 years ago
- 3 comments
#14 - How to call other methods of emacs env?
Issue -
State: closed - Opened by cireu about 6 years ago
- 3 comments
#13 - Put memory safety fix behind a feature flag
Issue -
State: closed - Opened by ubolonton about 6 years ago
- 1 comment
#12 - [discussion] Is it possible to pass a hashmap from Emacs to Rust?
Issue -
State: closed - Opened by justinbarclay about 6 years ago
- 3 comments
Labels: question
#11 - Allow returning result directly?
Issue -
State: closed - Opened by yyoncho about 6 years ago
#10 - Great Project, thank you!
Issue -
State: closed - Opened by johnbcoughlin about 6 years ago
- 1 comment
#9 - Don't require modules to define an init function that does nothing
Issue -
State: open - Opened by ubolonton over 6 years ago
Labels: waiting for external changes
#8 - Support long-lived values that are not bound to &Env (GlobalValue)
Issue -
State: open - Opened by ubolonton over 6 years ago
- 4 comments
Labels: enhancement
#7 - derive macro for Transfer
Issue -
State: open - Opened by ubolonton over 6 years ago
- 1 comment
#6 - Integration with `help-fns` and `find-func`
Issue -
State: open - Opened by ubolonton over 6 years ago
- 2 comments
Labels: enhancement
#5 - Cargo's subcommand `emacs-module`
Issue -
State: open - Opened by ubolonton over 6 years ago
#4 - [discussion] writing json parser as rust module
Issue -
State: closed - Opened by yyoncho over 6 years ago
- 6 comments
#3 - Fix memory safety issues
Pull Request -
State: closed - Opened by ubolonton almost 7 years ago
#2 - [crash] Invalid objects returned from my module function
Issue -
State: closed - Opened by sebastiencs over 7 years ago
- 17 comments
#1 - Failed to require the module
Issue -
State: closed - Opened by hekinami over 7 years ago
- 16 comments