-
Notifications
You must be signed in to change notification settings - Fork 161
Transparent compiler #1240
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
Merged
TheAngryByrd
merged 60 commits into
ionide:nightly
from
TheAngryByrd:transparent-compiler
Apr 23, 2024
Merged
Transparent compiler #1240
Changes from 55 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
0f513d8
Ignore warn on debug
TheAngryByrd 1e365e9
global.json nonsense
TheAngryByrd 973d47a
Transparent compiler changes
TheAngryByrd fe41e48
formatting
TheAngryByrd 3732365
Fixing snapshots/caching
TheAngryByrd 058f2cf
prototype adaptive snapshotting
TheAngryByrd a237930
Cleanup adaptive snapshots
TheAngryByrd b946e2c
Much refactoring snapshot tests
TheAngryByrd 6e6ef62
Much refactoring snapshot tests
TheAngryByrd fa38c5f
Add adaptive snapshots to lsp server
TheAngryByrd 316d371
Make source to snapshot lookup adaptive
TheAngryByrd e5c28ef
workspace cleanups
TheAngryByrd 5c5f108
Fixup much stuff
TheAngryByrd eee5675
More cleanups
TheAngryByrd 076dcea
undo some project selection and fix onsave checks
TheAngryByrd 01a7100
Ensure project reloads happen correctly
TheAngryByrd 13a9ddd
Enable all tests
TheAngryByrd 8a87f44
formatting
TheAngryByrd cfefbd8
formatting
TheAngryByrd cd6898f
fix path normalization issues
TheAngryByrd 7657d79
fix stacktraces when adaptive has failures
TheAngryByrd f53b339
fix normalization issues
TheAngryByrd d14232a
fixup stacktrackes
TheAngryByrd 1e867f9
fixup tests
TheAngryByrd e3ed551
Add OTel to tests
TheAngryByrd 690e722
formatting
TheAngryByrd 623f2eb
remove future expecto features
TheAngryByrd 64e653e
handle CI failures for file tests
TheAngryByrd a6657d9
Maybe make tests work on nix
TheAngryByrd 1bb1ce3
fixing tests part 302
TheAngryByrd 2d2f29c
fixing tests part 303
TheAngryByrd 54749ee
fixing tests part 304
TheAngryByrd 1ea1035
fixing tests part 305
TheAngryByrd dc39ae3
get more logging in github actions
TheAngryByrd 249d1b6
fixing tests part 306
TheAngryByrd edfa450
fixing tests part 307
TheAngryByrd fe45c9c
fixing tests part 308
TheAngryByrd 3ac6a90
cleanup
TheAngryByrd 4caf366
refactoring
TheAngryByrd e499e3f
Add OTel to projectworkspace
TheAngryByrd bd2153c
add description to emptyfiletests
TheAngryByrd 41c08aa
add retry to cursorbased tests
TheAngryByrd de76398
fix focustest helpers
TheAngryByrd 36fcc73
add telplin
TheAngryByrd 77aca9a
fix otel readme docs
TheAngryByrd ae52948
Make background/transparent compiler switchable
TheAngryByrd aa4f46e
Up timeout again
TheAngryByrd 096cb02
Split up tests
TheAngryByrd 88e430f
Retry workspace loader tests
TheAngryByrd cea27d2
skip flakey test
TheAngryByrd 53baffe
disable projectgraph tests for perf reasons
TheAngryByrd c9e2ae0
Fix description of transparent compiler flag
TheAngryByrd 560a44b
cleanup dead code
TheAngryByrd 8696c11
Comment project workspace more
TheAngryByrd bba20b6
revert fsproj change
TheAngryByrd 47bc364
Update src/FsAutoComplete.Core/AdaptiveExtensions.fs
TheAngryByrd 00b911e
Update Directory.Build.props
TheAngryByrd 48ad332
Remove nowarn since it's in pojectfile now
TheAngryByrd a6692eb
Remove redundant normalize call
TheAngryByrd 5223f80
Add noequality no comparison
TheAngryByrd 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
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 |
|---|---|---|
|
|
@@ -25,6 +25,12 @@ | |
| "commands": [ | ||
| "fsharp-analyzers" | ||
| ] | ||
| }, | ||
| "telplin": { | ||
| "version": "0.9.6", | ||
| "commands": [ | ||
| "telplin" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
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
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 |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "7.0.400", | ||
| "rollForward": "major", | ||
| "rollForward": "latestMajor", | ||
| "allowPrerelease": true | ||
| } | ||
| } | ||
| } |
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.