Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdeanmartin committed Dec 14, 2023
1 parent 777d303 commit c3a2e18
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 50 deletions.
18 changes: 9 additions & 9 deletions dedlin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import os
import signal
from pathlib import Path
from typing import Any, Callable, Optional
from typing import Any, Optional

from openai.types.chat import ChatCompletionMessageParam

Expand All @@ -35,14 +35,15 @@
logger = logging.getLogger(__name__)

HIGH_TRUST_TOOLS = [
Commands.BROWSE, # Web browsing
Commands.EXPORT, # Export to html/write file not specified in startup
Commands.TRANSFER, # Read arbitrary files
Commands.MACRO, # Read/Write arbitrary files
Commands.CRASH, # Halts application
Commands.PRINT, # Either prints to device or to new file (unimplemented)
Commands.BROWSE, # Web browsing
Commands.EXPORT, # Export to html/write file not specified in startup
Commands.TRANSFER, # Read arbitrary files
Commands.MACRO, # Read/Write arbitrary files
Commands.CRASH, # Halts application
Commands.PRINT, # Either prints to device or to new file (unimplemented)
]


class Dedlin:
"""Application for Dedlin
Expand All @@ -57,7 +58,7 @@ def __init__(
inputter: InMemoryCommandGenerator, # CommandGeneratorProtocol,
insert_document_inputter: InMemoryInputter, # StringGeneratorProtocol,
edit_document_inputter: PrefillInputter, # StringGeneratorProtocol,
outputter: Printable, # Callable[[Optional[str], str], None], # Printable,
outputter: Printable, # Callable[[Optional[str], str], None], # Printable,
headless: bool = False,
disabled_commands: Optional[list[Commands]] = None,
untrusted_user: bool = False,
Expand Down Expand Up @@ -187,7 +188,6 @@ def entry_point(self, file_name: Optional[str] = None, macro_file_name: Optional
self.echo_if_needed(command.original_text)

if command.command == Commands.BROWSE:

if self.doc.dirty:
self.feedback("Discarding current document")
if command.phrases and command.phrases.first is None:
Expand Down
2 changes: 1 addition & 1 deletion docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- `1,50 Lorem` is broken, only outputs 1 additional line.

## AI optimizations (for bot usage)

- Restricted mode (no writing to new files!)
- No browser
- No loading snippets (Transfer)
Expand Down Expand Up @@ -90,4 +91,3 @@

- Implement load file, transfer
- Use command inputter patter for remaining input statements

40 changes: 40 additions & 0 deletions tests/sample_headless_scripts/lorem.ed_snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,43 @@ Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium dolo
Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt,
explicabo. Nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est,
qui dolorem ipsum, quia dolor sit amet consectetur adipiscing velit, sed quia non numquam do
eius modi tempora incididunt, ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad
minima veniam, quis nostrumd exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid
ex ea commodi consequatur? Quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse,
quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?

At vero eos et accusamus et iusto odio dignissimos ducimus, qui blanditiis praesentium voluptatum
deleniti atque corrupti, quos dolores et quas molestias excepturi sint, obcaecati cupiditate non
provident, similique sunt in culpa, qui officia deserunt mollitia animi, id est laborum et dolorum
fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis
est eligendi optio, cumque nihil impedit, quo minus id, quod maxime placeat, facere possimus, omnis
voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis
aut rerum necessitatibus saepe eveniet, ut et voluptates repudiandae sint et molestiae non recusandae.
Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias
consequatur aut perferendis doloribus asperiores repellat.

Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,
totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt,
explicabo. Nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est,
qui dolorem ipsum, quia dolor sit amet consectetur adipiscing velit, sed quia non numquam do
eius modi tempora incididunt, ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad
minima veniam, quis nostrumd exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid
ex ea commodi consequatur? Quis autem vel eum iure reprehenderit, qui in ea voluptate velit esse,
quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat, quo voluptas nulla pariatur?

At vero eos et accusamus et iusto odio dignissimos ducimus, qui blanditiis praesentium voluptatum
deleniti atque corrupti, quos dolores et quas molestias excepturi sint, obcaecati cupiditate non
provident, similique sunt in culpa, qui officia deserunt mollitia animi, id est laborum et dolorum
fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis
est eligendi optio, cumque nihil impedit, quo minus id, quod maxime placeat, facere possimus, omnis
voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis
aut rerum necessitatibus saepe eveniet, ut et voluptates repudiandae sint et molestiae non recusandae.
Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias
consequatur aut perferendis doloribus asperiores repellat.

8 changes: 8 additions & 0 deletions tests/sample_headless_scripts/robo.ed_snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Cats
Cats
Cats
Cats
Cats
Cats
Dogs
Dogs
Dogs
Dogs
Dogs
Expand All @@ -13,6 +17,10 @@ Fish
Fish
Fish
Fish
Fish
Fish
Rabbits
Rabbits
Rabbits
Rabbits
Rabbits
Expand Down
6 changes: 6 additions & 0 deletions tests/sample_headless_scripts/walrus_facts.ed_snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ Walruses are large aquatic mammals that live in the Arctic. They are known for t
# Walrus Facts

Walruses are large aquatic mammals that live in the Arctic. They are known for their long tusks and large bodies. Walruses use their tusks to help them climb out of the water and onto the ice. They have a layer of blubber that keeps them warm in the cold temperatures. Walruses feed on a diet of clams, mussels, and other benthic invertebrates. They can weigh up to 1.5 tons and reach lengths of up to 12 feet. Walruses are highly social animals and can be found in large groups called herds.
# Walrus Facts

Walruses are large aquatic mammals that live in the Arctic. They are known for their long tusks and large bodies. Walruses use their tusks to help them climb out of the water and onto the ice. They have a layer of blubber that keeps them warm in the cold temperatures. Walruses feed on a diet of clams, mussels, and other benthic invertebrates. They can weigh up to 1.5 tons and reach lengths of up to 12 feet. Walruses are highly social animals and can be found in large groups called herds.
# Walrus Facts

Walruses are large aquatic mammals that live in the Arctic. They are known for their long tusks and large bodies. Walruses use their tusks to help them climb out of the water and onto the ice. They have a layer of blubber that keeps them warm in the cold temperatures. Walruses feed on a diet of clams, mussels, and other benthic invertebrates. They can weigh up to 1.5 tons and reach lengths of up to 12 feet. Walruses are highly social animals and can be found in large groups called herds.
6 changes: 6 additions & 0 deletions tests/sample_headless_scripts/walrus_facts2.ed_snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@
# Walrus Fact 1
# Walrus Fact 2
# Walrus Fact 3
# Walrus Fact 1
# Walrus Fact 2
# Walrus Fact 3
# Walrus Fact 1
# Walrus Fact 2
# Walrus Fact 3
6 changes: 3 additions & 3 deletions tests/sample_macros/grep_log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- Current line is 1, 2 lines total ---
Current line 1 of 2
1 : This is a cat.
--- Current line is 1, 2 lines total ---
--- Current line is 1, 2 lines total ---
Current line 1 of 2
Current line 1 of 2
6 changes: 3 additions & 3 deletions tests/sample_macros/sed_log.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Current line is 1, 2 lines total ---
Current line 1 of 2
Replacing
1 : That is a butt.
--- Current line is 2, 2 lines total ---
--- Current line is 2, 2 lines total ---
Current line 2 of 2
Current line 2 of 2
26 changes: 13 additions & 13 deletions tests/sample_macros/walrus_facts1_log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- Current line is 1, 14 lines total ---
Current line 1 of 14
1 : They big
2 : They walrus
3 : They eat
Expand All @@ -9,22 +9,22 @@
8 : They are lazy
9 : They are funny
10 : Their diet is fish and stuff.
--- Current line is 1, 14 lines total ---
--- Current line is 1, 14 lines total ---
Current line 1 of 14
Current line 1 of 14
1 : Their diet is fish and stuff.
--- Current line is 1, 14 lines total ---
--- Current line is 1, 14 lines total ---
--- Current line is 10, 14 lines total ---
--- Current line is 10, 14 lines total ---
Current line 1 of 14
Current line 1 of 14
Current line 10 of 14
Current line 10 of 14
Control C to exit insert mode
--- Current line is 11, 15 lines total ---
--- Current line is 11, 15 lines total ---
--- Current line is 11, 15 lines total ---
--- Current line is 11, 15 lines total ---
Current line 11 of 15
Current line 11 of 15
Current line 11 of 15
Current line 11 of 15
8 : They are lazy
9 : They are funny
10 : Walruses would eat pizza rosa if they could.
11 : Walruses primarily feed on benthic bivalve mollusks.
12 : They are mammals
--- Current line is 11, 15 lines total ---
--- Current line is 11, 15 lines total ---
Current line 11 of 15
Current line 11 of 15
20 changes: 10 additions & 10 deletions tests/sample_macros/walrus_facts2_log.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--- Current line is 1, 24 lines total ---
--- Current line is 1, 24 lines total ---
--- Current line is 1, 24 lines total ---
Current line 1 of 24
Current line 1 of 24
Current line 1 of 24
Replacing
--- Current line is 24, 24 lines total ---
--- Current line is 24, 24 lines total ---
Current line 24 of 24
Current line 24 of 24
Deleted lines 15 to 18
--- Current line is 20, 20 lines total ---
--- Current line is 20, 20 lines total ---
--- Current line is 20, 20 lines total ---
--- Current line is 20, 20 lines total ---
--- Current line is 20, 20 lines total ---
Current line 20 of 20
Current line 20 of 20
Current line 20 of 20
Current line 20 of 20
Current line 20 of 20
22 changes: 11 additions & 11 deletions tests/sample_macros/walrus_facts3_log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- Current line is 1, 24 lines total ---
Current line 1 of 24
1 : They big
2 : They walrus
3 : They eat
Expand All @@ -14,16 +14,16 @@
13 : They are hunted
14 : They are in the Artic.
15 : Who are they?
--- Current line is 1, 24 lines total ---
--- Current line is 1, 24 lines total ---
Current line 1 of 24
Current line 1 of 24
Moved
--- Current line is 1, 27 lines total ---
--- Current line is 1, 27 lines total ---
Current line 1 of 27
Current line 1 of 27
Shuffled
--- Current line is 1, 27 lines total ---
--- Current line is 1, 27 lines total ---
Current line 1 of 27
Current line 1 of 27
Undone
--- Current line is 1, 27 lines total ---
--- Current line is 1, 27 lines total ---
--- Current line is 1, 27 lines total ---
--- Current line is 1, 27 lines total ---
Current line 1 of 27
Current line 1 of 27
Current line 1 of 27
Current line 1 of 27

0 comments on commit c3a2e18

Please sign in to comment.