Ecosyste.ms: Issues

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

GitHub / google/schism issues and pull requests

#100 - Update introduction in README (#93)

Pull Request - State: closed - Opened by eholk almost 5 years ago - 1 comment

#99 - Add some kind of `include-data` macro

Issue - State: open - Opened by eholk almost 5 years ago - 1 comment

#98 - fix eq? for strings

Pull Request - State: closed - Opened by jitwit almost 5 years ago - 2 comments

#97 - Add test case for string `eq?` behavior

Issue - State: closed - Opened by eholk almost 5 years ago - 5 comments
Labels: good first issue

#96 - list->string fix null lists & add list? predicate

Pull Request - State: closed - Opened by jitwit almost 5 years ago - 4 comments

#95 - display negative numbers

Pull Request - State: closed - Opened by jitwit almost 5 years ago

#94 - experiment with u-kanren

Pull Request - State: closed - Opened by jitwit almost 5 years ago - 2 comments

#93 - README.md review: What does Schism do?

Issue - State: closed - Opened by AMDphreak about 5 years ago - 2 comments

#92 - use options object to configure Schism.Engine

Pull Request - State: closed - Opened by rickbutton about 5 years ago - 4 comments

#91 - Remove `list-all-eq?`

Issue - State: open - Opened by eholk about 5 years ago - 6 comments
Labels: good first issue

#90 - Factor primitives into external libraries

Pull Request - State: closed - Opened by eholk about 5 years ago - 8 comments

#89 - Add documentation about Schism's snapshot process.

Pull Request - State: closed - Opened by eholk about 5 years ago - 1 comment

#88 - Pass options to Schism.Engine as a dictionary

Issue - State: closed - Opened by eholk about 5 years ago - 1 comment
Labels: good first issue

#87 - Question: What is the difference between the schism-stageN.wasm

Issue - State: closed - Opened by amirouche about 5 years ago - 4 comments

#86 - Add a command to compile a file to .wasm

Issue - State: closed - Opened by amirouche about 5 years ago - 3 comments

#85 - First class procedures

Issue - State: closed - Opened by amirouche about 5 years ago - 5 comments

#84 - Add file input ports

Issue - State: open - Opened by eholk about 5 years ago
Labels: enhancement

#83 - Add support for failure tests

Issue - State: open - Opened by eholk about 5 years ago
Labels: enhancement, good first issue

#82 - Add initial support for libraries

Pull Request - State: closed - Opened by eholk about 5 years ago

#81 - Try µKanren as a test case

Issue - State: closed - Opened by eholk about 5 years ago
Labels: enhancement, good first issue

#80 - Add support for WebAssembly return_call (tail calls)

Pull Request - State: closed - Opened by wingo about 5 years ago

#79 - Add macro expander

Issue - State: open - Opened by eholk about 5 years ago
Labels: enhancement

#78 - Intern constant literals into an array of globals

Pull Request - State: closed - Opened by wingo about 5 years ago - 2 comments

#77 - Refactor compiler handling of literals

Pull Request - State: closed - Opened by wingo about 5 years ago

#76 - Add dead code elimination pass

Issue - State: open - Opened by eholk about 5 years ago - 1 comment

#75 - Add call/cc

Issue - State: open - Opened by eholk about 5 years ago - 8 comments

#74 - Simplify interface to compiler

Pull Request - State: closed - Opened by wingo about 5 years ago - 1 comment

#73 - Add support for "begin" to eval.ss

Pull Request - State: closed - Opened by wingo about 5 years ago

#72 - Js heap with anyref

Pull Request - State: closed - Opened by wingo about 5 years ago - 1 comment

#71 - Add "eval" test

Pull Request - State: closed - Opened by wingo about 5 years ago - 1 comment

#70 - [RFC] Use JS heap instead of linear memory

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

#69 - More thorough simplifier

Pull Request - State: closed - Opened by wingo about 5 years ago

#68 - Allow inline Wasm

Issue - State: open - Opened by eholk about 5 years ago - 2 comments
Labels: enhancement

#67 - Add ability to bootstrap from Guile

Pull Request - State: closed - Opened by wingo about 5 years ago - 1 comment

#66 - Represent strings as re-tagged vectors of chars

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

#65 - Add basic support for vectors

Pull Request - State: open - Opened by eholk about 5 years ago

#64 - Reduce default memory size to 256 MiB

Pull Request - State: closed - Opened by eholk about 5 years ago

#63 - Allow for typed imports

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

#62 - Explicit representation of nullary continuations

Pull Request - State: closed - Opened by wingo about 5 years ago - 4 comments

#61 - Fix inlining of ((lambda (x) (if X literal literal)) x)

Pull Request - State: closed - Opened by wingo about 5 years ago

#60 - Refactor begin

Pull Request - State: closed - Opened by wingo about 5 years ago - 4 comments

#59 - Fold and map

Pull Request - State: closed - Opened by wingo about 5 years ago - 1 comment

#58 - Fix string->symbol

Pull Request - State: closed - Opened by wingo about 5 years ago

#57 - Explore reference types and the host GC

Issue - State: open - Opened by wingo about 5 years ago - 1 comment

#56 - Lower default memory size

Issue - State: closed - Opened by eholk about 5 years ago

#55 - Represent strings as a vector of chars

Pull Request - State: closed - Opened by eholk about 5 years ago - 6 comments

#54 - Allow access to top-levels and intrinsics by value

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

#53 - Better string representation for gensyms

Pull Request - State: closed - Opened by wingo about 5 years ago - 1 comment

#52 - Update snapshot

Pull Request - State: closed - Opened by eholk about 5 years ago

#51 - Parallelize test runner

Issue - State: open - Opened by eholk about 5 years ago
Labels: enhancement, good first issue

#50 - Automate snapshot generation process

Issue - State: open - Opened by eholk about 5 years ago - 2 comments

#49 - Hash symbol table

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

#48 - "display" avoids allocation

Pull Request - State: closed - Opened by wingo about 5 years ago

#47 - Micro optimization

Pull Request - State: closed - Opened by eholk about 5 years ago

#46 - Add compiler benchmark script

Pull Request - State: closed - Opened by eholk about 5 years ago

#45 - Attempt to fix Travis CI with Node 12

Pull Request - State: closed - Opened by eholk about 5 years ago

#44 - Fix let allocation bug

Pull Request - State: closed - Opened by wingo about 5 years ago - 2 comments

#43 - Fix nasty allocation bug

Pull Request - State: closed - Opened by eholk about 5 years ago

#42 - Add list-ref

Pull Request - State: closed - Opened by eholk over 5 years ago

#41 - Add tests that verify output

Issue - State: open - Opened by eholk over 5 years ago

#40 - Fix bug when applying a procedure from within a lambda

Pull Request - State: closed - Opened by eholk almost 6 years ago - 1 comment

#39 - Support static data

Issue - State: open - Opened by eholk almost 6 years ago - 4 comments

#38 - More efficient string representation

Issue - State: closed - Opened by eholk almost 6 years ago - 5 comments
Labels: enhancement

#37 - Add support for bytevectors

Issue - State: open - Opened by matthewp about 6 years ago

#36 - Make stage-0 the default compile

Pull Request - State: closed - Opened by matthewp about 6 years ago - 1 comment

#35 - Implements initial version of schemeFromJs

Pull Request - State: closed - Opened by matthewp over 6 years ago - 3 comments

#34 - Make it possible to run schism from another directory

Pull Request - State: closed - Opened by matthewp over 6 years ago - 2 comments

#33 - Functions some times return pointers, some times values

Issue - State: open - Opened by matthewp over 6 years ago - 7 comments

#32 - Compilation speed

Issue - State: closed - Opened by matthewp over 6 years ago - 19 comments

#31 - Adding a few familiar cli commands

Pull Request - State: closed - Opened by matthewp over 6 years ago - 5 comments

#30 - Provide some cli options

Issue - State: closed - Opened by matthewp over 6 years ago - 5 comments

#29 - Compiler improvements

Pull Request - State: closed - Opened by eholk over 6 years ago

#28 - Lambda improvements

Pull Request - State: closed - Opened by eholk over 6 years ago

#27 - Initial support for closures

Pull Request - State: closed - Opened by eholk over 6 years ago

#26 - Add a simple garbage collector

Pull Request - State: closed - Opened by eholk over 6 years ago

#25 - Parser improvements

Pull Request - State: closed - Opened by eholk over 6 years ago

#24 - Names section fix

Pull Request - State: closed - Opened by eholk over 6 years ago

#23 - non-conform wasm?

Issue - State: closed - Opened by pannous over 6 years ago - 1 comment
Labels: bug

#22 - Add support for reading improper lists

Pull Request - State: closed - Opened by eholk over 6 years ago

#21 - Improve printing

Pull Request - State: closed - Opened by eholk over 6 years ago

#20 - Better printing

Pull Request - State: closed - Opened by eholk over 6 years ago

#19 - Allow importing libraries from other files

Issue - State: closed - Opened by eholk over 6 years ago - 2 comments
Labels: enhancement

#18 - number->leb-u8-list is incorrect

Issue - State: closed - Opened by eholk over 6 years ago - 1 comment
Labels: bug

#17 - Generate a names section

Pull Request - State: closed - Opened by eholk over 6 years ago

#16 - Improve error handling and behavior of `begin`

Pull Request - State: closed - Opened by eholk over 6 years ago

#15 - Add let*

Pull Request - State: closed - Opened by eholk over 6 years ago

#14 - Fix cddar and add tests

Pull Request - State: closed - Opened by eholk over 6 years ago

#13 - cddar (newly added) is incorrect

Issue - State: closed - Opened by gregid over 6 years ago - 1 comment

#12 - Allow running of specific tests from the command line

Pull Request - State: closed - Opened by eholk over 6 years ago

#11 - Add basic support for `display`

Pull Request - State: closed - Opened by eholk over 6 years ago

#10 - Enable Travis CI

Pull Request - State: closed - Opened by eholk over 6 years ago

#9 - Fix tests

Pull Request - State: closed - Opened by eholk over 6 years ago

#8 - More friendly error messages

Issue - State: open - Opened by stereobooster over 6 years ago - 2 comments
Labels: enhancement

#7 - Factor!

Pull Request - State: closed - Opened by johanatan over 6 years ago - 5 comments

#6 - Add a garbage collector

Issue - State: closed - Opened by eholk over 6 years ago - 2 comments
Labels: enhancement

#5 - Support proper tail calls

Issue - State: closed - Opened by eholk over 6 years ago - 6 comments
Labels: enhancement

#4 - Add support for lambda

Issue - State: closed - Opened by eholk over 6 years ago - 3 comments
Labels: enhancement

#3 - Fix Uncaught SyntaxError: The requested module does not provide an ex…

Pull Request - State: closed - Opened by stereobooster over 6 years ago - 1 comment

#1 - Online playground

Issue - State: open - Opened by stereobooster over 6 years ago - 14 comments