CohenArthur

Results 260 comments of CohenArthur

> How do you control the mouse in Python (or Wren)? Well, you have no way except native extensions. Native code is not only for performance, but also to communicate...

This is also mentioned in #2843 and can be replaced with a call to `std::replace`

Assigning this to myself because this has been fixed by a patch from a GCC contributor, which I need to tweak and push here as a PR

we should have but I forgot :grimacing: I'll try and take care of it

this is indeed used in 1.49 (https://github.com/rust-lang/rust/blob/1.49.0/library/core/src/ops/deref.rs#L186) and we'll need to support it, even if we don't support it in its entirety

hm, the "missing locus" part is about missing location info for error emitting, but it does not affect type resolution or anything. I'm not super familiar with this part of...

it's erroring out properly, but mjw suggested adding that check to cut out the compilation earlier in case cargo isn't present. it will make the experience better

https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/Generic-Programs.html

@badumbatish yes! that'd be great. please note that at the moment, we are not using HIR lowering for expanding `AST::FormatArg` nodes - this development will happen later on. still, it...

Yeah I think this might require digging in the MacroExpander implementation but it's not the easiest part of the code :/ I would suggest looking at the `SingleAstNode` being emitted...