Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ursalang/ursa issues and pull requests
#75 - document basic stdio
Issue -
State: open - Opened by mk270 2 months ago
- 1 comment
#74 - Add Pythonic syntax
Issue -
State: open - Opened by rrthomas 3 months ago
#73 - Obtuse error message
Issue -
State: open - Opened by rrthomas 3 months ago
#72 - Make `var` recursive
Issue -
State: open - Opened by rrthomas 3 months ago
- 1 comment
#71 - In Ark, use `"const"` and "`var`" in `let` serialization, not `false` and `true`
Issue -
State: closed - Opened by rrthomas 3 months ago
#70 - Add multi-line editing to REPL
Issue -
State: open - Opened by rrthomas 3 months ago
#69 - Get rid of array of instructions in the flattener
Issue -
State: open - Opened by apt1002 3 months ago
#68 - Finalisation of generators
Issue -
State: open - Opened by apt1002 3 months ago
#67 - `gen` does not compile properly in the REPL
Issue -
State: closed - Opened by apt1002 3 months ago
#66 - Ctrl+C does not always work
Issue -
State: closed - Opened by apt1002 3 months ago
- 3 comments
#65 - Bug involving `for` loop in the REPL
Issue -
State: closed - Opened by apt1002 3 months ago
#64 - Hidden variables pollute Ursa namespace
Issue -
State: closed - Opened by apt1002 3 months ago
#63 - ursa run --interactive does not bind top-level identifiers from the script in the REPL
Issue -
State: closed - Opened by apt1002 3 months ago
#62 - Equality on objects?
Issue -
State: closed - Opened by apt1002 3 months ago
- 1 comment
#61 - Omit `Object.methods` in `debug` output
Issue -
State: closed - Opened by rrthomas 4 months ago
- 1 comment
#60 - 100% test coverage
Issue -
State: open - Opened by rrthomas 4 months ago
#59 - Switch ESLint configuration to XO
Issue -
State: open - Opened by rrthomas 4 months ago
#58 - Add 'slow tests' category
Issue -
State: closed - Opened by rrthomas 4 months ago
#57 - Add Ursa support to Jupyter
Issue -
State: open - Opened by rrthomas 4 months ago
#56 - Give better error for unknown identifier
Issue -
State: closed - Opened by rrthomas 4 months ago
- 1 comment
#55 - Move test output into separate files
Issue -
State: closed - Opened by rrthomas 4 months ago
#54 - Add test for `continue`
Issue -
State: closed - Opened by rrthomas 4 months ago
#53 - Add `ts-unused-exports` to `lint` script
Issue -
State: closed - Opened by rrthomas 5 months ago
#52 - Minify/optimise JS output
Issue -
State: open - Opened by rrthomas 7 months ago
#51 - Write a HOWTO for using Ursa instead of/with JavaScript
Issue -
State: open - Opened by rrthomas 8 months ago
#50 - Use `vm.Script` for eval
Issue -
State: open - Opened by rrthomas 8 months ago
- 1 comment
#49 - Add speed benchmarks for the interpreter and JavaScript backend
Issue -
State: open - Opened by rrthomas 8 months ago
#48 - Generate source maps
Issue -
State: closed - Opened by rrthomas 9 months ago
- 1 comment
#47 - LSP support
Issue -
State: open - Opened by rrthomas 10 months ago
#46 - Incorrect highlight in error message for `bad-call.ursa`
Issue -
State: closed - Opened by apt1002 10 months ago
#45 - Add Ursa support to `cloc`
Issue -
State: open - Opened by rrthomas 10 months ago
#44 - Design for lvalues
Issue -
State: closed - Opened by rrthomas 10 months ago
#43 - In `symRef`, `ArkStackRef`s with non-zero `level` only exist transiently (until converted into captures)
Issue -
State: closed - Opened by rrthomas 10 months ago
#42 - Consider mandating `return` in functions, and forbidding silently discarding values
Issue -
State: open - Opened by apt1002 10 months ago
#41 - Add a grammar test that includes an object literal
Issue -
State: closed - Opened by rrthomas 11 months ago
#40 - Expose formatting variables to command line
Issue -
State: closed - Opened by rrthomas 11 months ago
#39 - Simplify formatting code
Issue -
State: closed - Opened by rrthomas 11 months ago
#38 - Use the Ursa Advent of Code solution as a test
Issue -
State: closed - Opened by rrthomas 11 months ago
#37 - `len` property of list not updated when list added to
Issue -
State: closed - Opened by rrthomas 11 months ago
#37 - `len` property of list not updated when list added to
Issue -
State: closed - Opened by rrthomas 11 months ago
#36 - Problem with constructing empty maps
Issue -
State: closed - Opened by rrthomas 11 months ago
#34 - Make Ursa easy to use on the web
Issue -
State: open - Opened by rrthomas 11 months ago
#33 - Package Ursa for brew
Issue -
State: open - Opened by rrthomas 11 months ago
- 2 comments
#32 - Add an environment variable for the command-line history file, and default to XDG config location on compatible systems
Issue -
State: closed - Opened by rrthomas 11 months ago
#31 - Make `not` less binding
Issue -
State: closed - Opened by rrthomas 11 months ago
#30 - Add history saving to REPL
Issue -
State: closed - Opened by rrthomas 12 months ago
#29 - Algebraic types
Issue -
State: open - Opened by apt1002 12 months ago
#28 - Static type checking
Issue -
State: open - Opened by apt1002 12 months ago
#27 - Move as many of the globals as possible to the prelude (i.e. write them in Ursa)
Issue -
State: closed - Opened by rrthomas 12 months ago
#26 - Rename `length` to `len`
Issue -
State: closed - Opened by rrthomas 12 months ago
#25 - Re-simplify the treatment of `let` during compilation
Issue -
State: closed - Opened by rrthomas 12 months ago
#24 - Add initial values back into `ArkLet`, rather than having a separate assignment
Issue -
State: closed - Opened by rrthomas 12 months ago
#23 - Syntactic support for test cases
Issue -
State: open - Opened by mk270 12 months ago
#22 - A guaranteed terminating version of the language
Issue -
State: open - Opened by mk270 12 months ago
#21 - Delete tests' temporary files
Issue -
State: closed - Opened by rrthomas 12 months ago
#20 - Change separator for objects from colon to equals
Issue -
State: closed - Opened by rrthomas 12 months ago
#19 - `let` is broken in REPL
Issue -
State: closed - Opened by rrthomas 12 months ago
#18 - Classes
Issue -
State: open - Opened by rrthomas 12 months ago
#17 - Tail recursion elimination
Issue -
State: open - Opened by rrthomas 12 months ago
- 3 comments
#16 - Linking & persistent state
Issue -
State: open - Opened by rrthomas 12 months ago
#15 - Delimited continuations
Issue -
State: open - Opened by rrthomas 12 months ago
- 1 comment
#14 - Async
Issue -
State: closed - Opened by rrthomas 12 months ago
#13 - fsmap: disk access via objects/data structures on disk
Issue -
State: open - Opened by rrthomas 12 months ago
#12 - Alistair's v0.3 feature requests
Issue -
State: open - Opened by apt1002 12 months ago
- 2 comments
#11 - Rename `iterator` method to `iter`
Issue -
State: closed - Opened by apt1002 12 months ago
#10 - Math functions in prelude
Issue -
State: closed - Opened by apt1002 about 1 year ago
#9 - `js` library currently not working
Issue -
State: closed - Opened by mk270 about 1 year ago
- 2 comments
#8 - "Use" section of README is out of date
Issue -
State: closed - Opened by apt1002 about 1 year ago
#7 - Split into multiple packages
Issue -
State: closed - Opened by rrthomas about 1 year ago
- 1 comment
#6 - Add Rosetta Code examples to test suite
Issue -
State: closed - Opened by rrthomas about 1 year ago
#5 - Reuse an execution state in the REPL
Issue -
State: closed - Opened by rrthomas about 1 year ago
#4 - Assertion error in compiler
Issue -
State: closed - Opened by apt1002 about 1 year ago
- 2 comments
#3 - `let x = x` inconsistently treats `x` as defined
Issue -
State: closed - Opened by apt1002 about 1 year ago
- 2 comments
#2 - Add source location information to compiler and run-time errors
Issue -
State: closed - Opened by apt1002 about 1 year ago
- 1 comment