Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nimble tasks #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/nim/ift/nim_ide_tooling_2024q4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ draft: false
description:
---

`vac:nim:ift:nim-ide-tooling_2024q4`
`vac:nim:ift:nim_ide_tooling_2024q4`

## Description

Expand Down
40 changes: 31 additions & 9 deletions content/nim/ift/nimble_2024q4.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ description:

## Task List

### <task Refactor Nimble>
<!-- - Make `nim` part of the `SAT` resolution
- Download `nim` binaries with opt-out flag
- Enumerate all packages non special versions
- Github action that installs nimble -->

### <Task Download `nim` binaries with opt-out flag>

* fully qualified name: <>
* owner: Juan
Expand All @@ -25,14 +30,14 @@ description:

#### Description

- Download `nim` binaries with opt-out flag. This will speed up the `nimble install` command. It will also have a big impact on the CI.

- Refactor the legacy solver and refactor the code so we can change the order of how things are done. Which will help us to improve code paths and add features like parsing first or download async, etc.

#### Deliverables

- New `nimble` version that implements the new features.

### <task Make local packages the new default>

### <Task Enumerate all packages non special versions>

* fully qualified name: <>
* owner: Juan
Expand All @@ -41,15 +46,32 @@ description:
* end-date: <yyyy/mm/dd>

#### Description
- Make `local` packages the new default.
- Cache/download `nim` binaries.
- Other UX improvements.

- Enumerate all packages non special versions. The SAT solver will be able to fallback to a previous version of a package if the latest one cant be resolved.

#### Deliverables

- New `nimble` version that implements the new features.

### <task Parse deps without running nim>

### <Task Github action that installs nimble>

* fully qualified name: <>
* owner: Juan
* status: <not started or in progress (0%-99%) or done>
* start-date: <yyyy/mm/dd>
* end-date: <yyyy/mm/dd>

#### Description

- Github action that installs `nimble`.

#### Deliverables

- Github action that installs `nimble`.


### <Task Make `nim` part of the `SAT` resolution>

* fully qualified name: <>
* owner: Juan
Expand All @@ -59,7 +81,7 @@ description:

#### Description

- Parse deps without running `nim`.
- Make `nim` part of the `SAT` resolution.

#### Deliverables

Expand Down
2 changes: 1 addition & 1 deletion content/nim/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
---

### `ift:`
* [ ] [[nim/ift/nim-ide-tooling_2024q4|nim-ide-tooling_2024q4]]
* [ ] [[nim/ift/nim_ide_tooling_2024q4|nim_ide_tooling_2024q4]]
* [ ] [[nim/ift/nimble_2024q4|nimble_2024q4]]