On Tue, Apr 20, 2021 at 10:23:35AM -0400, Greg Reagle wrote:
> Can someone point me to an article or blog post recommending which of these
> sanitize options would be recommended for general daily use?
Take your favourite Makefile and add
CFLAGS += -fsanitize=address -fsanitize=undefined
LDFLAGS
On Tue, Apr 20, 2021 at 06:45:40AM -0700, Jeremy wrote:
> Regarding readability: in terms of the just the standard libraries, I
> agree that Rust is more readable than C, especially it comes to iterating
> and generics.
impl I {
fn know<'a, How::Someone>(could: &'a Say) -> This<'a>
wit
On 04/20/21 10:23AM, Greg Reagle wrote:
> On Tue, Apr 20, 2021, at 09:45, Jeremy wrote:
> I gave up on using dvtm a while ago (now I use tmux which is good) because it
> would keep crashing. And I could not figure out how to debug the crashes or
> get
> specific information about the cause of the