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

Implement log in rust #554

Closed
espindola opened this issue Jun 23, 2011 · 5 comments
Closed

Implement log in rust #554

espindola opened this issue Jun 23, 2011 · 5 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@espindola
Copy link

With global variables implemented, we can probably implement log in rust itself.

@msullivan
Copy link
Contributor

pcwalton wound up implementing a general purpose log using shapes in C++ instead. Or do you mean a different part of it?

@msullivan
Copy link
Contributor

Well, we could still move the code that checks the flag and figures out whether to log in rust.

@brson
Copy link
Contributor

brson commented Aug 30, 2011

pcwalton says it would be easy at this point to turn the log statements into library functions

@brson
Copy link
Contributor

brson commented Aug 30, 2011

but to preserve line numbers we would have to make it a syntax extension

@catamorphism
Copy link
Contributor

I think #3627 subsumes this. Reopen if you disagree.

kazcw pushed a commit to kazcw/rust that referenced this issue Oct 23, 2018
Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version.
- [Release notes](https://github.com/BurntSushi/quickcheck/releases)
- [Commits](https://github.com/BurntSushi/quickcheck/commits/0.7.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
Document wasm_import_module for #[link].
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
…g#554)

* Introduce documentation for building a larger cargo project

* copyright on script

* Edits in response to feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

4 participants