Skip to content

BUG: Update from_object dispatch for table#151

Merged
richafrank merged 2 commits intomasterfrom
table-from-object
May 28, 2020
Merged

BUG: Update from_object dispatch for table#151
richafrank merged 2 commits intomasterfrom
table-from-object

Conversation

@richafrank
Copy link
Copy Markdown
Contributor

to use borrowed_ref, which is the new expected interface

@richafrank richafrank requested a review from llllllllll May 21, 2020 00:15
@richafrank richafrank force-pushed the table-from-object branch from ee0cd36 to 66ca063 Compare May 21, 2020 20:09
@llllllllll
Copy link
Copy Markdown
Contributor

Can you add a test in table or from object to make sure we don't break these again?

@richafrank
Copy link
Copy Markdown
Contributor Author

Will do.

@richafrank richafrank force-pushed the table-from-object branch 2 times, most recently from 6250653 to 9d627ab Compare May 22, 2020 16:31
Copy link
Copy Markdown
Contributor

@llllllllll llllllllll left a comment

Choose a reason for hiding this comment

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

lgtm, just had some style questions

Comment thread Makefile Outdated
ifeq ($(COMPILER),GCC)
# #sparseahash uses realloc which osx+gcc are not happy about
CXXFLAGS += -Wno-class-memaccess
GCCVERSIONLT9 := $(shell expr `$(COMPILER) -dumpversion | cut -f1 -d.` \< 9)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

what is LT9 here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

less than 9

Comment thread Makefile Outdated
Comment thread tests/test_from_object.cc Outdated
to use borrowed_ref, which is the new expected interface
to prevent "Symbol not found"
@richafrank richafrank force-pushed the table-from-object branch from b05fb49 to ba84f00 Compare May 27, 2020 14:43
@llllllllll
Copy link
Copy Markdown
Contributor

lgtm

@richafrank richafrank merged commit 429f80f into master May 28, 2020
@richafrank richafrank deleted the table-from-object branch May 28, 2020 00:51
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.

2 participants