Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mica-lang/mica issues and pull requests
#157 - Remove rustfmt.toml
Pull Request -
State: closed - Opened by liquidev about 1 year ago
#156 - Add clippy and rustfmt CI jobs
Pull Request -
State: closed - Opened by liquidev about 1 year ago
#155 - Fix #152 Record destructuring does not sort fields
Pull Request -
State: closed - Opened by liquidev about 1 year ago
#154 - `_` pattern cleanup
Pull Request -
State: closed - Opened by liquidev about 1 year ago
#153 - rustfmt and clippy on CI
Issue -
State: closed - Opened by liquidev about 1 year ago
Labels: housekeeping
#152 - Record destructuring does not sort fields
Issue -
State: closed - Opened by liquidev about 1 year ago
Labels: bug, correctness, mod: ll
#151 - Record destructuring does not work correctly
Issue -
State: closed - Opened by liquidev about 1 year ago
Labels: bug, code generation, mod: ll
#150 - Implement `_` pattern (#148)
Pull Request -
State: closed - Opened by grisenti about 1 year ago
- 1 comment
#149 - GC needs to be refactored for safety
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: bug, correctness, safety
#148 - `_` pattern
Issue -
State: closed - Opened by liquidev almost 2 years ago
- 6 comments
Labels: enhancement, good first issue, language feature
#147 - Setters
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: enhancement, good first issue, language feature
#146 - Make the memory layout of `GcMem<T>` more efficient
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: performance
#145 - Make `GcRaw<T>` store a `std::ptr::NonNull<GcMem<T>>` instead of `*const GcMem<T>`
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: performance
#144 - Make CI check portable values in addition to NaN-boxed
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: correctness
#143 - Split up standard library tests into smaller ones
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: housekeeping
#142 - Tuples and records
Pull Request -
State: closed - Opened by liquidev almost 2 years ago
#141 - Separate dtables out into a Library component
Pull Request -
State: closed - Opened by liquidev almost 2 years ago
- 1 comment
#140 - Extract the dispatch table parts of `Environment` into a separate type
Issue -
State: closed - Opened by liquidev almost 2 years ago
Labels: performance, internals, mod: hl, mod: ll
#139 - Benchmarks
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: enhancement, performance, housekeeping
#138 - Update documentation to use `let` for declaring variables
Pull Request -
State: closed - Opened by liquidev almost 2 years ago
#137 - Implement `List` and `Dict` as user data
Pull Request -
State: closed - Opened by liquidev almost 2 years ago
#136 - Implement dynamic borrow checking for `List` and `Dict`
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: correctness
#135 - Update documentation to reflect the new `let` variable declaration syntax
Issue -
State: closed - Opened by liquidev almost 2 years ago
- 1 comment
Labels: documentation
#134 - Remove the ability to create global variables outside of corelib
Issue -
State: open - Opened by liquidev almost 2 years ago
- 1 comment
Labels: language feature
#133 - Introduce `let` for variable declarations
Pull Request -
State: closed - Opened by liquidev almost 2 years ago
#132 - Standard library documentation
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: documentation, enhancement, language feature
#132 - Standard library documentation
Issue -
State: open - Opened by liquidev almost 2 years ago
Labels: documentation, enhancement, language feature
#131 - Apply new clippy suggestions
Pull Request -
State: closed - Opened by liquidev almost 2 years ago
#130 - String iterators
Pull Request -
State: closed - Opened by liquidev almost 2 years ago
#129 - Introduce `let` to separate declaration from assignment
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: language feature
#129 - Introduce `let` to separate declaration from assignment
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: language feature
#128 - `DictIter` needs some safety improvements
Issue -
State: open - Opened by liquidev about 2 years ago
- 1 comment
Labels: bug, help wanted, mod: corelib, correctness
#128 - `DictIter` needs some safety improvements
Issue -
State: open - Opened by liquidev about 2 years ago
- 1 comment
Labels: bug, help wanted, mod: corelib, correctness
#128 - `DictIter` needs some safety improvements
Issue -
State: open - Opened by liquidev about 2 years ago
- 1 comment
Labels: bug, help wanted, mod: corelib, correctness
#127 - Add Pair and DictIter
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#126 - Add `List.iter/0`
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#125 - New architecture
Issue -
State: open - Opened by liquidev about 2 years ago
Labels: refactoring, mod: hl
#125 - New architecture
Issue -
State: open - Opened by liquidev about 2 years ago
Labels: refactoring, mod: hl
#125 - New architecture
Issue -
State: open - Opened by liquidev about 2 years ago
Labels: refactoring, mod: hl
#124 - Support for converting values to/from user data
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#123 - Rename ll errors with Language prefix
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#122 - Function and method parameter handling overhaul
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#121 - Support for user types in parameters and return types
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: enhancement, Rust API, mod: hl
#121 - Support for user types in parameters and return types
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: enhancement, Rust API, mod: hl
#121 - Support for user types in parameters and return types
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: enhancement, Rust API, mod: hl
#120 - Method parameter counts should be counted in `u8` rather than `u16`
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: bug, correctness, mod: hl
#120 - Method parameter counts should be counted in `u8` rather than `u16`
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: bug, correctness, mod: hl
#119 - mica::hl doc + minor API improvements
Pull Request -
State: closed - Opened by liquidev about 2 years ago
- 1 comment
#118 - `#[derive(UserData)]`
Issue -
State: open - Opened by liquidev about 2 years ago
Labels: enhancement, Rust API
#118 - `#[derive(UserData)]`
Issue -
State: open - Opened by liquidev about 2 years ago
Labels: enhancement, Rust API
#118 - `#[derive(UserData)]`
Issue -
State: open - Opened by liquidev about 2 years ago
Labels: enhancement, Rust API
#117 - Implement `TryFromValue` and `Into<Value>` for `UserData`
Issue -
State: closed - Opened by liquidev about 2 years ago
- 1 comment
Labels: enhancement, Rust API
#117 - Implement `TryFromValue` and `Into<Value>` for `UserData`
Issue -
State: closed - Opened by liquidev about 2 years ago
- 1 comment
Labels: enhancement, Rust API
#116 - Replace the monster macro with code generation
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#115 - The Great Restructuring
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#114 - Code reformatting
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#113 - Make readme more up to date
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#112 - Counter iterators
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#111 - Fix global ID collision in `Environment::create_global`
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#110 - Document traits and `for` loops
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#109 - Document traits and `for` loops
Issue -
State: closed - Opened by liquidev about 2 years ago
- 1 comment
#109 - Document traits and `for` loops
Issue -
State: closed - Opened by liquidev about 2 years ago
- 1 comment
#108 - `for` loops
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#107 - Document defining traits from Rust
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#106 - Building traits from the Rust API
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#104 - Break up tests
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#103 - New test runner
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#101 - Make `impl` a postfix operator
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#100 - Break mica-language into smaller modules
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: refactoring, mod: ll
#100 - Break mica-language into smaller modules
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: refactoring, mod: ll
#100 - Break mica-language into smaller modules
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: refactoring, mod: ll
#99 - New crate structure
Issue -
State: closed - Opened by liquidev about 2 years ago
#99 - New crate structure
Issue -
State: closed - Opened by liquidev about 2 years ago
#98 - `implements` function
Issue -
State: open - Opened by liquidev about 2 years ago
- 1 comment
Labels: good first issue, mod: corelib
#96 - Trait refinement
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#95 - Test runner refinement
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#94 - Initial work on traits
Pull Request -
State: closed - Opened by liquidev about 2 years ago
#93 - Support `#![no_std]`
Issue -
State: open - Opened by liquidev about 2 years ago
- 1 comment
Labels: refactoring, mod: hl, mod: ll
#93 - Support `#![no_std]`
Issue -
State: open - Opened by liquidev about 2 years ago
- 1 comment
Labels: refactoring, mod: hl, mod: ll
#93 - Support `#![no_std]`
Issue -
State: open - Opened by liquidev about 2 years ago
- 1 comment
Labels: refactoring, mod: hl, mod: ll
#93 - Support `#![no_std]`
Issue -
State: open - Opened by liquidev about 2 years ago
- 1 comment
Labels: refactoring, mod: hl, mod: ll
#92 - Remove custom rustfmt.toml config
Issue -
State: closed - Opened by liquidev about 2 years ago
- 1 comment
Labels: housekeeping
#92 - Remove custom rustfmt.toml config
Issue -
State: closed - Opened by liquidev about 2 years ago
- 1 comment
Labels: housekeeping
#91 - Wrap abstract types in units
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: correctness, refactoring, mod: ll
#91 - Wrap abstract types in units
Issue -
State: closed - Opened by liquidev about 2 years ago
Labels: correctness, refactoring, mod: ll
#90 - Ready for use ?
Issue -
State: open - Opened by markusmoenig about 2 years ago
- 6 comments
#90 - Ready for use ?
Issue -
State: open - Opened by markusmoenig about 2 years ago
- 6 comments
#90 - Ready for use ?
Issue -
State: open - Opened by markusmoenig about 2 years ago
- 6 comments
#86 - Implement lists and dicts as user data
Issue -
State: closed - Opened by liquidev over 2 years ago
Labels: internals, refactoring, mod: ll
#84 - New function syntax
Pull Request -
State: closed - Opened by liquidev over 2 years ago
#82 - Update documentation to mention lists and dicts
Pull Request -
State: closed - Opened by liquidev over 2 years ago
#80 - `Dict` type
Pull Request -
State: closed - Opened by liquidev over 2 years ago
#80 - `Dict` type
Pull Request -
State: closed - Opened by liquidev over 2 years ago
#79 - Function call chaining
Issue -
State: open - Opened by liquidev over 2 years ago
Labels: enhancement, good first issue, language feature
#78 - Make declarations order-independent in `impl` blocks
Issue -
State: open - Opened by liquidev over 2 years ago
Labels: enhancement
#78 - Make declarations order-independent in `impl` blocks
Issue -
State: open - Opened by liquidev over 2 years ago
Labels: enhancement
#77 - Symbols
Issue -
State: open - Opened by liquidev over 2 years ago
Labels: enhancement, language feature, wishlist
#77 - Symbols
Issue -
State: open - Opened by liquidev over 2 years ago
Labels: enhancement, language feature, wishlist
#76 - `type` function
Issue -
State: open - Opened by liquidev over 2 years ago
Labels: enhancement, good first issue, mod: corelib
#75 - Make `struct` into an expression
Pull Request -
State: closed - Opened by liquidev over 2 years ago