Skip to content

Commit

Permalink
more todos and fixmes
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Dec 18, 2024
1 parent 2235073 commit 3639083
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/sysdiagnose/parsers/brctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
import os
from sysdiagnose.utils.base import BaseParserInterface

# TODO brctl analyser for boot_history section -> timeline


# TODO brctl analyser for boot_history section -> timeline
class BrctlParser(BaseParserInterface):
description = "Parsing brctl files"

Expand Down
1 change: 1 addition & 0 deletions src/sysdiagnose/parsers/transparency.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from sysdiagnose.utils.base import BaseParserInterface, logger


# FIXME convert to timeline
class TransparencyParser(BaseParserInterface):

description = "Parsing transparency.log json file"
Expand Down
1 change: 1 addition & 0 deletions src/sysdiagnose/parsers/wifi_known_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from sysdiagnose.utils.base import BaseParserInterface, logger


# FIXME convert to timeline - warning: format changes from one iOS version to another
class WifiKnownNetworksParser(BaseParserInterface):
description = "Parsing Known Wifi Networks plist file"

Expand Down
1 change: 1 addition & 0 deletions src/sysdiagnose/parsers/wifinetworks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from sysdiagnose.utils.base import BaseParserInterface


# FIXME convert to timeline
class WifiNetworksParser(BaseParserInterface):

description = "Parsing com.apple.wifi plist files"
Expand Down

0 comments on commit 3639083

Please sign in to comment.