Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Latest commit breaks build #801

Closed
leighton opened this issue Mar 17, 2011 · 3 comments
Closed

Latest commit breaks build #801

leighton opened this issue Mar 17, 2011 · 3 comments

Comments

@leighton
Copy link

Related commit: 19e5351

Make output:
../src/platform_darwin.cc:213: error: expected constructor, destructor, or type conversion before ‘<’ token

@amackera
Copy link

A fix: #805

@mathiasbynens
Copy link

Dupes: #805, #813

@ry
Copy link

ry commented Mar 22, 2011

fixed in 7bff702

@ry ry closed this as completed Mar 22, 2011
coolaj86 pushed a commit that referenced this issue Apr 15, 2011
Problem: Sometimes it is useful to read a file from a certain position
to it's end. The current implementation was already perfectly capable
of this, but decided to throw an error when the user tried to omit
the end option. The only way to do this, was to pass {end: Infinity}.

Solution: Automatically assume {end: Infinity} when omitted, and remove
the previous exception thrown. Also updated the docs.

closes #801.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants