-
-
Notifications
You must be signed in to change notification settings - Fork 474
Function as argument #2942
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
Open
MobinYengejehi
wants to merge
31
commits into
multitheftauto:master
Choose a base branch
from
MobinYengejehi:function_as_argument
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Function as argument #2942
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
9e6a490
read function as argument
MobinYengejehi e240103
function as argument
MobinYengejehi 963cf19
function as argument
MobinYengejehi 7d3a6c2
function as argument
MobinYengejehi 8a237c6
Merge branch 'master' into function_as_argument
MobinYengejehi eb33c32
Merge branch 'master' into function_as_argument
MobinYengejehi 795466e
Merge branch 'master' into function_as_argument
MobinYengejehi 6ec3d62
Merge branch 'master' into function_as_argument
MobinYengejehi 082ebda
Merge branch 'master' into function_as_argument
MobinYengejehi b2636fb
Merge branch 'master' into function_as_argument
MobinYengejehi 46ad7bf
Merge branch 'master' into function_as_argument
MobinYengejehi d8f3e87
Merge branch 'master' into function_as_argument
MobinYengejehi 1518edc
Merge branch 'master' into function_as_argument
MobinYengejehi 2caf120
Merge branch 'master' into function_as_argument
MobinYengejehi 034eed4
Merge branch 'master' into function_as_argument
MobinYengejehi e2a3c26
Merge branch 'master' into function_as_argument
MobinYengejehi 08753ad
Merge branch 'master' into function_as_argument
MobinYengejehi a6e7d52
Merge branch 'master' into function_as_argument
MobinYengejehi 9a96fbf
Merge branch 'master' into function_as_argument
MobinYengejehi d39d300
Merge branch 'master' into function_as_argument
MobinYengejehi ab93444
Merge branch 'master' into function_as_argument
MobinYengejehi efa4227
Merge branch 'master' into function_as_argument
MobinYengejehi 8a247d8
Merge branch 'master' into function_as_argument
MobinYengejehi 6eb0feb
Merge branch 'master' into function_as_argument
MobinYengejehi a2fcc3b
Merge branch 'master' into function_as_argument
MobinYengejehi 6e8f867
Merge branch 'master' into function_as_argument
MobinYengejehi 80fb851
Merge branch 'master' into function_as_argument
MobinYengejehi f6b4a9d
Merge branch 'master' into function_as_argument
MobinYengejehi e91627b
Merge branch 'master' into function_as_argument
tederis c6ac9d8
Merge branch 'master' into function_as_argument
MobinYengejehi a79cf27
Merge branch 'master' into function_as_argument
MobinYengejehi 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
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.
When a referenced resource become stopped this pointer will turn into the dangling one. From what I was able to see there is no an invalidation mechanism for functions.
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.
i agree
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.
i have some cleaner and better version in my mind for this
i will work on it and update its PR to use that instead