Skip to content

Slightly better repl #33

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 3 commits into from
May 25, 2017
Merged

Slightly better repl #33

merged 3 commits into from
May 25, 2017

Conversation

nikomatsakis
Copy link
Contributor

Improve a few things about the repl --

  • Add a libstd.chalk with common stuff
  • You can have comments in chalk files now
  • Parse errors tell you where the error occurred

@aturon
Copy link
Member

aturon commented May 8, 2017

Nice!

libstd.chalk Outdated

struct Box<T> { }
impl<T> Clone for Box<T> where T: Clone { }
impl<T> Sized for Rc<T> { }
Copy link
Member

Choose a reason for hiding this comment

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

Copy-paste bug here, which lost me a bit of time :)

@nikomatsakis nikomatsakis force-pushed the slightly-better-repl branch from 2e506c7 to 2076653 Compare May 25, 2017 08:46
@nikomatsakis nikomatsakis force-pushed the slightly-better-repl branch from 2076653 to 1f75189 Compare May 25, 2017 08:46
@nikomatsakis nikomatsakis merged commit 5637a6f into master May 25, 2017
@nikomatsakis
Copy link
Contributor Author

ok, fixed the bug, thanks :)

@nikomatsakis nikomatsakis deleted the slightly-better-repl branch June 6, 2017 08:15
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