Ecosyste.ms: Issues

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

GitHub / basilisp-lang/basilisp issues and pull requests

#1062 - Prepare for release v0.2.3

Pull Request - State: closed - Opened by chrisrink10 13 days ago

#1061 - Unroll top-level `do` forms

Pull Request - State: closed - Opened by chrisrink10 14 days ago

#1060 - Add the ability to reload namespaces

Issue - State: closed - Opened by chrisrink10 14 days ago
Labels: issue-type:enhancement, component:importer

#1059 - Generate non-conflicting qualified Python names

Pull Request - State: closed - Opened by chrisrink10 14 days ago

#1058 - Run tests on GraalPy 24.1.0

Pull Request - State: open - Opened by chrisrink10 14 days ago
Labels: blocked

#1057 - Add support for Python 3.13

Pull Request - State: open - Opened by chrisrink10 14 days ago
Labels: blocked

#1056 - Add support for Python 3.13

Issue - State: open - Opened by chrisrink10 14 days ago
Labels: issue-type:enhancement, component:host

#1055 - Respect Python bytecode generation settings

Pull Request - State: closed - Opened by chrisrink10 14 days ago

#1054 - Basilisp importer does not respect `sys.dont_write_bytecode` setting

Issue - State: closed - Opened by chrisrink10 14 days ago
Labels: issue-type:bug, component:importer

#1053 - Allow suppressing Var indirection warnings

Pull Request - State: closed - Opened by chrisrink10 15 days ago

#1052 - Enable suppressing Var indirection warnings for cases when Var indirection is unavoidable

Issue - State: closed - Opened by chrisrink10 15 days ago
Labels: issue-type:enhancement, component:compiler

#1051 - Fix/namespace aliasing behavior 2

Pull Request - State: closed - Opened by chrisrink10 16 days ago - 1 comment

#1049 - Prepare for release v0.2.2

Pull Request - State: closed - Opened by chrisrink10 17 days ago

#1047 - Add CLI arguments for configuring the development logger

Issue - State: closed - Opened by chrisrink10 17 days ago
Labels: issue-type:enhancement

#1045 - Unclear behavior on alias shadowing

Issue - State: closed - Opened by jjttjj 20 days ago - 1 comment
Labels: issue-type:bug, component:compiler

#1044 - test runner for basilisp.test #980

Pull Request - State: open - Opened by mitch-kyle 23 days ago

#1043 - Check for updated source file when formating source

Pull Request - State: closed - Opened by ikappaki 24 days ago

#1042 - nREPL server: Inaccurate Stack Traces in nREPL Server After Code Modification

Issue - State: closed - Opened by ikappaki 24 days ago
Labels: issue-type:bug

#1040 - nREPL server should not send color ANSI esc seqs to the clients

Pull Request - State: closed - Opened by ikappaki 27 days ago - 3 comments

#1039 - nREPL server: ANSI Escape Codes in nREPL tracebacks

Issue - State: closed - Opened by ikappaki 27 days ago
Labels: issue-type:bug, component:contrib.nrepl-server

#1038 - Pass nREPL client evaled code's line and col nums to the reader

Pull Request - State: closed - Opened by ikappaki 28 days ago

#1037 - nREPL server: Incorrect Line Number in Compiler Exception

Issue - State: closed - Opened by ikappaki 28 days ago
Labels: issue-type:bug, component:contrib.nrepl-server

#1036 - Allow adding additional `sys.path` entries from the CLI

Pull Request - State: closed - Opened by chrisrink10 28 days ago

#1035 - Support reloading namespaces

Pull Request - State: closed - Opened by chrisrink10 28 days ago

#1034 - Top-level `do` forms always use Var indirection

Issue - State: closed - Opened by chrisrink10 29 days ago
Labels: issue-type:enhancement, component:compiler

#1033 - Don't force all top-level `do` forms to use Var indirection

Pull Request - State: closed - Opened by chrisrink10 29 days ago

#1032 - Fix record iterator and __getitem__ methods #1030

Pull Request - State: closed - Opened by mitch-kyle 29 days ago

#1030 - `keys` and `vals` failes for records

Issue - State: closed - Opened by mitch-kyle 29 days ago

#1029 - Cannot assoc record fields with special characters in their name.

Issue - State: closed - Opened by mitch-kyle 30 days ago - 3 comments
Labels: issue-type:bug, lang

#1028 - Unable to `import` and use a Python Module simultaneously in `do` form

Issue - State: closed - Opened by ikappaki about 1 month ago - 2 comments
Labels: issue-type:bug, component:compiler

#1027 - `basilisp` executable limited local namespace access

Issue - State: closed - Opened by ikappaki about 1 month ago - 5 comments
Labels: issue-type:enhancement, component:cli

#1026 - Fix deftype/defrecord constructors #1025

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago

#1025 - Construstors not available in method bodies for `defrecord`/`deftype`

Issue - State: closed - Opened by mitch-kyle about 1 month ago
Labels: issue-type:bug, lang

#1024 - Allow disabling function inlining

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1023 - Compiler does not respect `inline-functions` compiler option

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

#1022 - Prepare for release v0.2.1

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1021 - Fix lazy sequences not propagating AttributeError #1019

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago

#1020 - `set` and `vec` functions should `seq` map arguments

Issue - State: closed - Opened by chrisrink10 about 1 month ago
Labels: bug, lang

#1019 - Lazy sequence does not propagate `AttributeError` raised during computation

Issue - State: closed - Opened by mitch-kyle about 1 month ago
Labels: bug, lang

#1018 - `keys` and `vals` support for sequences of map entries

Issue - State: closed - Opened by chrisrink10 about 1 month ago
Labels: bug, lang

#1017 - Support more data types in keys and vals

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1016 - Don't obscure inlining cause exceptions

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1015 - Fix changelog

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1014 - Don't obscure exceptions occuring during inlining in macroexpansion

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1013 - REPL: General CompilerException message during macroexpansion masks specific error

Issue - State: closed - Opened by ikappaki about 1 month ago - 3 comments
Labels: bug, compiler

#1012 - Fix nil behaviour with collection types #1011

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago

#1011 - Some core functions behave unexpectedly with nil values.

Issue - State: closed - Opened by mitch-kyle about 1 month ago
Labels: bug, lang

#1010 - Prepare for release v0.2.0

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1009 - Support destructuring namespaced symbols

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1008 - Align `basilisp.core/deref` with Clojure to use timeout in ms

Pull Request - State: closed - Opened by ikappaki about 1 month ago

#1007 - clojure compatibility: `basilisp.core/deref` timeout unit

Issue - State: closed - Opened by ikappaki about 1 month ago - 4 comments
Labels: bug, question

#1006 - Fix higher arities of the range function

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#1005 - Iteration over Python generators doesn't work correctly without `seq` coercion

Issue - State: closed - Opened by chrisrink10 about 1 month ago - 2 comments
Labels: bug, lang

#1004 - `range` differs from Clojure in various minor ways

Issue - State: closed - Opened by chrisrink10 about 1 month ago
Labels: bug, lang

#1003 - ensure nREPL server can exit even when client connections are open

Pull Request - State: closed - Opened by ikappaki about 1 month ago

#1002 - nREPL server may hang on exit due to client connections remaining open

Issue - State: closed - Opened by ikappaki about 1 month ago - 1 comment
Labels: issue-type:bug, component:contrib.nrepl-server

#1001 - Use *default-data-reader-fn* when calling core read functions #924

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago

#1000 - Changed eager read-all to lazy read-seq #999

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago - 3 comments

#999 - `basilisp.core/load-reader` broken after introduction of `basilisp.core/read-all` update

Issue - State: closed - Opened by ikappaki about 1 month ago - 2 comments
Labels: bug, reader, lang

#998 - Fix Python SyntaxWarnings generated by compiled code

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#997 - Keyword as function ignoring default value in exceptional cases.

Issue - State: closed - Opened by mitch-kyle about 1 month ago
Labels: bug, lang

#996 - `basilisp.core/nil?` SyntaxWarning with numeric constants

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

#995 - keyword function return default in error cases

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago - 6 comments

#994 - Notify all waiting threads on a promise delivery

Pull Request - State: closed - Opened by ikappaki about 1 month ago - 8 comments

#993 - `baslisp.core/promise` can fail to deliver promise between threads before timeout expires

Issue - State: closed - Opened by ikappaki about 1 month ago
Labels: bug, lang

#992 - Fixed issue with `basilisp.core/time` failing outside of core

Pull Request - State: closed - Opened by ikappaki about 1 month ago - 2 comments

#991 - `basilisp.core/time` fails when called outside of core ns

Issue - State: closed - Opened by ikappaki about 1 month ago
Labels: bug, lang

#990 - Functions created in loop macro don't properly capture environment.

Issue - State: open - Opened by mitch-kyle about 1 month ago - 1 comment

#989 - Add missing compiler arguments to cli commands

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago

#988 - More Github Actions updates

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#987 - Update Github Actions versions to fix deprecation warnings

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#986 - Add read-all function

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago

#985 - Add `basilisp.pprint` docs page

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#984 - Return last evaluated from load functions

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago

#983 - `basilisp.pprint/print-table` function

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#982 - Fixed inconsistent behaviour with basilisp.core/with body

Pull Request - State: closed - Opened by ikappaki about 1 month ago

#981 - `basilisp.core/with` macro missing body wrapper?

Issue - State: closed - Opened by ikappaki about 1 month ago - 2 comments
Labels: bug, lang

#980 - Add a simple test runner for basilisp.test

Issue - State: open - Opened by mitch-kyle about 1 month ago
Labels: enhancement, testing

#979 - Add custom data readers #924

Pull Request - State: closed - Opened by mitch-kyle about 1 month ago - 3 comments

#978 - Run Basilisp tests on GraalPy

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#977 - Support running Basilisp on GraalPy

Issue - State: open - Opened by chrisrink10 about 1 month ago
Labels: issue-type:enhancement, component:host

#976 - Remove `python-dateutil` and `readerwriterlock` dependencies

Pull Request - State: closed - Opened by chrisrink10 about 1 month ago

#975 - Remove duplicate definition of spit and slurp

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

#974 - Run CPython test suite in parallel on Github Actions

Pull Request - State: closed - Opened by chrisrink10 about 2 months ago - 1 comment

#973 - Improve on nrepl exception formating and logging interface

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

#972 - Update documentation

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

#971 - Run PyPy tests on Github Actions

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

#970 - Disable testrunner test for pypy-3.9 which produces erroneous behvr

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

#969 - Altered Vars should resolve to their latest value.

Issue - State: closed - Opened by mitch-kyle about 2 months ago - 2 comments

#968 - nrepl server: better exception format

Issue - State: closed - Opened by ikappaki about 2 months ago - 1 comment
Labels: issue-type:enhancement, component:contrib.nrepl-server

#967 - Prepare for release v0.1.1

Pull Request - State: closed - Opened by chrisrink10 about 2 months ago - 1 comment

#966 - Fix issue with `test/is` expected value misreporting on failure

Pull Request - State: closed - Opened by ikappaki about 2 months ago - 5 comments

#965 - basilisp.test/is expected value misreporting as falsy

Issue - State: closed - Opened by ikappaki about 2 months ago
Labels: bug, lang

#964 - Fix keep and keep-indexed two-arity forms (#962)

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

#963 - Basilisp's require always requires all parent namespaces

Issue - State: open - Opened by chrisrink10 about 2 months ago
Labels: bug, importer

#962 - `keep` and `keep-indexed` two-arity forms don't preserve transformation.

Issue - State: closed - Opened by mitch-kyle about 2 months ago
Labels: bug, lang