From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45342: 28.0.50; Native compiled function returns raw bytes, not string Date: Mon, 21 Dec 2020 15:34:05 +0000 Message-ID: References: <830eaec4-a2f7-c3cf-14f2-e0a3574a1e8b@web.de> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37242"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 45342-done@debbugs.gnu.org To: Alexander Miller Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 21 16:35:36 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1krNDk-0009Zs-D3 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 21 Dec 2020 16:35:36 +0100 Original-Received: from localhost ([::1]:53962 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krNDj-0001Gj-CA for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 21 Dec 2020 10:35:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53764) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krNDC-0001Ec-UY for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2020 10:35:06 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36483) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1krNDC-0007Uu-N8 for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2020 10:35:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1krNDC-0004bp-L8 for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2020 10:35:02 -0500 Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 21 Dec 2020 15:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45342 X-GNU-PR-Package: emacs Mail-Followup-To: 45342@debbugs.gnu.org, akrl@sdf.org, alexanderm@web.de Original-Received: via spool by 45342-done@debbugs.gnu.org id=D45342.160856485017635 (code D ref 45342); Mon, 21 Dec 2020 15:35:02 +0000 Original-Received: (at 45342-done) by debbugs.gnu.org; 21 Dec 2020 15:34:10 +0000 Original-Received: from localhost ([127.0.0.1]:48027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krNCM-0004aN-1o for submit@debbugs.gnu.org; Mon, 21 Dec 2020 10:34:10 -0500 Original-Received: from mab.sdf.org ([205.166.94.33]:39826 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krNCJ-0004aE-MY for 45342-done@debbugs.gnu.org; Mon, 21 Dec 2020 10:34:08 -0500 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1krNCH-0006sk-S4; Mon, 21 Dec 2020 15:34:05 +0000 In-Reply-To: <830eaec4-a2f7-c3cf-14f2-e0a3574a1e8b@web.de> (Alexander Miller's message of "Mon, 21 Dec 2020 14:45:04 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:196539 Archived-At: Alexander Miller writes: > Hi Andrea, > > I can confirm that 72c1a41573 fixes the issue. > > However there's still another problem that I thought was related, but > apparently it isn't. (I can open another bug for it if you like). > > It looks like eval-when-compile is not working as expected. I am also > using small xpms for my modeline that are defined like this: Hi Alex, I tried reproducing but I get nil both executing interpreted byte-compiled and native-compiled, so probably I'm not doing exactly what you do. Could you open a dedicated bug attaching the full reproducer and how you exercise it? I'm closing this one. Thanks! Andrea