Skip to content
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

Provide a function to write the standard ebml header #2741

Closed
catamorphism opened this issue Jun 28, 2012 · 5 comments · Fixed by #22161
Closed

Provide a function to write the standard ebml header #2741

catamorphism opened this issue Jun 28, 2012 · 5 comments · Fixed by #22161
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@catamorphism
Copy link
Contributor

as per FIXME in std::ebml.

@metajack
Copy link
Contributor

metajack commented May 2, 2013

Would this be the "EBML Basics" defined here? http://ebml.sourceforge.net/specs/

I don't see anything about "standard header" in the specs here, so I figured I'd ask for clarification.

@emberian
Copy link
Member

Visiting for triage. FIXME is still there but I have no idea what the standard header should be either.

@huonw
Copy link
Member

huonw commented Sep 10, 2013

Triage: FIXME is still there; is the "standard header" the EBML Basics section of the Element Semantics table of @metajack's link?

@emberian
Copy link
Member

See also #9303, which will obviate this (since it will now be our own datatype, it will probably see a revamp and not have and weirdness like this)

@emberian
Copy link
Member

http://matroska.org/technical/specs/rfc/index.html, see section 5. This defines what we probably should be doing here.

steveklabnik added a commit to steveklabnik/rust that referenced this issue Feb 11, 2015
Given that this is entirely internal, this enhancement isn't going to be needed. And if it is, we'll add it.

Closes rust-lang#2741.
richo added a commit to richo/rust that referenced this issue Feb 11, 2015
…hton

Given that this is entirely internal, this enhancement isn't going to be needed. And if it is, we'll add it.

Closes rust-lang#2741.
alexcrichton added a commit to alexcrichton/rust that referenced this issue Feb 11, 2015
Given that this is entirely internal, this enhancement isn't going to be needed. And if it is, we'll add it.

Closes rust-lang#2741.
RalfJung pushed a commit to RalfJung/rust that referenced this issue Dec 28, 2022
cargo-miri: use rustc to determine the output filename

This should fix rust-lang/miri#2740 and fix rust-lang/miri#1867: we no longer need to hard-code the file name logic in cargo-miri.
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
cargo-miri: use rustc to determine the output filename

This should fix rust-lang/miri#2740 and fix rust-lang/miri#1867: we no longer need to hard-code the file name logic in cargo-miri.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants