Ecosyste.ms: Issues

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

GitHub / carp-lang/Carp issues and pull requests

#1464 - build(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Pull Request - State: open - Opened by dependabot[bot] 18 days ago
Labels: dependencies

#1463 - Trying to compile nested let takes up a lot of resource

Issue - State: open - Opened by mikecat 3 months ago
Labels: bug

#1462 - Is Carp still maintained?

Issue - State: open - Opened by jluttine 6 months ago - 2 comments

#1461 - Move to lts-22 and remove sprintf

Pull Request - State: open - Opened by ejconlon 6 months ago

#1460 - Repl :t command doesn't work with (use)

Issue - State: open - Opened by ekzhang 10 months ago - 3 comments
Labels: bug

#1458 - fix: mangle member name in deletion generator

Pull Request - State: closed - Opened by hellerve over 1 year ago - 1 comment
Labels: bug

#1457 - Repl crashes on type of Map

Issue - State: open - Opened by Gavinok over 1 year ago
Labels: bug, haskell

#1456 - fix: Infinite loop when evaluating `(())` (#1427)

Pull Request - State: open - Opened by Gavinok over 1 year ago - 9 comments

#1455 - [bug] duplicate bindings in environment

Issue - State: open - Opened by scolsen over 1 year ago - 2 comments

#1454 - docs: add clarification to SDL comment

Pull Request - State: closed - Opened by hellerve over 1 year ago

#1453 - chore: remove usage of sprintf

Pull Request - State: closed - Opened by hellerve over 1 year ago
Labels: core-libs, refactor

#1451 - refactor: change project flag configuration behavior

Pull Request - State: open - Opened by scolsen over 1 year ago - 6 comments

#1450 - FR: Better Support for Embedded

Issue - State: open - Opened by scolsen over 1 year ago - 5 comments

#1449 - chore: make Carp compile w/ GHC 9.2 + stack lts20.0

Pull Request - State: closed - Opened by scolsen over 1 year ago - 2 comments

#1448 - CarpHask fails to build with hashable >= 1.4 (GHC 9.2 / Stackage LTS-20)

Issue - State: closed - Opened by sternenseemann almost 2 years ago - 4 comments

#1447 - docs: cleanup core IO docs

Pull Request - State: closed - Opened by scolsen almost 2 years ago

#1446 - Feature Request: Make running tests not dependent on stack?

Issue - State: open - Opened by jgarte almost 2 years ago

#1445 - Document println*

Issue - State: closed - Opened by jgarte almost 2 years ago
Labels: docs, core-libs

#1444 - chore: Fix typos

Pull Request - State: closed - Opened by jgarte almost 2 years ago

#1443 - [Bug] Issue pattern matching structs

Issue - State: closed - Opened by AZMCode almost 2 years ago - 7 comments

#1442 - Document the memory management system further

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

#1441 - chore: disable unused-but-set-variable for clang

Pull Request - State: closed - Opened by scolsen almost 2 years ago - 1 comment

#1440 - fix: don't allow lambdas to leak captures

Pull Request - State: open - Opened by scolsen almost 2 years ago - 6 comments

#1439 - [Feat Request] Exhaustive pattern-matching for `defn`

Issue - State: closed - Opened by AZMCode almost 2 years ago - 5 comments

#1438 - Fix for #1437

Pull Request - State: open - Opened by AZMCode almost 2 years ago - 1 comment

#1437 - [Bug] Control.iterate-until double-uses a variable, and thus is broken

Issue - State: open - Opened by AZMCode almost 2 years ago - 3 comments
Labels: bug, core-libs

#1436 - [Bug] Not handling all cases during pattern-matching in lambdas

Issue - State: open - Opened by AZMCode almost 2 years ago - 8 comments
Labels: bug, haskell

#1435 - docs: update memory.md

Pull Request - State: closed - Opened by scolsen almost 2 years ago

#1434 - `--eval-preload` does not have access to Core anymore

Issue - State: closed - Opened by TimDeve almost 2 years ago - 6 comments
Labels: bug

#1433 - refactor: remove unnecessary solveOneInternal function

Pull Request - State: closed - Opened by scolsen almost 2 years ago - 1 comment

#1432 - `format` leaks memory

Issue - State: open - Opened by iacore about 2 years ago - 1 comment
Labels: bug

#1431 - fix: quasiquoting breaks List.pairs

Pull Request - State: closed - Opened by hellerve about 2 years ago

#1430 - fix: allow String.concat to work on lists

Pull Request - State: closed - Opened by hellerve about 2 years ago

#1429 - feat: add bag data structure

Pull Request - State: closed - Opened by hellerve about 2 years ago - 1 comment
Labels: nice-to-have

#1428 - Packaging issues.

Issue - State: closed - Opened by VarLad about 2 years ago - 1 comment

#1427 - (()) seems to cause an infinite loop on the latest release

Issue - State: open - Opened by Gavinok about 2 years ago
Labels: bug

#1426 - Docs: Fix typo in language guide

Pull Request - State: closed - Opened by stig about 2 years ago - 1 comment

#1425 - refactor: replace lambda with flip

Pull Request - State: closed - Opened by mm1995tk about 2 years ago

#1424 - replace lambda with flip

Pull Request - State: closed - Opened by mm1995tk about 2 years ago - 1 comment

#1423 - REPL prompt is not `鯉` on Linux

Issue - State: closed - Opened by t-sin about 2 years ago - 2 comments

#1422 - Bug with REPL displaying result of calling function that returns Char

Issue - State: open - Opened by komos90 over 2 years ago - 1 comment
Labels: bug, haskell, core-libs

#1421 - refactor: make fread more general

Pull Request - State: open - Opened by scolsen over 2 years ago - 1 comment

#1420 - performance: better default string functions

Issue - State: open - Opened by scolsen over 2 years ago

#1419 - memory management crash

Issue - State: open - Opened by scolsen over 2 years ago
Labels: bug

#1418 - docs: Updates markdown docs to only have one h1

Pull Request - State: closed - Opened by TimDeve over 2 years ago

#1417 - feat: add fputc wrapper to IO

Pull Request - State: closed - Opened by scolsen over 2 years ago - 1 comment

#1416 - Memory management in nested lambdas is not working properly

Issue - State: open - Opened by TimDeve over 2 years ago - 1 comment

#1415 - fix: respect symbol modes on interface concretization

Pull Request - State: closed - Opened by scolsen over 2 years ago

#1414 - interface resolution fails to respect overrides

Issue - State: closed - Opened by scolsen over 2 years ago - 2 comments

#1413 - fix: respect let binding shadowing in memory management

Pull Request - State: closed - Opened by scolsen over 2 years ago - 5 comments

#1412 - feat: register MAX and MIN macros for stdint types

Pull Request - State: closed - Opened by scolsen over 2 years ago - 4 comments

#1411 - feat: Adds Dynamic.sort & improves output of failing dynamic tests

Pull Request - State: closed - Opened by TimDeve over 2 years ago - 11 comments

#1410 - feat: implement blit on ByteOrder

Pull Request - State: closed - Opened by scolsen over 2 years ago

#1409 - support partial application of Kinds

Issue - State: open - Opened by scolsen over 2 years ago

#1408 - chore: Updates Stackage version to 19.2

Pull Request - State: closed - Opened by TimDeve over 2 years ago

#1407 - feat: don't manage blittable types

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

#1406 - ci: Re-enable Debug.sanitize on Windows

Pull Request - State: closed - Opened by TimDeve over 2 years ago

#1405 - feat: add IO.fgetc

Pull Request - State: closed - Opened by scolsen over 2 years ago

#1404 - Debug.sanitize-addresses fails on some Windows setup (CI)

Issue - State: closed - Opened by TimDeve over 2 years ago - 1 comment

#1403 - feat: add maybe and result thread macros

Pull Request - State: open - Opened by scolsen over 2 years ago - 10 comments

#1402 - feat: support cons-last for arrays

Pull Request - State: closed - Opened by scolsen over 2 years ago

#1401 - two project configuration features

Issue - State: open - Opened by scolsen over 2 years ago

#1400 - refactor: project configuration get/set parity

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

#1399 - ci: Fixes scoop install as admin user

Pull Request - State: closed - Opened by TimDeve over 2 years ago - 5 comments

#1398 - feat: add c-name meta field

Pull Request - State: closed - Opened by scolsen over 2 years ago - 3 comments

#1397 - `c` command is broken on a variety of inputs

Issue - State: open - Opened by scolsen over 2 years ago - 1 comment
Labels: bug

#1396 - sig seems to be broken for recursive functions

Issue - State: open - Opened by kamentomov over 2 years ago
Labels: bug

#1395 - Regression on borrowchecker + match-ref + lambda

Issue - State: open - Opened by TimDeve over 2 years ago
Labels: bug, haskell, memory

#1394 - [feature] better support for storage and type qualifiers

Issue - State: open - Opened by scolsen over 2 years ago - 1 comment
Labels: nice-to-have

#1393 - Lambda fields should not be hardcoded in Emit.hs

Issue - State: open - Opened by scolsen over 2 years ago - 1 comment
Labels: nice-to-have, haskell

#1392 - Make Core more modular

Issue - State: open - Opened by scolsen over 2 years ago - 1 comment
Labels: nice-to-have, core-libs

#1391 - Safer Core Library C type names

Issue - State: open - Opened by scolsen over 2 years ago - 4 comments
Labels: nice-to-have, core-libs

#1389 - permit overriding emitted C names

Issue - State: closed - Opened by scolsen over 2 years ago
Labels: nice-to-have

#1388 - errors loading files that share names with core lib files

Issue - State: open - Opened by scolsen over 2 years ago - 1 comment
Labels: bug, core-libs

#1387 - "receiver" templates

Issue - State: open - Opened by scolsen over 2 years ago - 2 comments
Labels: nice-to-have

#1386 - Overlapping patterns in Parsing.hs

Issue - State: open - Opened by sternenseemann over 2 years ago - 2 comments
Labels: nice-to-have, haskell

#1385 - [refactor]: add resolvers; refactor evaluator

Pull Request - State: open - Opened by scolsen over 2 years ago - 1 comment

#1370 - Lookup sometimes ignores use:age

Issue - State: open - Opened by eriksvedang over 2 years ago - 5 comments
Labels: bug, haskell

#1360 - libtinfo error

Issue - State: closed - Opened by VarLad almost 3 years ago - 9 comments

#1356 - Linking on Apple M1 Max

Issue - State: open - Opened by SynfoniqGene almost 3 years ago - 7 comments
Labels: haskell

#1317 - A brief explanation of the lifetimes implementation

Issue - State: open - Opened by eriksvedang about 3 years ago - 1 comment
Labels: memory

#1309 - `println*` doesn't work in the REPL

Issue - State: open - Opened by eriksvedang about 3 years ago - 3 comments
Labels: bug, haskell

#1292 - feat: Protocols

Pull Request - State: open - Opened by scolsen about 3 years ago - 16 comments

#1260 - It's possible to leak a ref outside of a let block in tests

Issue - State: open - Opened by TimDeve over 3 years ago - 3 comments
Labels: bug, memory

#1215 - performance: test/macros.carp takes a long time to execute

Issue - State: open - Opened by scolsen over 3 years ago - 6 comments
Labels: nice-to-have, haskell

#1149 - What are the plans for threading / concurrency ?

Issue - State: open - Opened by aliraza-noon over 3 years ago - 23 comments
Labels: under discussion

#1077 - Document evaluation order

Issue - State: open - Opened by jacereda almost 4 years ago - 3 comments
Labels: docs, beginner

#1040 - Taking ownership of value captured by a lambda env is unsafe

Issue - State: open - Opened by TimDeve almost 4 years ago - 5 comments
Labels: bug, haskell, memory

#1028 - LSP support & at-point functions

Issue - State: open - Opened by eriksvedang almost 4 years ago - 14 comments
Labels: nice-to-have, haskell

#997 - Complex case leads to free before allocation

Issue - State: open - Opened by scolsen almost 4 years ago - 21 comments
Labels: bug, haskell, memory

#996 - Possibly replace Constraints module with library

Issue - State: open - Opened by eriksvedang almost 4 years ago - 1 comment
Labels: under discussion, haskell, refactor

#898 - Project.config

Issue - State: open - Opened by Vertmo about 4 years ago - 2 comments
Labels: under discussion

#871 - Refactor XObj pattern matches

Issue - State: open - Opened by scolsen over 4 years ago - 7 comments
Labels: under discussion, haskell, refactor

#825 - Primitives may be used as binding names

Issue - State: closed - Opened by scolsen over 4 years ago - 5 comments
Labels: nice-to-have

#764 - Registering types with long members generates warnings

Issue - State: open - Opened by hellerve over 4 years ago - 1 comment
Labels: under discussion

#686 - Encapsulate unsafe functions in Unsafe submodules?

Issue - State: closed - Opened by scolsen over 4 years ago - 8 comments
Labels: nice-to-have, under discussion, core-libs

#597 - Type checker can behave weirdly when using the name of the functions as a binder

Issue - State: closed - Opened by eriksvedang almost 5 years ago - 24 comments
Labels: bug, difficult, haskell

#470 - References must keep track of their origin

Issue - State: open - Opened by hellerve over 5 years ago - 4 comments
Labels: bug, difficult, haskell, memory