Ecosyste.ms: Issues

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

GitHub / jinko-core/jinko issues and pull requests

#576 - Release v0.3.0-jinx5

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

#575 - Enable std feature when building the docker image

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

#574 - Disable vec include in stdlib

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

#573 - Documentation is lying

Issue - State: closed - Opened by n1tram1 almost 2 years ago

#572 - Add flake.nix to prepare for further packaging into nixpkgs

Issue - State: open - Opened by BastienGermond about 2 years ago
Labels: enhancement

#571 - Add a way to build with libffi-sys' feature `system` enable

Issue - State: open - Opened by BastienGermond about 2 years ago
Labels: enhancement

#570 - Comment `link_with("libc.so.6")` in ffi testsuite

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

#569 - Add reader trait

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

#568 - Use of libc.so.6 in stdlib/vec.jk

Issue - State: closed - Opened by BastienGermond about 2 years ago
Labels: stdlib

#567 - Parsing issue : `jinko > 5. * 3.2` does nothing

Issue - State: open - Opened by BastienGermond about 2 years ago
Labels: parser

#566 - `jinko > 0/0` panic !

Issue - State: open - Opened by BastienGermond about 2 years ago
Labels: enhancement, design

#565 - Testsuite depends on libc.so.6

Issue - State: closed - Opened by BastienGermond about 2 years ago
Labels: ffi, testing

#564 - Interpreter ignore `--no-std` and then fail to start without stdlib.jk

Issue - State: open - Opened by BastienGermond about 2 years ago
Labels: stdlib, repl

#563 - Add generic scopes to ScopeMap

Pull Request - State: closed - Opened by CohenArthur about 2 years ago
Labels: enhancement

#562 - Keep type ids as hash keys

Pull Request - State: closed - Opened by CohenArthur about 2 years ago - 1 comment
Labels: enhancement

#561 - Make the interpreter `stdout`/`stderr`/`stdin` agnostic

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

#560 - Cleanup logging

Pull Request - State: closed - Opened by CohenArthur about 2 years ago
Labels: enhancement, coding_style

#559 - Add pass for detecting unchecked return values

Issue - State: open - Opened by CohenArthur about 2 years ago
Labels: enhancement, stdlib

#558 - Remove duplicate demanglers

Issue - State: open - Opened by CohenArthur about 2 years ago
Labels: enhancement, coding_style

#557 - Resolve to specialized type properly

Pull Request - State: closed - Opened by CohenArthur about 2 years ago - 2 comments
Labels: enhancement, generics

#556 - Improve error format when emitting

Pull Request - State: closed - Opened by CohenArthur about 2 years ago
Labels: enhancement

#555 - Add position of type arguments in mangled name

Issue - State: open - Opened by CohenArthur about 2 years ago
Labels: generics, priority [high]

#554 - Add `aggregate` macro or trait extension to our Results

Issue - State: open - Opened by CohenArthur over 2 years ago
Labels: enhancement

#553 - Add documentation if an instruction is an aggregation site

Issue - State: open - Opened by CohenArthur over 2 years ago
Labels: enhancement

#552 - Type inference in function specialization

Issue - State: open - Opened by CohenArthur over 2 years ago
Labels: enhancement, generics

#551 - Do not perform as much checking in the execution phase

Pull Request - State: closed - Opened by CohenArthur over 2 years ago
Labels: enhancement

#550 - Do proper aggregation sites and emission sites when emitting errors

Pull Request - State: closed - Opened by CohenArthur over 2 years ago
Labels: enhancement

#549 - Missing check in pull-request step

Issue - State: closed - Opened by CohenArthur over 2 years ago - 2 comments
Labels: bug, ci, priority [high]

#548 - Cleanup `CheckedType` and `TypeId` confusions

Issue - State: open - Opened by CohenArthur over 2 years ago
Labels: enhancement

#547 - Cleanup imports in crate

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

#546 - Add proper generic resolution in specialized nodes

Pull Request - State: closed - Opened by CohenArthur over 2 years ago - 4 comments
Labels: enhancement, generics

#545 - typechecker: Fix statement assignment to variables

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

#544 - Architecture fix

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

#543 - hints: Add source file to error message

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

#542 - type_id: Refactor implementation

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

#541 - Remove usages of `CheckedType::Later`

Issue - State: open - Opened by CohenArthur over 2 years ago
Labels: enhancement

#540 - Generic type declarations

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

#539 - Cleanup generic implementation

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

#538 - Add name canonicalization

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

#537 - Display amount of errors when emitting them

Issue - State: open - Opened by CohenArthur over 2 years ago
Labels: enhancement

#536 - Refactor `TypeId` implementation

Issue - State: closed - Opened by CohenArthur over 2 years ago
Labels: enhancement, typechecker

#535 - Better error messages on duplicate function declarations

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

#532 - Add source files when needed in error hints

Issue - State: closed - Opened by Yumasi over 2 years ago
Labels: enhancement, good first issue

#522 - Typechecking is not correct on variable assignments

Issue - State: closed - Opened by CohenArthur over 2 years ago - 2 comments
Labels: bug, typechecker

#506 - doc: the file ARCHITECTURE.md is not up to date

Issue - State: closed - Opened by tanguysegarra over 2 years ago
Labels: documentation

#495 - `ftf` URL is old URL

Issue - State: closed - Opened by CohenArthur over 2 years ago
Labels: bug, misc, testing

#489 - install: Add WIP install jinko script

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

#447 - PrettyPrint trait

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

#432 - Allow usage of primitive types in string interpolation

Issue - State: open - Opened by CohenArthur over 2 years ago - 2 comments
Labels: enhancement, parser

#428 - Fix code coverage computing

Issue - State: closed - Opened by CohenArthur over 2 years ago
Labels: misc

#419 - Publish docker images containing previous versions of jinko

Issue - State: closed - Opened by tanguysegarra over 2 years ago - 1 comment
Labels: ci, docker

#416 - Publish crates automatically on release

Issue - State: closed - Opened by CohenArthur over 2 years ago - 1 comment
Labels: enhancement, ci

#408 - Expand generics properly

Issue - State: open - Opened by CohenArthur over 2 years ago
Labels: enhancement, parser, interpreter, typechecker, priority [high]

#358 - Always have coverage CI pass

Issue - State: closed - Opened by CohenArthur over 2 years ago
Labels: good first issue, ci

#290 - Fix CI using clippy instead of check

Issue - State: open - Opened by CohenArthur almost 3 years ago
Labels: ci

#228 - Keep track of instances

Pull Request - State: closed - Opened by CohenArthur almost 3 years ago

#209 - Remove `mod.rs` files

Issue - State: closed - Opened by CohenArthur almost 3 years ago
Labels: enhancement, good first issue, coding_style