Skip to content

Conversation

@lsrcz
Copy link
Collaborator

@lsrcz lsrcz commented Nov 12, 2025

No description provided.

};

template <typename T>
xls::dslx::ModuleMember* FindModuleMemberForNode(T* node) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

It seems like this would be better as bool IsModuleMember(const AstNode* node) The current name kind of implies that it's going to dig up the ModuleMember that the node is in.

meheff pushed a commit to xlsynth/xlsynth that referenced this pull request Nov 27, 2025
meheff pushed a commit to xlsynth/xlsynth that referenced this pull request Nov 29, 2025
meheff pushed a commit to xlsynth/xlsynth that referenced this pull request Dec 1, 2025
meheff pushed a commit to xlsynth/xlsynth that referenced this pull request Dec 2, 2025
meheff pushed a commit to xlsynth/xlsynth that referenced this pull request Dec 3, 2025
cdleary pushed a commit to xlsynth/xlsynth that referenced this pull request Dec 12, 2025
char** error_out, struct xls_dslx_typechecked_module** result_out) {
CHECK(error_out != nullptr);
CHECK(result_out != nullptr);
auto fail = [&](absl::string_view message) {
Copy link
Member

Choose a reason for hiding this comment

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

we need to switch this to std::string_view for internal checks to pass.

@copybara-service copybara-service bot merged commit 72b4fbe into google:main Dec 24, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants