From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id qGnmEZDfXGMGDgAAbAwnHQ (envelope-from ) for ; Sat, 29 Oct 2022 10:08:48 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id ENDgEZDfXGMygQAA9RJhRA (envelope-from ) for ; Sat, 29 Oct 2022 10:08:48 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2BE49CC93 for ; Sat, 29 Oct 2022 10:08:47 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oogsv-0004qq-W8; Sat, 29 Oct 2022 04:08:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oogss-0004nq-Fi for emacs-orgmode@gnu.org; Sat, 29 Oct 2022 04:08:03 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oogss-00007V-6t; Sat, 29 Oct 2022 04:08:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=J8CPMOrcKmVq1UIClAu7w9mHv7KosAFcV830rniaOVc=; b=hcXM7v5hAxgklAVyoe79 yjRHtfO5pd4Ys/z62qzMfzXO3diC5NcAaxALiKi1S8zqS80+LhXwWlZmSllnVRltdeDFRBUabxN+r oCcrDuBqtLicP+5L/I/F7taWgZgBoO0OrGaKJax4pwV8YViRNxS8aaPBrjUodqFOIRzhzkpOgKtUb zuktKIDYA5nNZx718i4Z5eea8qc23TZBvzw29JPnqae9isNE83lUMCJ208a/fuBZunvRAaHr1WR5s S4iJXQTvrDm0NQMYkL6uqeGbNNMOIlrFkO83KPlTm4O3T6gx4pZojaMrLGtIpFVqWts0Fj8QGd2Dj R+UkuUKBoNMlmQ==; Received: from 182.86.95.79.rev.sfr.net ([79.95.86.182] helo=hal) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oogsr-00025e-NX; Sat, 29 Oct 2022 04:08:01 -0400 Received: by hal (Postfix, from userid 1000) id E7AB91E0401; Sat, 29 Oct 2022 10:07:58 +0200 (CEST) From: Bastien Guerry To: Ihor Radchenko Cc: Daniel Kraus , numbchild@gmail.com, emacs-orgmode@gnu.org Subject: Re: ob-clojure session support In-Reply-To: <878rkzl49x.fsf@localhost> (Ihor Radchenko's message of "Sat, 29 Oct 2022 03:03:54 +0000") Organization: GNU References: <87lep3oxcu.fsf@localhost> <878rl1a1e0.fsf@kraus.my> <87a65gmw3f.fsf@localhost> <87sfj88ep7.fsf@kraus.my> <878rkzl49x.fsf@localhost> Date: Sat, 29 Oct 2022 10:07:58 +0200 Message-ID: <87o7tv6oip.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Emacs-orgmode" Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-TUID: /lwUhzeZh64K Hi Ihor and Daniel, Ihor Radchenko writes: > If Bastien removed session support, and you do not see any justification, > it was most likely an oversight. >From memory, I removed session support in ob-clojure.el because it was too buggy. > We generally avoid feature regressions: > https://bzg.fr/en/the-software-maintainers-pledge/ > > So, if sessions are currently not supported, it should be considered a > bug and fixed. Indeed, having session support would be better. Thanks for reimplementing it! -- Bastien