Martin Geisler

Results 889 comments of Martin Geisler

Alternatively, there seems to be some code here which we could use https://github.com/rust-lang/rust/issues/48564. I'll have to test this in the next few days.

> The two snippets in that thread use `Date.now()` and `performance.now()`, respectively. [This comment](https://github.com/rust-lang/rust/issues/48564#issuecomment-698712971) mentions that using `Date.now()` breaks the monotony invariant of [`std::time::Instant`](https://doc.rust-lang.org/std/time/struct.Instant.html). Personally, I do not know what...

When I downloaded it, I got Compiling proc-macro2 v1.0.67 and the test failure is with Compiling proc-macro2 v1.0.47 I guess this is because of the `Cargo.lock` file?

> Yes, that seems to be the issue. I would suggest making a separate PR that updates the `Cargo.lock` file so we can get CI running again :smile: Then rebase...

Hey there, I just wanted to say that I find this preprocessor very useful! I'm using it with great joy in a Rust training course. Here is an example of...

Hey @boozook, I would be interested in maintaining the crate, especially since we use it for the Rust course I maintain.

Thanks @boozook, I'll do my best to help out here!

> I suppose this could be closed because problem solved finally :) Yeah, though I haven't done anything yet :smile:

Thanks, will do!

Sounds great, thanks @hmn53 for digging into this!