-
Notifications
You must be signed in to change notification settings - Fork 9
New features and improvements #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 60 commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
8c56c94
small changes
9fa5ae6
small fix
6141e56
invoking prusti correctly now
ef1402b
just slight adjustements according to changes in prusti-dev
4ebe83c
parsing IDE Info and passing the flag, for some reason just passing a…
51adf3d
working codelenses and codeactions
d0615eb
not sure what I changed, rebase this at some point :)
cfc86b5
Fixing problems such as IdeInfo only saving information for one file …
3984ed3
IDE info is now persistent across files, i.e. when
9dc4347
starting to refactor
0d69e03
adjusted what happens on save, on open, etc, better behavior when col…
9dc3a83
initial quantifier inlays working
9b3125d
various changes, now able to query signatures for extern specifications
d86e81c
adjusted ide-info
5e7011f
Add hovering and splitting by function that caused the quantifier ins…
eca362e
refactoring, error handling, and some fixes
4dda223
new snippets
dde8a60
Displaying checkmarks next to methods.
f7fe789
Merge remote-tracking branch 'cedric/proto' into quant
5f2aa6a
WIP: refactored large portions and parse verification info, some bug …
805c450
failed and successful verifications are now displayed correctly
707bd46
Displaying verification time and whether results were cached now work…
e71bd1a
Avoid parsing all messages 3 times :)
e9b63d9
Add compilation and verification error differentiation. Do not show a…
3f707d6
Merge remote-tracking branch 'cedric/proto' into quant
75fac62
Some formatting + documenting
df461c8
Reworked underlying data structure for many features, now they all se…
ca999e0
Cleaned up some unnecessary logs
3d37f65
Merge remote-tracking branch 'joseph/quant' into proto
b85e0c7
fixed minor bug
104e6e5
Filtering fake errors out again
08a1b09
Show QuantifierChosenTriggersMessage. Needs refactoring.
2a85c05
Merge remote-tracking branch 'cedric/proto' into quant
aafe787
Now reading EncodingInfo from prusti-dev so peek feature can be used …
8963526
The gotoDefinition to view contracts feature is now optional
08b5530
WIP: refactor everything, not much done yet
3240872
WIP: Refactoring, async reporting of results. Compiles but not at all…
5eabb63
minor corrections
a907de4
WIP
5864411
resolved merge conflicts
3ee0009
Rename compile script
b22e313
Merge Cedric's merge!
cdde172
Change the way the output is handled.
eda6186
Make viper message showing configurable.
c397082
Repaired Codelenses
7c28971
Merge remote-tracking branch 'joseph/quant' into proto
5edac67
Gutter icons working and goto definition will show contract again
959110b
VerificationResults are re-rendered when changing tabs + small adjust…
ddee515
Changed casing. Untested, because my setup is not working
414ba6e
Fixed path-problems for crates, so they are working again for
bd6d3e5
Switch to camelCase everywhere. Refactor message stuff (is it better …
4b77270
Remove trailing whitespaces.
abbb155
WIP: Make quantifiers work for crates.
1e0123a
Make subprocess output separate, invalidate QI/QCT
2882480
Document methods, rename file, and improve behavior when opening files
ee5e6ac
Merge remote-tracking branch 'cedric/proto' into quant
8739c07
Check version before passing new flags and refactor / document / improve
d53fbe4
Provide way to clear files affected by compilation
0258d4f
Merge remote-tracking branch 'upstream/master'
f04c3bd
Resolve warnings and better naming
74fe0d9
Remove most linter warnings
8b9365b
Remove linter errors and warnings, except for some unused variable wa…
8de5d2c
Merge remote-tracking branch 'upstream/master'
ac9c2a6
Change linter rules to allow unused arguments if starting with unders…
e832a22
Handle SkipVerification argument for older prusti versions
9cbc2ae
Bump version number to 0.12.0
07e263d
Add better synchronization
86b7f21
Fix linter error
367cb0d
Fix synchronization, explicitly add 2 env vars
56350e0
Adjust environment variable to change in prusti-dev and small fix
8ec2df6
Add more logging messages to find reason for failing CI
55fd637
Debug CI by adding a timer between opening and verifying
9bb29f4
Take out timeout for further debugging
5d338da
Display a better decoration message when verification fails
265afbf
Change text for codeLens of selective verification
7fae6eb
Add the newly needed env flags to the server
8e664a7
Another attempt to resolve the timing problems with OnOpen
9ff32e7
Merge branch 'master' of github.com:cedihegi/prusti-assistant
aea6a5f
Fix linter errors and uninstall / remove unused library 'mutex'
bcbb897
New pledges and add new configuration options to README
2daf308
Improve quantifier markdown strings
80ab5d7
Adjust the quantifier reporting frequency
4992db2
Make the Z3 smt.qi.profile_freq configurable
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| #!/bin/bash | ||
|
|
||
| npm run compile | ||
|
|
||
| code --extensionDevelopmentPath=/home/juppi/prgs/prusti-assistant /home/juppi/docs/ETH/HS22/PrustiAssistant/examples/ --disable-extensions | ||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.