Community ideas #248
hacker-DOM
started this conversation in
Technical
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This thread has two goals:
Feel free to discuss ideas at any stage of preparation (progress), but if you can, try to assign all ideas an importance
(*/5)
and difficulty(*/5)
. We'd want those that have highestimportance
and lowestdifficulty
CLI
Allow setting more options, and also with envvars (
WOKE_COMPILER_SOLC_INCLUDE_PATHS
) - probly ifclick
can parse lists/arrays if not i wouldn't bother.Library usage
Helper functions/classes for compilations
To be able to have an Api as simple as
s = Slither(".")
.Compilation
Allow minimizing no. of compilation units
Detectors
Allow to ignore eg return values for a whole function.
Output to svg (then use visidata :-))
Bugs
These are weird things I have encountered, but have not been able to repro yet.
woke init pytypes after
woke compile
does workPresumably, there should be no compilations if no files have been edited in between (
woke compile
should read the build artifacts)pytypes sometimes creating duplicates of files
I had a
EnumerableSet 2.py
once which was identical toEnumerableSet.py
.Beta Was this translation helpful? Give feedback.
All reactions