-
Notifications
You must be signed in to change notification settings - Fork 4
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
Features/build2 #6
Conversation
…tion. Some improvements around .devcontainer support
…ld. Fixing a time-based error in some of the tests.
…compatiblity with VS Code "Testing" and static binaries
@@ -6,6 +6,13 @@ import ( | |||
"github.com/bitwarden/sdk/languages/go/internal/cinterface" | |||
) | |||
|
|||
type BitwardenClientInterface interface { |
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.
Just flagging these as things we'll need to reconcile with the SDK repo.
@@ -7,7 +7,8 @@ import ( | |||
|
|||
/* | |||
#cgo LDFLAGS: -lbitwarden_c | |||
#cgo linux LDFLAGS: -L/usr/local/lib -L/usr/lib -L ./lib | |||
#cgo LDFLAGS: -Wl,-unresolved-symbols=ignore-all |
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.
Same here. We'll need to consider pushing these flags to what's in the SDK repo, or see if there's a way to move them into the Makefile in the future.
…to target Go 1.22 and higher. Operator SDK is not currently compatible with Go 1.22.
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 really like the use of dev containers here!
A couple of minor things to take a look at.
Co-authored-by: Thomas Avery <[email protected]>
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.
Tests are working now for me.
I'm good as long as DevOps is good with the workflows.
🎟️ Tracking
🚧 Type of change
📔 Objective
📋 Code changes
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes