Ecosyste.ms: Issues

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

GitHub / grain-lang/grain issues and pull requests

#2165 - Build AssertionError in Exception module

Issue - State: open - Opened by spotandjake 12 days ago

#2164 - Resource Embedding

Issue - State: open - Opened by spotandjake 13 days ago - 3 comments
Labels: enhancement, suggestion

#2163 - feat(stdlib): Add `**` to `Float64` and `Float32`

Pull Request - State: closed - Opened by spotandjake 14 days ago
Labels: stdlib

#2160 - fix(runtime): Correct `Bi.toFloat64` rounding

Pull Request - State: closed - Opened by spotandjake 15 days ago
Labels: runtime

#2159 - Runtime: `Bigint.toFloat64` produces invalid values for numbers greater than `2**64-1`

Issue - State: closed - Opened by spotandjake 16 days ago - 1 comment
Labels: bug, runtime

#2158 - feat(stdlib): Reimplement `Number.sin`, `Number.cos`, `Number.tan`

Pull Request - State: closed - Opened by spotandjake 16 days ago - 1 comment
Labels: stdlib

#2157 - Add tagging functions for `Int32`, `Int64`, `Uint32`, `Uint64`, `WasmF32`, `WasmF64`

Issue - State: open - Opened by spotandjake 17 days ago
Labels: runtime, good second issue

#2156 - Implement round functions on Float64 and Float32

Issue - State: open - Opened by spotandjake 18 days ago
Labels: good second issue

#2154 - fix(compiler): Correct type approximation on recursive functions

Pull Request - State: closed - Opened by spotandjake about 1 month ago - 4 comments
Labels: types, compiler

#2153 - Error running componentized wasip1 module

Issue - State: open - Opened by lann about 1 month ago - 7 comments

#2152 - Duplicate imports

Issue - State: open - Opened by lann about 1 month ago - 3 comments

#2151 - Default argument in recursive functions crashes compiler

Issue - State: closed - Opened by marcusroberts about 1 month ago - 1 comment
Labels: bug, compiler

#2150 - feat(stdlib): Json value access utils

Pull Request - State: open - Opened by alex-snezhko about 2 months ago - 1 comment
Labels: stdlib

#2149 - Shorthand syntax for supplying a parameter

Issue - State: open - Opened by alex-snezhko about 2 months ago
Labels: syntax

#2148 - feat(runtime): Simplify `copy` and `fill` polyfills in `Memory` module

Pull Request - State: closed - Opened by spotandjake about 2 months ago
Labels: runtime

#2147 - chore: release main

Pull Request - State: open - Opened by github-actions[bot] about 2 months ago
Labels: autorelease: pending

#2146 - fix(lsp): Use correct origin selection range

Pull Request - State: closed - Opened by alex-snezhko about 2 months ago - 2 comments

#2145 - chore(stdlib): Cleanup usage of number tagging throughout the stdlib

Pull Request - State: closed - Opened by spotandjake about 2 months ago
Labels: cleanup, stdlib

#2144 - fix(stdlib): Optimize number modulo

Pull Request - State: closed - Opened by spotandjake about 2 months ago
Labels: stdlib

#2143 - feat(stdlib): Add `Exception.toString`

Pull Request - State: closed - Opened by spotandjake about 2 months ago - 4 comments
Labels: stdlib, runtime

#2142 - feat(compiler): Ignore compiler warnings

Pull Request - State: open - Opened by alex-snezhko about 2 months ago - 3 comments
Labels: compiler

#2141 - feat(compiler): Introduce warning if non-void expression value not used or ignored

Pull Request - State: open - Opened by alex-snezhko about 2 months ago - 4 comments
Labels: compiler

#2140 - feat(stdlib): Add `String.repeat` to `String` module

Pull Request - State: closed - Opened by spotandjake about 2 months ago - 4 comments
Labels: stdlib

#2139 - chore: release Grain v0.6.6

Pull Request - State: closed - Opened by github-actions[bot] about 2 months ago - 4 comments
Labels: autorelease: tagged

#2138 - LSP: Go to type definition doesn't work for reprovided types

Issue - State: open - Opened by ospencer about 2 months ago
Labels: lsp

#2137 - fix(lsp): Prevent crash on types not included from other modules

Pull Request - State: closed - Opened by ospencer about 2 months ago

#2136 - feat(compiler)!: Allow infix operators on new line

Pull Request - State: open - Opened by alex-snezhko about 2 months ago - 1 comment
Labels: compiler, syntax

#2135 - chore(stdlib): Add examples to `Uint16` docs

Pull Request - State: closed - Opened by spotandjake about 2 months ago
Labels: stdlib, documentation

#2133 - chore(stdlib): Add examples to `Uint8` docs

Pull Request - State: closed - Opened by spotandjake 2 months ago
Labels: stdlib

#2132 - feat(compiler): Add support for `Number[]` and `Number[>]` syntax

Pull Request - State: closed - Opened by spotandjake 2 months ago - 1 comment
Labels: compiler

#2131 - chore(stdlib): Add history item to `print` for `suffix` change

Pull Request - State: closed - Opened by spotandjake 2 months ago
Labels: stdlib

#2130 - chore(stdlib): Optimize `List.join`

Pull Request - State: closed - Opened by spotandjake 2 months ago - 1 comment
Labels: stdlib

#2129 - feat(lsp): Goto type definition

Pull Request - State: closed - Opened by alex-snezhko 2 months ago

#2128 - chore: release Grain v0.6.5

Pull Request - State: closed - Opened by github-actions[bot] 2 months ago - 4 comments
Labels: autorelease: tagged

#2127 - Improve `String.map` and `String.mapi`

Issue - State: open - Opened by ospencer 2 months ago - 2 comments
Labels: stdlib, good second issue

#2126 - feat(lsp): Use argument label code action

Pull Request - State: closed - Opened by alex-snezhko 2 months ago - 1 comment

#2125 - feat(lsp): Explicit type annotation code action

Pull Request - State: closed - Opened by alex-snezhko 2 months ago - 1 comment

#2124 - feat(stdlib): Faster memory allocator

Pull Request - State: closed - Opened by ospencer 4 months ago - 5 comments

#2123 - Memory leak on unused function calls

Issue - State: open - Opened by ospencer 4 months ago
Labels: bug, gc

#2122 - chore(stdlib): Add examples to `Int64` docs

Pull Request - State: closed - Opened by spotandjake 4 months ago
Labels: documentation

#2121 - chore(stdlib): Add examples to `Int32` docs

Pull Request - State: closed - Opened by spotandjake 4 months ago
Labels: documentation

#2120 - chore(stdlib): Add examples to the `Int16` docs

Pull Request - State: closed - Opened by spotandjake 4 months ago
Labels: documentation

#2119 - chore(stdlib): Correct typo in `Int8` doc example

Pull Request - State: closed - Opened by spotandjake 4 months ago
Labels: documentation

#2117 - feat(stdlib): Add `abs`, `neg`, `isNaN`, `isInfinite` to `Float64`

Pull Request - State: closed - Opened by spotandjake 4 months ago
Labels: stdlib

#2116 - feat(stdlib): Add `abs`, `neg`, `isNaN`, `isInfinite` to `Float32`

Pull Request - State: closed - Opened by spotandjake 4 months ago
Labels: stdlib

#2114 - Installer not Working Windows

Issue - State: closed - Opened by mathstar13 4 months ago - 3 comments

#2113 - chore: Update lexer link in the compiler walkthrough

Pull Request - State: closed - Opened by ch1n3du 4 months ago - 2 comments

#2112 - Fix link to lexer in compiler walkthrough

Issue - State: closed - Opened by ch1n3du 4 months ago

#2111 - chore(stdlib): Removed redundant for-loop in `Set.intersect`

Pull Request - State: closed - Opened by lumi-a 4 months ago

#2110 - Redundant Operations in stdlib Set.intersect

Issue - State: closed - Opened by lumi-a 4 months ago - 1 comment

#2109 - Improve compilation of large list/array literals

Issue - State: open - Opened by ospencer 4 months ago
Labels: compiler

#2108 - feat(stdlib): Add Mimetypes module

Pull Request - State: closed - Opened by JeysonFlores 4 months ago - 2 comments

#2107 - chore(compiler): Stabilize snapshots

Pull Request - State: closed - Opened by ospencer 5 months ago

#2106 - fix(compiler): Don't trigger recompilation for unnecessary compiler flags

Pull Request - State: closed - Opened by ospencer 5 months ago - 1 comment

#2105 - feat(compiler): Enable single-file compilation

Pull Request - State: open - Opened by ospencer 5 months ago
Labels: compiler

#2104 - feat(compiler)!: Custom Grain object files

Pull Request - State: open - Opened by ospencer 5 months ago - 1 comment
Labels: compiler

#2103 - chore: release main

Pull Request - State: closed - Opened by github-actions[bot] 5 months ago - 4 comments
Labels: autorelease: tagged

#2102 - feat(graindoc): Cache module comments

Pull Request - State: closed - Opened by ospencer 5 months ago

#2101 - fix(compiler): Stabilize CRC checks

Pull Request - State: closed - Opened by ospencer 5 months ago

#2100 - stdlib/runtime: Implement a basic parsing library

Issue - State: open - Opened by spotandjake 5 months ago - 1 comment
Labels: stdlib, runtime

#2099 - stdlib: Add a `TOML` library

Issue - State: open - Opened by spotandjake 5 months ago
Labels: stdlib

#2098 - Implement LEB128 stdlib

Issue - State: open - Opened by furesoft 5 months ago - 2 comments
Labels: stdlib

#2097 - feat(compiler)!: Decrease initial memory pages to 1

Pull Request - State: open - Opened by AjaySDwivedi1 5 months ago - 7 comments

#2096 - feat(silo): Initial Silo scaffolding

Pull Request - State: open - Opened by ospencer 6 months ago - 1 comment
Labels: silo

#2095 - Decrease initial memory pages to 1

Issue - State: open - Opened by ospencer 6 months ago - 3 comments
Labels: good first issue

#2093 - chore(stdlib): Update license year

Pull Request - State: closed - Opened by spotandjake 6 months ago
Labels: admin

#2093 - chore(stdlib): Update license year

Pull Request - State: closed - Opened by spotandjake 6 months ago
Labels: admin

#2092 - chore(docs): Update compiler walkthrough

Pull Request - State: closed - Opened by spotandjake 6 months ago - 2 comments
Labels: documentation

#2091 - feat(compiler)!: Partial function application

Pull Request - State: open - Opened by alex-snezhko 6 months ago - 2 comments
Labels: compiler, syntax

#2090 - chore(ci): Push empty commit if no docs are generated

Pull Request - State: closed - Opened by ospencer 6 months ago

#2089 - chore: release main

Pull Request - State: closed - Opened by github-actions[bot] 6 months ago - 4 comments
Labels: autorelease: tagged

#2089 - chore: release main

Pull Request - State: open - Opened by github-actions[bot] 6 months ago
Labels: autorelease: pending

#2088 - fix(compiler): Properly encode hex values in Bytes literals

Pull Request - State: closed - Opened by ospencer 6 months ago

#2087 - Rework: `toString` to use a buffer

Issue - State: open - Opened by spotandjake 6 months ago - 1 comment
Labels: runtime

#2087 - Rework: `toString` to use a buffer

Issue - State: open - Opened by spotandjake 6 months ago - 1 comment
Labels: runtime

#2086 - feat(compiler): Enable debug info in binary output

Pull Request - State: closed - Opened by ospencer 6 months ago

#2085 - chore: release main

Pull Request - State: closed - Opened by github-actions[bot] 6 months ago - 4 comments
Labels: autorelease: tagged

#2084 - fix(grainlsp): Prevent LSP crash on startup when running in JS

Pull Request - State: closed - Opened by ospencer 6 months ago

#2082 - chore(stdlib): Improve `Invalid offset` warning in `charAt`

Pull Request - State: closed - Opened by spotandjake 6 months ago - 3 comments
Labels: stdlib

#2080 - fix(compiler): Fix array infix assign semantics

Pull Request - State: closed - Opened by ospencer 6 months ago - 5 comments

#2074 - stdlib: Add `input` function

Issue - State: open - Opened by spotandjake 7 months ago - 2 comments
Labels: enhancement, stdlib, blocked

#2074 - stdlib: Add `input` function

Issue - State: open - Opened by spotandjake 7 months ago - 2 comments
Labels: enhancement, stdlib, blocked

#2072 - fix(compiler): Fix disambiguation of record label access

Pull Request - State: closed - Opened by ospencer 7 months ago

#2072 - fix(compiler): Fix disambiguation of record label access

Pull Request - State: closed - Opened by ospencer 7 months ago

#2071 - fix(grainfmt): Fix printing of qualified infix operators

Pull Request - State: closed - Opened by ospencer 7 months ago

#2069 - chore(ci): Conditionally commit regenerated documentation

Pull Request - State: closed - Opened by ospencer 7 months ago

#2068 - fix(compiler): Allow proper disambiguation of enum variants

Pull Request - State: closed - Opened by ospencer 7 months ago - 1 comment

#2067 - chore: release main

Pull Request - State: open - Opened by github-actions[bot] 7 months ago
Labels: autorelease: pending

#2067 - chore: release main

Pull Request - State: open - Opened by github-actions[bot] 7 months ago
Labels: autorelease: pending

#2066 - fix(stdlib): Implement `print` using a single element io vec

Pull Request - State: closed - Opened by alex-snezhko 7 months ago

#2065 - Lsp: Provide context for `use XXX.*`

Issue - State: open - Opened by spotandjake 7 months ago
Labels: enhancement, lsp

#2064 - feat(compiler): Allow non-block bodies with loops

Pull Request - State: open - Opened by alex-snezhko 7 months ago

#2063 - chore(stdlib): Cleanup json libary

Pull Request - State: open - Opened by spotandjake 7 months ago
Labels: cleanup, stdlib

#2062 - Cleanup: Use graindoc `Markdown` lib in lsp

Issue - State: open - Opened by spotandjake 7 months ago
Labels: cleanup, lsp

#2061 - fix(compiler): Set maximum wasm table size

Pull Request - State: closed - Opened by spotandjake 7 months ago
Labels: compiler