Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / serulian/compiler issues and pull requests
#314 - Fix a nil deference issue in completions created by Grok for types and members
Pull Request -
State: closed - Opened by josephschorr about 6 years ago
Labels: bug
#313 - Fix resolution of external functions in Grok
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
#312 - Change Grok to keep the current parameter in `code` form, and instead change other parameters to be bold
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: enhancement
#311 - Fix range lookup in Grok of externally imported types
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#310 - Fix formatting of long attributes in SML tags
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: enhancement
#309 - Fix bug where formatter was removing explicitly declared types on lambda parameters
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#308 - Fix intersection between `null` types and other types
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#307 - SourceTracker performance and code improvements
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: enhancement
#306 - Add a configurable timeout for Grok handle construction
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: enhancement
#305 - Fix bug where formatter would drop `const` in favor of `var`
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#304 - Fix translation of promises
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#303 - Fix various panics when accessing graphs under Grok
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#302 - Ensure that a return statement is never allowed under a generator
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#301 - Some small internal fixes
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
#300 - Some small improvements
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
#299 - Fix panic in Grok when user is typing nominal or agent definitions
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#298 - Fix handling of nominal root operator to always return the *root* data type
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#297 - Fix generation bug when assigning to function variables
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#296 - Have more descriptive parser errors when caused by a lexer error
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: enhancement
#295 - Ensure that null comparison operators are wrapped under access expressions
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#294 - Fix generator bug with Streamable's under loop expressions
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#293 - Fix bug in Grok cancelation that made it appear a valid handle was being returned
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#292 - Disable support for integrations until the Golang plugin system is fixed
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
#291 - Fix small bugs that lead to various goroutines never terminating
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#290 - Add support for cancelation
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: enhancement
#289 - Include the language in the "List of languages that compile to JS"
Issue -
State: open - Opened by h-h-h-h over 6 years ago
#288 - Various fixes to the formatter
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#287 - Disallow repeated fields in structural new expressions
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: enhancement
#286 - Fix scope checks for lambda return types and add a generator test
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#285 - Enable support for casting streams
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
#284 - Anonymous function and SML fixes
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#283 - Fix bug in generating flow expressions that marked them as async when they weren't
Pull Request -
State: closed - Opened by josephschorr over 6 years ago
Labels: bug
#282 - Fix type completion in Grok
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: enhancement
#281 - Fix toolkit for updates to downstream libraries
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
#280 - Major refactoring and addition of integration tooling
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
#279 - Output differences in source mapping tests using diff and fix golden file
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
#278 - Code cleanup in prep for better integration support
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: refactor
#277 - Allow lambda parameters in inline lambdas to have explicitly declared types
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: enhancement
#276 - Add support for constant fields at the module level
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: enhancement
#275 - Fix panic in SRG if given a type path with more than 2 segments
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: bug
#274 - Add extra checks on the `build` command to prevent building non-Serulian source
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: bug
#273 - Update Serulian's syntax for the declared and return type of type and module members
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: breaking change
#272 - Add support for upgrading the syntax of source code via the formatter
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: enhancement
#271 - Add new toolkit command: package rev
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: enhancement
#270 - Add a new toolkit command: package diff
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: enhancement
#269 - Fix bug in SML scope check which allows functions with extra non-nullable parameters to be used
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
Labels: bug
#268 - Improvements to the diff engine
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
#267 - Add library for computing the difference between the contents of two type graphs
Pull Request -
State: closed - Opened by josephschorr about 7 years ago
#266 - Fix fmt statements
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#265 - More performant ImmutableMap
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#264 - Anonymous function expression fails to compile
Issue -
State: closed - Opened by alecmerdler over 7 years ago
- 5 comments
#263 - Add a local name cache to significantly speed up scoping, and add some other small optimizations
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: enhancement
#262 - Small FilteredQuery optimizations
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#261 - Fix error handling of invalid typegraph construction
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#260 - Fix panics when using Grok due to concurrent reads and writes
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#259 - Additional testing of completions in Grok
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#258 - Add validation of basic types during typegraph construction
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#257 - Various small fixes for discovered bugs
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#256 - Improvements to the release script, including updating homebrew
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#255 - Support pluses in VCS paths for tags
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#254 - Fix module naming and pathing for paths containing dots
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#253 - Add a cache for lookup of types under modules
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#252 - Scoping and grok optimizations
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#251 - Bug fixes for Grok
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#250 - Fix formatting issue on SML attributes without values
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#249 - Fix bug in generic type caching
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#248 - Add a scopegraph test for casting to agents
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#247 - Add better formatting of nested SML loops
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#246 - Add support for mixing streams and individual children under SML tags
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#245 - Add support for inline loops in SML
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#244 - Small SML parsing fixes
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#243 - Add a loop-that-yields test to scopegraph tests
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#242 - Parse and format fixes
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#241 - Exit code handling in the test runner was incorrect
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#240 - Some small tester improvements
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#239 - Fix a race condition in the packageloader
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#238 - Integer division optimization bug
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#237 - Improve the test running experience
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#236 - Remove unnecessary channel in packageloader
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#235 - Simplify graph modifier now that Cayley has a dedicated AddQuad method
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#234 - Change packageloader channels to be buffered
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#233 - Fix version handling around corelib
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#232 - Test runner improvements
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#231 - Add support for an exclusive range operator
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#230 - Add better comment onto the release script
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#229 - Add a "basic" release script for releasing new versions of Serulian
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#228 - Add Makefile for creating releases of the toolkit
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#227 - Add in-code support for versions
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#226 - Make the injected script in develop mode as async
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#225 - Add better sorting of aliased imports in formatter
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#224 - Libraries that are imported as aliases need to be imported with their kinds intact
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#223 - Fix bug in ES5 path normalization for absolute paths
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#222 - Add import alias support
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#221 - Add support for nested SML attributes
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#220 - Assign statement auto-unboxing support
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#219 - Change lexer and parser to treat negative numbers correctly
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#218 - Various bug fixes around the resolve statement
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#217 - Fix panics due to invalid corelib path and entrypoint handling
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug
#216 - Change ES5 state machine generation to use a continue where possible
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
#215 - Fix formatting and generation of inline called lambda expressions
Pull Request -
State: closed - Opened by josephschorr over 7 years ago
Labels: bug