This repository was archived by the owner on Dec 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
[WIP] Second checkpoint for alias analysis #359
Closed
Closed
Changes from 14 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b9ec341
Update contributing.md
wdanilo ff64c11
Update contributing.md
wdanilo fdaa86f
Update contributing.md
wdanilo b1a5b34
Update contributing.md
wdanilo 6517159
playing with simple cases, improving test harness
mwu-tow fadc178
[wip]
mwu-tow 90d64eb
fixes
mwu-tow 757ed2b
updates based on Ara's feedback and call with Wojciech
mwu-tow eb2b2a4
development
mwu-tow e3411a8
[wip]
mwu-tow 31d0b1f
fixed nested block handling
mwu-tow 68cdf2c
total refactoring
mwu-tow 9175958
cleanups
mwu-tow 9441a4c
cleanups & docs
mwu-tow 84ecdbf
cleanups, fixes, tests
mwu-tow 6d09cee
cleanups
mwu-tow c866db4
minor
mwu-tow 853f608
ouch, it's tricky
mwu-tow 87c1628
Fixed PageUp and PageDown (#340)
notdanilo 3599f61
fixes in tests
mwu-tow 1acb811
CR feedback
mwu-tow 0403eec
todo note to refer to the spec, once it is available
mwu-tow 1a874ea
Merge branch 'master' into wip/mwu/alias-analysis
mwu-tow 9b1cc06
async sleep function (#357)
notdanilo d6b6b33
Merge remote-tracking branch 'remotes/origin/master' into wip/mwu/ali…
mwu-tow 7224256
where went this
mwu-tow 3d54632
CR feedback
mwu-tow 0edfa08
i don't want this in my pr
mwu-tow 5830edc
use impls! to reduce boilerplate
mwu-tow 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 |
|---|---|---|
|
|
@@ -47,4 +47,4 @@ debug = false | |
| [profile.test] | ||
| opt-level = 0 | ||
| lto = false | ||
| debug = false | ||
| debug = true | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we set it to true? Have you checked why it was set to false?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I need this to properly debug my test, it also provides line numbers in call stack when test is failing.
@wdanilo Can you comment why it was set to false? Is it still necessary?