Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
8c56c94
small changes
Oct 23, 2022
9fa5ae6
small fix
Oct 23, 2022
6141e56
invoking prusti correctly now
Oct 23, 2022
ef1402b
just slight adjustements according to changes in prusti-dev
Nov 8, 2022
4ebe83c
parsing IDE Info and passing the flag, for some reason just passing a…
Nov 11, 2022
51adf3d
working codelenses and codeactions
Nov 21, 2022
d0615eb
not sure what I changed, rebase this at some point :)
Dec 4, 2022
cfc86b5
Fixing problems such as IdeInfo only saving information for one file …
Dec 5, 2022
3984ed3
IDE info is now persistent across files, i.e. when
Dec 7, 2022
9dc4347
starting to refactor
Dec 10, 2022
0d69e03
adjusted what happens on save, on open, etc, better behavior when col…
Dec 19, 2022
9dc3a83
initial quantifier inlays working
Jan 3, 2023
9b3125d
various changes, now able to query signatures for extern specifications
Jan 5, 2023
d86e81c
adjusted ide-info
Jan 9, 2023
5e7011f
Add hovering and splitting by function that caused the quantifier ins…
Jan 31, 2023
eca362e
refactoring, error handling, and some fixes
Feb 5, 2023
4dda223
new snippets
Feb 5, 2023
dde8a60
Displaying checkmarks next to methods.
Feb 8, 2023
f7fe789
Merge remote-tracking branch 'cedric/proto' into quant
Feb 8, 2023
5f2aa6a
WIP: refactored large portions and parse verification info, some bug …
Feb 11, 2023
805c450
failed and successful verifications are now displayed correctly
Feb 11, 2023
707bd46
Displaying verification time and whether results were cached now work…
Feb 12, 2023
e71bd1a
Avoid parsing all messages 3 times :)
Feb 12, 2023
e9b63d9
Add compilation and verification error differentiation. Do not show a…
Feb 12, 2023
3f707d6
Merge remote-tracking branch 'cedric/proto' into quant
Feb 12, 2023
75fac62
Some formatting + documenting
Feb 13, 2023
df461c8
Reworked underlying data structure for many features, now they all se…
Feb 13, 2023
ca999e0
Cleaned up some unnecessary logs
Feb 13, 2023
3d37f65
Merge remote-tracking branch 'joseph/quant' into proto
Feb 15, 2023
b85e0c7
fixed minor bug
Feb 15, 2023
104e6e5
Filtering fake errors out again
Feb 15, 2023
08a1b09
Show QuantifierChosenTriggersMessage. Needs refactoring.
Feb 15, 2023
2a85c05
Merge remote-tracking branch 'cedric/proto' into quant
Feb 15, 2023
aafe787
Now reading EncodingInfo from prusti-dev so peek feature can be used …
Feb 16, 2023
8963526
The gotoDefinition to view contracts feature is now optional
Feb 16, 2023
08b5530
WIP: refactor everything, not much done yet
Feb 16, 2023
3240872
WIP: Refactoring, async reporting of results. Compiles but not at all…
Feb 19, 2023
5eabb63
minor corrections
Feb 20, 2023
a907de4
WIP
Feb 21, 2023
5864411
resolved merge conflicts
Feb 21, 2023
3ee0009
Rename compile script
Feb 21, 2023
b22e313
Merge Cedric's merge!
Feb 21, 2023
cdde172
Change the way the output is handled.
Feb 21, 2023
eda6186
Make viper message showing configurable.
Feb 21, 2023
c397082
Repaired Codelenses
Feb 21, 2023
7c28971
Merge remote-tracking branch 'joseph/quant' into proto
Feb 21, 2023
5edac67
Gutter icons working and goto definition will show contract again
Feb 21, 2023
959110b
VerificationResults are re-rendered when changing tabs + small adjust…
Feb 21, 2023
ddee515
Changed casing. Untested, because my setup is not working
Feb 22, 2023
414ba6e
Fixed path-problems for crates, so they are working again for
Feb 22, 2023
bd6d3e5
Switch to camelCase everywhere. Refactor message stuff (is it better …
Feb 22, 2023
4b77270
Remove trailing whitespaces.
Feb 22, 2023
abbb155
WIP: Make quantifiers work for crates.
Feb 24, 2023
1e0123a
Make subprocess output separate, invalidate QI/QCT
Feb 26, 2023
2882480
Document methods, rename file, and improve behavior when opening files
Feb 26, 2023
ee5e6ac
Merge remote-tracking branch 'cedric/proto' into quant
Feb 27, 2023
8739c07
Check version before passing new flags and refactor / document / improve
Feb 28, 2023
d53fbe4
Provide way to clear files affected by compilation
Mar 1, 2023
0258d4f
Merge remote-tracking branch 'upstream/master'
Mar 1, 2023
f04c3bd
Resolve warnings and better naming
Mar 1, 2023
74fe0d9
Remove most linter warnings
Mar 1, 2023
8b9365b
Remove linter errors and warnings, except for some unused variable wa…
Mar 1, 2023
8de5d2c
Merge remote-tracking branch 'upstream/master'
Mar 2, 2023
ac9c2a6
Change linter rules to allow unused arguments if starting with unders…
Mar 2, 2023
e832a22
Handle SkipVerification argument for older prusti versions
Mar 4, 2023
9cbc2ae
Bump version number to 0.12.0
Mar 4, 2023
07e263d
Add better synchronization
Mar 4, 2023
86b7f21
Fix linter error
Mar 4, 2023
367cb0d
Fix synchronization, explicitly add 2 env vars
Mar 5, 2023
56350e0
Adjust environment variable to change in prusti-dev and small fix
Mar 5, 2023
8ec2df6
Add more logging messages to find reason for failing CI
Mar 5, 2023
55fd637
Debug CI by adding a timer between opening and verifying
Mar 5, 2023
9bb29f4
Take out timeout for further debugging
Mar 5, 2023
5d338da
Display a better decoration message when verification fails
Mar 6, 2023
265afbf
Change text for codeLens of selective verification
Mar 6, 2023
7fae6eb
Add the newly needed env flags to the server
Mar 6, 2023
8e664a7
Another attempt to resolve the timing problems with OnOpen
Mar 6, 2023
9ff32e7
Merge branch 'master' of github.com:cedihegi/prusti-assistant
Mar 6, 2023
aea6a5f
Fix linter errors and uninstall / remove unused library 'mutex'
Mar 6, 2023
bcbb897
New pledges and add new configuration options to README
Mar 6, 2023
2daf308
Improve quantifier markdown strings
Mar 7, 2023
80ab5d7
Adjust the quantifier reporting frequency
Mar 7, 2023
4992db2
Make the Z3 smt.qi.profile_freq configurable
Mar 8, 2023
5107365
Add (incomplete) initial infrastructure for blockwise verification
trktby May 11, 2024
51a2771
Reformat selective verification argument, add back quantifier flags
trktby Jul 26, 2024
04eec45
Fix up some flags, add extension settings, parse block messages
trktby Jul 31, 2024
798af9e
Display block based decorators
trktby Jul 31, 2024
cc66a15
Revamp decorator management
trktby Aug 7, 2024
7b0aa10
Add current block indicator, move method specific data
trktby Aug 12, 2024
da37e3d
Fix current block display bug, add silicon extra arg option
trktby Aug 12, 2024
e02e34e
Compare methods by hash of trimmed string, improve decorator wiping
trktby Aug 13, 2024
5e50d46
Fix tab change not fetching decorators
trktby Aug 13, 2024
41a8a90
Various small fixes
trktby Aug 15, 2024
22e2050
use setTimeout instead of setInterval
trktby Aug 16, 2024
8c38340
Add decorations which may or may not be used
trktby Aug 16, 2024
cd46292
Fix decorator display bugs
trktby Aug 18, 2024
4614459
Add support for `blockFailureMessage`s
trktby Aug 29, 2024
9525208
Some cleaning
trktby Aug 30, 2024
9c39423
Fix bugs
trktby Sep 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
"import/no-cycle": "error",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/explicit-module-boundary-types": "error",
"@typescript-eslint/no-non-null-assertion": "off"
"@typescript-eslint/no-non-null-assertion": "off",
// Report unused variables only if they don't start with "_".
// Source: https://stackoverflow.com/a/64067915/2491528
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ The main configuration options used by this extension are the following:
* `prusti-assistant.buildChannel`: Allows to choose between the latest Prusti release version (the default) and a slightly newer but potentially unstable Prusti development version.
* `prusti-assistant.checkForUpdates`: Specifies if Prusti should check for updates at startup.
* `prusti-assistant.javaHome`: Specifies the path of the Java home folder (leave empty to auto-detect).
* `prusti-assistant.contractsAsDefinitions`: If enabled, for every (impure a.t.m.) function call, one can invoke "peek definitions" to see its contracts. But this also means "jump-to-definition" will not work anymore for most functions if turned on.
* `prusti-assistant.showViperMessages`: If enabled, more information about quantifiers is available.

### Inline Code Diagnostics

Expand Down
Loading