Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
325 lines (250 loc) · 8.43 KB

20652.md

File metadata and controls

325 lines (250 loc) · 8.43 KB

Issue 20652: weird output: show of FiniteField

archive/issues_020415.json:

{
    "assignees": [],
    "body": "<div id=\"comment:0\"></div>\n\nWe have\n\n```\nsage: show(FiniteField(2))\n\\newcommand{\\Bold}[1]{\\mathbf{#1}}0 1\n```\nwhich is the list of elements and not $F_2$.\n\nHowever, the LaTeX representation is fine:\n\n```\nsage: latex(FiniteField(2))\n\\Bold{F}_{2}\n```\n\nNote that on SMC, `show` behaves differently.\n\nSage-devel discussion: https://groups.google.com/d/topic/sage-devel/CxcDljUc4-8/discussion\n\nComponent: **misc**\n\nKeywords: **cloud**\n\nReviewer: **Daniel Krenn**\n\n_Issue created by migration from https://trac.sagemath.org/ticket/20652_\n\n",
    "closed_at": "2016-06-12T12:02:30Z",
    "created_at": "2016-05-22T09:42:17Z",
    "labels": [
        "https://github.com/sagemath/sage/labels/p%3A%20major%20/%203",
        "https://github.com/sagemath/sage/labels/bug"
    ],
    "reactions": [],
    "repository": "https://github.com/sagemath/sage",
    "title": "weird output: show of FiniteField",
    "type": "issue",
    "updated_at": "2016-06-12T12:02:30Z",
    "url": "https://github.com/sagemath/sage/issues/20652",
    "user": "https://github.com/dkrenn"
}

We have

sage: show(FiniteField(2))
\newcommand{\Bold}[1]{\mathbf{#1}}0 1

which is the list of elements and not $F_2$.

However, the LaTeX representation is fine:

sage: latex(FiniteField(2))
\Bold{F}_{2}

Note that on SMC, show behaves differently.

Sage-devel discussion: https://groups.google.com/d/topic/sage-devel/CxcDljUc4-8/discussion

Component: misc

Keywords: cloud

Reviewer: Daniel Krenn

Issue created by migration from https://trac.sagemath.org/ticket/20652


archive/issue_events_288234.json:

{
    "actor": "https://github.com/dkrenn",
    "created_at": "2016-05-22T09:42:17Z",
    "event": "milestoned",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "milestone_number": null,
    "milestone_title": "sage-7.3",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288234"
}

archive/issue_events_288235.json:

{
    "actor": "https://github.com/dkrenn",
    "created_at": "2016-05-22T09:42:17Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "label": "https://github.com/sagemath/sage/labels/p%3A%20major%20/%203",
    "label_color": "ffbb00",
    "label_name": "p: major / 3",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288235"
}

archive/issue_events_288236.json:

{
    "actor": "https://github.com/dkrenn",
    "created_at": "2016-05-22T09:42:17Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "label": "https://github.com/sagemath/sage/labels/bug",
    "label_color": "d73a4a",
    "label_name": "bug",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288236"
}

archive/issue_comments_298581.json:

{
    "body": "<div id=\"comment:1\" align=\"right\">comment:1</div>\n\nModify ticket description adding link to sage-devel discussion.",
    "created_at": "2016-05-22T23:49:29Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20652#issuecomment-298581",
    "user": "https://github.com/slel"
}
comment:1

Modify ticket description adding link to sage-devel discussion.


archive/issue_comments_298582.json:

{
    "body": "Description changed:\n``````diff\n--- \n+++ \n@@ -6,11 +6,13 @@\n ```\n which is the list of elements and not $F_2$.\n \n-However, the LaTeX-representation is fine:\n+However, the LaTeX representation is fine:\n \n ```\n sage: latex(FiniteField(2))\n \\Bold{F}_{2}\n ```\n \n-Note that on SMC show behaves differently.\n+Note that on SMC, `show` behaves differently.\n+\n+Sage-devel discussion: https://groups.google.com/d/topic/sage-devel/CxcDljUc4-8/discussion\n``````\n",
    "created_at": "2016-05-22T23:49:29Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20652#issuecomment-298582",
    "user": "https://github.com/slel"
}

Description changed:

--- 
+++ 
@@ -6,11 +6,13 @@
 ```
 which is the list of elements and not $F_2$.
 
-However, the LaTeX-representation is fine:
+However, the LaTeX representation is fine:
 
 ```
 sage: latex(FiniteField(2))
 \Bold{F}_{2}
 ```
 
-Note that on SMC show behaves differently.
+Note that on SMC, `show` behaves differently.
+
+Sage-devel discussion: https://groups.google.com/d/topic/sage-devel/CxcDljUc4-8/discussion

archive/issue_events_288237.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-05-30T14:51:07Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "label": "https://github.com/sagemath/sage/labels/needs%20review",
    "label_color": "7fff00",
    "label_name": "needs review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288237"
}

archive/issue_comments_298583.json:

{
    "body": "<div id=\"comment:2\" align=\"right\">comment:2</div>\n\nDuplicate of #20711",
    "created_at": "2016-05-30T14:51:07Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20652#issuecomment-298583",
    "user": "https://github.com/vbraun"
}
comment:2

Duplicate of #20711


archive/issue_events_288238.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-05-30T14:51:07Z",
    "event": "demilestoned",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "milestone_number": null,
    "milestone_title": "sage-7.3",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288238"
}

archive/issue_events_288239.json:

{
    "actor": "https://github.com/dkrenn",
    "created_at": "2016-05-30T14:52:30Z",
    "event": "unlabeled",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "label": "https://github.com/sagemath/sage/labels/needs%20review",
    "label_color": "7fff00",
    "label_name": "needs review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288239"
}

archive/issue_events_288240.json:

{
    "actor": "https://github.com/dkrenn",
    "created_at": "2016-05-30T14:52:30Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "label": "https://github.com/sagemath/sage/labels/positive%20review",
    "label_color": "dfffc0",
    "label_name": "positive review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288240"
}

archive/issue_comments_298584.json:

{
    "body": "Reviewer: **Daniel Krenn**",
    "created_at": "2016-05-30T14:52:30Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20652#issuecomment-298584",
    "user": "https://github.com/dkrenn"
}

Reviewer: Daniel Krenn


archive/issue_events_288241.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-06-12T12:02:30Z",
    "event": "unlabeled",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "label": "https://github.com/sagemath/sage/labels/positive%20review",
    "label_color": "dfffc0",
    "label_name": "positive review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288241"
}

archive/issue_events_288242.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-06-12T12:02:30Z",
    "event": "closed",
    "issue": "https://github.com/sagemath/sage/issues/20652",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20652#event-288242"
}