Ecosyste.ms: Issues

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

GitHub / tweag/nickel issues and pull requests

#1588 - Tracking issue: context-aware completion

Issue - State: closed - Opened by yannham over 1 year ago - 5 comments
Labels: type: feature request

#1587 - Add tutorial and guides for concrete use-cases

Issue - State: closed - Opened by yannham over 1 year ago - 1 comment
Labels: type: documentation

#1586 - Check contract applications in the LSP

Issue - State: closed - Opened by yannham over 1 year ago - 1 comment
Labels: type: feature request

#1585 - Package management

Issue - State: open - Opened by yannham over 1 year ago - 6 comments
Labels: type: feature request

#1584 - Context completion

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

#1583 - Fix LSP regression

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

#1581 - Remove `rec {default,force}` from the grammar

Issue - State: closed - Opened by Radvendii over 1 year ago
Labels: type: bug

#1580 - Cache more

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

#1579 - Add meta.mainProgram to packages where appropriate

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

#1578 - Implement curried dot operator

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

#1577 - Type-based completion in the new completer

Pull Request - State: closed - Opened by jneem over 1 year ago - 5 comments

#1576 - Exit with nonzero exit code on failure

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

#1575 - Nickel exits with a zero exit code on eval errors

Issue - State: closed - Opened by thufschmitt over 1 year ago
Labels: type: bug

#1574 - LSP regression when hovering on the `function` field in `std.xxx.function`

Issue - State: closed - Opened by yannham over 1 year ago - 3 comments
Labels: P0, type: bug, area: lsp

#1573 - Fix the release artifacts workflow

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

#1572 - chore(deps): bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#1571 - chore(deps): bump cachix/install-nix-action from 22 to 23

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#1570 - Add a note about an AWS provider bug into `infra/README.md`

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

#1569 - Add infrastructure for on-demand ARM64 runners on AWS

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

#1567 - flake.lock: Update

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

#1566 - Revert to special casing the parsing of `"%...%{` in multiline strings

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

#1565 - nls tests fail on Windows

Issue - State: closed - Opened by jneem over 1 year ago - 1 comment
Labels: type: bug, area: lsp

#1563 - Handle `override` and `help` inputs in customize mode

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

#1562 - Normalize line endings in string literals during parsing

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

#1561 - (LSP) Import completion

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

#1560 - Make an enum for different input sources

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

#1559 - Render hover documentation as Markdown in LSP

Pull Request - State: closed - Opened by deotimedev over 1 year ago - 5 comments

#1558 - Fix incomplete check of record row constraints

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

#1557 - Allow nls to goto definitions in the stdlib

Issue - State: open - Opened by jneem over 1 year ago - 1 comment
Labels: type: feature request, area: lsp

#1556 - display icon for nickel file in vscode explorer

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

#1554 - Further CI caching improvements (blocked on upstream)

Issue - State: open - Opened by Radvendii over 1 year ago - 1 comment
Labels: type: feature request

#1553 - Add multiline string support for VSCode autoclosing pairs

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

#1552 - Add check in CLI that the input file is a Nickel type

Pull Request - State: closed - Opened by deotimedev over 1 year ago - 6 comments

#1551 - Handle let, static access, and contract annotations in completion

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

#1550 - Two issues with incomplete input

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

#1549 - Speed up CI

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

#1548 - Fix some leftover instances of the old enum syntax in the manual

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

#1547 - Fix "wich" typo in documentation

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

#1546 - Fix cursor desyncing when using REPL

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

#1545 - flake.lock: Update

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

#1544 - Fix contract application order in let bindings and annotations

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

#1543 - chore(deps): bump DeterminateSystems/update-flake-lock from 19 to 20

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#1542 - Resolve imports for incomplete inputs also

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

#1541 - Initial handling of incomplete input in nls

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

#1540 - Use `std:io::IsTerminal` instead of `atty`

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

#1539 - Rename symbols to idents

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

#1538 - Pretty printing of recursive references can change semantics

Issue - State: open - Opened by vkleen over 1 year ago
Labels: type: bug, area: syntax

#1537 - Refactor destructuring bindings

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

#1536 - LSP hover help is wrong when pattern bindings are involved.

Issue - State: closed - Opened by jneem over 1 year ago - 1 comment
Labels: type: bug, area: lsp

#1535 - Usage/definition lookup table

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

#1534 - Non-ASCII identifier support

Issue - State: open - Opened by toastal over 1 year ago - 7 comments

#1533 - Type-Tagged Union Contracts

Issue - State: closed - Opened by Radvendii over 1 year ago - 11 comments
Labels: type: feature request

#1532 - Overhaul and improve testing of the pretty printer

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

#1531 - Sort out idents and positions

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

#1530 - actually cache dependencies

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

#1527 - flake.lock: Update

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

#1526 - LSP formatting without calling the topiary binary

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

#1525 - Update README

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

#1524 - Integrate the "RATIONALE.md" file into the doc site

Issue - State: open - Opened by suimong over 1 year ago
Labels: type: documentation, area: website

#1523 - Add a position lookup table instead of doing traversal.

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

#1522 - Fix problem with Program::parse()

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

#1521 - Update strip-ansi-escape deps, remove corresponding temporary fix

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

#1520 - Add a linebreak between contract and the documentation in the doc output

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

#1519 - Weird `nickel doc` output on record contracts

Issue - State: closed - Opened by thufschmitt over 1 year ago - 2 comments
Labels: type: bug

#1518 - Use the pretty printer in the `Display` implementation for `Type`

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

#1517 - Add warning for empty query path on the CLI

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

#1516 - Custom error message for bad interpolations

Issue - State: open - Opened by thufschmitt over 1 year ago - 3 comments
Labels: type: feature request

#1514 - Support completion while in the middle of a record

Issue - State: closed - Opened by thufschmitt over 1 year ago - 3 comments
Labels: type: feature request

#1513 - Fix typo in std.record.remove documentation

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

#1512 - Improve type variables name allocation when reporting type errors

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

#1511 - Simplify wasm-bindgen overrides.

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

#1510 - [Fix] Fix contract.Sequence reversing order

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

#1509 - Add a bit about completion for fields in record literals

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

#1508 - Disable the colors when stdout isn't a tty

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

#1507 - add function to parse programs

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

#1506 - flake.lock: Update

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

#1505 - Native module system

Issue - State: open - Opened by thufschmitt over 1 year ago - 9 comments
Labels: type: feature request

#1504 - Term-based completion

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

#1503 - implement pretty printing for Match::Assign

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

#1502 - Refactor the Nickel CLI

Pull Request - State: closed - Opened by vkleen over 1 year ago - 9 comments

#1501 - More eager lsp check

Issue - State: closed - Opened by thufschmitt over 1 year ago - 2 comments
Labels: type: feature request, area: lsp

#1500 - `--color=auto` isn't respected for error messages

Issue - State: closed - Opened by thufschmitt over 1 year ago - 1 comment
Labels: type: bug

#1499 - Autocompletion from a contract computed by merging

Issue - State: closed - Opened by thufschmitt over 1 year ago - 3 comments
Labels: type: feature request, area: lsp

#1497 - Import YAML files containing multiple documents as arrays

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

#1496 - Cleanup: use normalize_path instead of canonicalize

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

#1495 - Rename the `typ` field in JSON documentation to `type`

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

#1494 - Check (and warn) idempotence of contracts

Issue - State: open - Opened by jneem over 1 year ago
Labels: type: feature request

#1492 - Traversal by reference

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

#1491 - Add a `Nullable` contract to the stdlib

Pull Request - State: closed - Opened by thufschmitt over 1 year ago - 5 comments

#1490 - Fix new clippy warning

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

#1489 - Convert paths to absolute before normalization

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

#1488 - Linearize imports dependents-first

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

#1487 - Issue an error when providing no field path to `--query`

Issue - State: closed - Opened by yannham over 1 year ago - 2 comments
Labels: type: bug

#1486 - Restore --version for CLI, include git revision

Pull Request - State: closed - Opened by yannham over 1 year ago - 3 comments

#1485 - Brainstorming: backward compatibility policy

Issue - State: open - Opened by yannham over 1 year ago
Labels: question

#1484 - Performance improvement ideas: tracking issue

Issue - State: open - Opened by yannham over 1 year ago - 1 comment

#1483 - Actually persist output files for formatting

Pull Request - State: closed - Opened by vkleen over 1 year ago - 4 comments