Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alexanderkyte
Copy link
Contributor

@alexanderkyte alexanderkyte commented Dec 19, 2018

Fixes #11579

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How many annotations are you expecting? This is an O(n) insertion. Could use a GQueue to get constant-time appends.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I think I'll just prepend to an slist.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A queue to me implies that we care about the FIFO behavior. This is going to be immutable after it's installed.

@alexanderkyte alexanderkyte force-pushed the telemetry_blob branch 2 times, most recently from f4a70c5 to 85ad77b Compare December 19, 2018 18:42
@alexanderkyte
Copy link
Contributor Author

@monojenkins build deb with monolite

@alexanderkyte
Copy link
Contributor Author

@monojenkins build failed

@alexanderkyte
Copy link
Contributor Author

Ah, corlib version was bumped.

@alexanderkyte
Copy link
Contributor Author

@monojenkins build deb with monolite

@alexanderkyte
Copy link
Contributor Author

@monojenkins build failed

1 similar comment
@alexanderkyte
Copy link
Contributor Author

@monojenkins build failed

@luhenry
Copy link
Contributor

luhenry commented Jan 11, 2019

@monojenkins backport to 2018-08
@monojenkins backport to 2018-10
@monojenkins backport to 2018-12

@monojenkins
Copy link
Contributor

@luhenry backporting to 2018-10 failed, the patch results in conflicts:

Applying: [crash] Support extra merp params
Using index info to reconstruct a base tree...
M	configure.ac
M	mono/metadata/icall-def.h
M	mono/metadata/icall.c
M	mono/utils/mono-merp.c
Falling back to patching base and 3-way merge...
Auto-merging mono/utils/mono-merp.c
Auto-merging mono/metadata/icall.c
CONFLICT (content): Merge conflict in mono/metadata/icall.c
Auto-merging mono/metadata/icall-def.h
CONFLICT (content): Merge conflict in mono/metadata/icall-def.h
Auto-merging configure.ac
CONFLICT (content): Merge conflict in configure.ac
error: Failed to merge in the changes.
Patch failed at 0001 [crash] Support extra merp params

Please backport manually!

@monojenkins
Copy link
Contributor

@luhenry backporting to 2018-08 failed, the patch results in conflicts:

Applying: [crash] Support extra merp params
Using index info to reconstruct a base tree...
M	configure.ac
M	mcs/class/corlib/Mono/Runtime.cs
M	mono/metadata/icall-def.h
M	mono/metadata/icall.c
M	mono/tests/merp-json-valid.cs
M	mono/utils/mono-merp.c
Falling back to patching base and 3-way merge...
Auto-merging mono/utils/mono-merp.c
Auto-merging mono/tests/merp-json-valid.cs
Auto-merging mono/metadata/icall.c
CONFLICT (content): Merge conflict in mono/metadata/icall.c
Auto-merging mono/metadata/icall-def.h
CONFLICT (content): Merge conflict in mono/metadata/icall-def.h
Auto-merging mcs/class/corlib/Mono/Runtime.cs
Auto-merging configure.ac
CONFLICT (content): Merge conflict in configure.ac
error: Failed to merge in the changes.
Patch failed at 0001 [crash] Support extra merp params

Please backport manually!

@monojenkins
Copy link
Contributor

@luhenry backporting to 2018-12 failed, the patch results in conflicts:

Applying: [crash] Support extra merp params
Using index info to reconstruct a base tree...
M	configure.ac
M	mono/metadata/icall-def.h
M	mono/metadata/icall.c
M	mono/utils/mono-merp.c
Falling back to patching base and 3-way merge...
Auto-merging mono/utils/mono-merp.c
Auto-merging mono/metadata/icall.c
Auto-merging mono/metadata/icall-def.h
Auto-merging configure.ac
CONFLICT (content): Merge conflict in configure.ac
error: Failed to merge in the changes.
Patch failed at 0001 [crash] Support extra merp params

Please backport manually!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants