Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Pre: eliminate some occurrences of Rc, largely through the magic of Into.#658

Closed
rnewman wants to merge 1 commit into
masterfrom
rnewman/rc-change
Closed

Pre: eliminate some occurrences of Rc, largely through the magic of Into.#658
rnewman wants to merge 1 commit into
masterfrom
rnewman/rc-change

Conversation

@rnewman

@rnewman rnewman commented Apr 24, 2018

Copy link
Copy Markdown
Collaborator

I figured this little polish would make work like #656 easier to read and experiment with. (@mmacedoeu, you might want to take a look.)

@rnewman rnewman self-assigned this Apr 24, 2018
@rnewman rnewman requested a review from ncalexan April 24, 2018 23:49
@mmacedoeu

Copy link
Copy Markdown

Leveraging rust type conversion definitely improves code quality, code is more normalized and refactoring have a lower impact. :)

@rnewman rnewman mentioned this pull request Apr 25, 2018

@ncalexan ncalexan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm fine with this, although I personally find .into() a constant frustration, since it's very difficult to follow even the types, let alone the concrete layout of the resulting instances.

@rnewman

rnewman commented Apr 25, 2018

Copy link
Copy Markdown
Collaborator Author

Landed via #659.

@rnewman rnewman closed this Apr 25, 2018
@rnewman rnewman deleted the rnewman/rc-change branch April 25, 2018 21:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants