From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail-a.sr.ht; dkim=pass header.d=johnnyrichard.com header.i=@johnnyrichard.com Received: from out-188.mta1.migadu.com (out-188.mta1.migadu.com [95.215.58.188]) by mail-a.sr.ht (Postfix) with ESMTPS id 35FA32021E for <~johnnyrichard/olang-devel@lists.sr.ht>; Tue, 27 Feb 2024 16:12:08 +0000 (UTC) Date: Tue, 27 Feb 2024 18:12:04 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=johnnyrichard.com; s=key1; t=1709050327; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QoTcNjs50EVrHFkeF+t8ZLGpneqGsi/f3QqtTDVi6J4=; b=svYutT608u6ylg+UoMHkzXcz8jCpKV82Ds+sWYISZkVhZUxIIl/tkxDrbnQXxVAq+ed1fH Uxw2I1EcuCO06gaLxu8OPiRNItfsolcR0a8jO5ynDyFQGCqjQpzHQqt6fF/Z8xYSRbaAhQ pOU+53DuYzTg7HkA9sldFuW9bDLk+DvZ+aJyL1705RSpQDD6GxBciNpL/8XfrAM+1bYalP QAU3jWziu7bNrllVMGZ0/25n/+9tSonA7Nz6ZiTPExHsbZw6j3kFsikC26topk1KMAARZY njFSQCGAUVEhnHj+5komQOibj9p38qdC9sWg+BAJfIHSs/ULcWiq5ZkhPRAjvg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Johnny Richard To: Carlos Maniero Cc: ~johnnyrichard/olang-devel@lists.sr.ht Subject: Re: [PATCH olang] cli: replace memory allocation malloc -> arena Message-ID: References: <20240222191007.78350-1-johnny@johnnyrichard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT X-TUID: jyt+NBjn8WdI On Tue, Feb 27, 2024 at 12:44:47PM -0300, Carlos Maniero wrote: > > diff --git a/src/0c.c b/src/0c.c > > index 978b770..f0ac974 100644 > > --- a/src/0c.c > > +++ b/src/0c.c > 0c.c no longer exists missed the reply for this comment... Sure, since you've applied the rename patch first, I will fixup the file name as well. The next patch I will do that.