Skip to content

TRefs for arbitrary storage #16

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

Merged
merged 1 commit into from
Dec 12, 2018
Merged

TRefs for arbitrary storage #16

merged 1 commit into from
Dec 12, 2018

Conversation

cpfiffer
Copy link
Member

@cpfiffer cpfiffer commented Dec 9, 2018

This is an updated request from #10, which adds dictionary support, miscellaneous testing, and some general tidying. It was easier to start a new branch on the TuringLang organization than rebase when the actual code added is quite small.

@cpfiffer cpfiffer requested a review from yebai December 9, 2018 00:13
@cpfiffer cpfiffer mentioned this pull request Dec 9, 2018
x[1, 3] = 999

# Initialize a TRef holding a dictionary.
d = TRef(Dict("A" => 1, 5 => "B"))
Copy link
Member

Choose a reason for hiding this comment

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

nice!

@yebai
Copy link
Member

yebai commented Dec 12, 2018

Thanks, @cpfiffer !

@yebai yebai merged commit 789db44 into master Dec 12, 2018
@yebai yebai deleted the csp/tref branch February 28, 2019 08:59
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