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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 highestimportanceand lowestdifficultyCLI
Allow setting more options, and also with envvars (
WOKE_COMPILER_SOLC_INCLUDE_PATHS) - probly ifclickcan 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 compiledoes workPresumably, there should be no compilations if no files have been edited in between (
woke compileshould read the build artifacts)pytypes sometimes creating duplicates of files
I had a
EnumerableSet 2.pyonce which was identical toEnumerableSet.py.Beta Was this translation helpful? Give feedback.
All reactions