Jacob Lifshay
Jacob Lifshay
> Though, I take it your vote is in favor of TCE as the feature name. tbh I don't particularly care as long as it's not named \ optimization, since...
I submitted this bug report for my coworker who doesn't have a github account. Here's his response: > i did manage to use "pip3 install something.whl" however it was the...
> > To be able to do this we need a helper method that simulates a "realloc" from the untagged address to the tagged address to make the memory model...
> I don't think Rust will have standard APIs for manipulating page tables? ;) that doesn't matter if you can still use `mmap` or similar to make two mappings for...
> > that doesn't matter if you can still use mmap or similar to make two mappings for the same piece of memory -- it would be nice if rust...
> * Use `std::ptr::Pointee` > * Do the hack to avoid new ambiguity in the current addition > * Remove the hack in the next addition imo having an associated...
I think using parens still is better because you may want to dump the tokens to a file, which breaks with invisible delimiters afaik
> change the rule to _Dedented string literals must begin with a newline_ **or whitespaces and a newline** I think that's a good idea. > 0. If Dedented string does...
a related pet peeve: you can use `Ty { 0: abc, 1: def }` syntax on tuple structs or type aliases of tuple structs but not on type aliases of...
I'm not sure this PR will fix everything wanted in #92, so I'm not marking this as fixing that issue.