-
Notifications
You must be signed in to change notification settings - Fork 411
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
Notty Take 2 #6654
Merged
Notty Take 2 #6654
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alizter
reviewed
Dec 9, 2022
rgrinberg
commented
Dec 11, 2022
rgrinberg
commented
Dec 12, 2022
rgrinberg
commented
Dec 12, 2022
rgrinberg
commented
Dec 12, 2022
rgrinberg
commented
Dec 12, 2022
rgrinberg
commented
Dec 12, 2022
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Dec 13, 2022
We cleanup the Display API in the Scheduler by consolidating the types of display. This allows us to tweak the data of `Display.t` in the future (as in ocaml#6654) without having to update other parts of the code. It should also make the code read better. <!-- ps-id: c8841d58-c436-46b8-849a-d4e42c977af2 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
I've rebased and squashed some of the other commits. The independent changes have been siphoned into their own PRs for review. This still needs a bit more work to make sure there are no regressions for users. Also we need to address the failures in the CI. |
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Dec 13, 2022
We cleanup the Display API in the Scheduler by consolidating the types of display. This allows us to tweak the data of `Display.t` in the future (as in ocaml#6654) without having to update other parts of the code. It should also make the code read better. <!-- ps-id: c8841d58-c436-46b8-849a-d4e42c977af2 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
force-pushed
the
notty2
branch
7 times, most recently
from
December 14, 2022 23:38
4c07167
to
2f8d584
Compare
rgrinberg
force-pushed
the
notty2
branch
3 times, most recently
from
December 15, 2022 21:37
a367d94
to
a0f7faf
Compare
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
We add a basic Terminal User Interface (TUI) using NoTTY as a backend. Co-authored-by: Ali Caglayan <alizter@gmail.com> Signed-off-by: Rudi Grinberg <me@rgrinberg.com> Signed-off-by: Ali Caglayan <alizter@gmail.com>
These flags should be set globally for the project Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
Merged
rgrinberg
added a commit
that referenced
this pull request
Dec 20, 2022
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Dec 27, 2022
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Dec 31, 2022
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Dec 31, 2022
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Jan 2, 2023
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Jan 4, 2023
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Jan 9, 2023
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Jan 12, 2023
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
rgrinberg
pushed a commit
to Alizter/dune
that referenced
this pull request
Jan 16, 2023
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Jan 21, 2023
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Jan 24, 2023
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Alizter
added a commit
to Alizter/dune
that referenced
this pull request
Jan 26, 2023
We reorganize the threading logic for threaded dune_console backends. We also add stages for things like handling user events which will be useful later for the NoTTY TUI implementation. This also fixes a bug ocaml#6654 where a new line after dune exec was missing. <!-- ps-id: e6448a4b-f084-4ce3-9ff3-81f5b5e1a5d4 --> Signed-off-by: Ali Caglayan <alizter@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.