judovana / java-runtime-decompiler

GNU General Public License v3.0
68 stars 14 forks source link

Implement permanent agent #184

Closed judovana closed 11 months ago

judovana commented 2 years ago

as current agent have also its benefits, it would be nice if this behaviour woudl be configurable through agent arguments.

judovana commented 2 years ago

Was thinkng about this a bit.

implementation itself

Once vm is changed, or cli ends, then all non-pernament agents have to be detahced and closed. On contrary, all pernament should be jsut disconnected.

judovana commented 2 years ago

maybe the penament agent shoudl be default in gui (with question about disconnecting onclose). Cli will need switch pernament/temoral whweere efault is temporal for all read operations, and pernament is default for all write operations

judovana commented 2 years ago

https://github.com/pmikova/java-runtime-decompiler/pull/218

judovana commented 1 year ago

the pernament agent is now done. muc more work is needed for other types of agents

judovana commented 11 months ago

Finishec