Skip to content
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

Properly set the metadata value of LogReturn #46

Open
gentlementlegen opened this issue Oct 28, 2024 · 11 comments
Open

Properly set the metadata value of LogReturn #46

gentlementlegen opened this issue Oct 28, 2024 · 11 comments

Comments

@gentlementlegen
Copy link
Member

          Revision should point to the current version of the plugin. Within actions this is easy to get, within workers I don't think this is possible, instead we could probably use the version id?
image

Originally posted by @gentlementlegen in ubiquity-os/ubiquity-os-kernel#169 (comment)

@gentlementlegen gentlementlegen changed the title Revision should point to the current version of the plugin. Within actions this is easy to get, within workers I don't think this is possible, instead we could probably use the version id? Properly set the metadata value of LogReturn Oct 28, 2024
@imabutahersiddik

This comment was marked as spam.

Copy link

Deadline Mon, Oct 28, 6:27 PM UTC
Beneficiary 0x7245F5Cb278ea948Ab6302Bd911db00Ad4889672

Tip

  • Use /wallet 0x0000...0000 if you want to update your registered payment wallet address.
  • Be sure to open a draft pull request as soon as possible to communicate updates on your progress.
  • Be sure to provide timely updates to us when requested, or you will be automatically unassigned from the task.

Copy link

Passed the deadline and no activity is detected, removing assignees: @imabutahersiddik.

@Keyrxng
Copy link
Member

Keyrxng commented Nov 6, 2024

@gentlementlegen we gonna built it into the logger or keep it within the sdk?

@gentlementlegen
Copy link
Member Author

@Keyrxng The SDK itself uses the logger but maybe having this metadata in the logger pollutes the code base too much as it is specific to GitHub comments probably.

@Keyrxng
Copy link
Member

Keyrxng commented Nov 8, 2024

I thought something similar, so best to keep it all within the SDK in error metadata. Can close this or transfer it or whatever as it's resolved within the SDK following the merge of gentlementlegen/ubiquity-os-kernel#1 (will PR the SDK repo now that there is one)

@gentlementlegen
Copy link
Member Author

@Keyrxng should we reopen the PR then?

@Keyrxng
Copy link
Member

Keyrxng commented Nov 10, 2024

I'm including all of the logic for this directly into the SDK right? If so then yeah I'll PR the SDK.

Just seen foo's comment re: SDK separation complicating things. Waiting to see if the SDK moves back into the kernel or stays separate

@gentlementlegen
Copy link
Member Author

@Keyrxng Also goes for the PR you just closed I guess.

@Keyrxng
Copy link
Member

Keyrxng commented Nov 10, 2024

@Keyrxng Also goes for the PR you just closed I guess.

Yes unfortunately, would have been ideal if you had managed to merge into your improvements PR like you suggested but it's all good I'll just re-do them.

I assume the SDK is 100% staying separate from the kernel then yeah and I should PR against it?

@gentlementlegen
Copy link
Member Author

Let's see how we do it. If the circular reference can be fixed it can remain inside the kernel and it's fine.

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