Skip to content

List fullform - #57

Merged
mmatera merged 2 commits into
masterfrom
list-fullform
Nov 26, 2021
Merged

mmatera merged 2 commits into
masterfrom
list-fullform

Conversation

@mmatera

@mmatera mmatera commented Nov 6, 2021

Copy link
Copy Markdown
Contributor

This PR changes the behavior of MakeBoxes[List[___], FullForm] to make it closer to WMA.

In[1] := FullForm[List[1,2,3]]
Out[1]:= {1,2,3}

This also helps to debug some code like the one in Series, which can produce several nested lists.

@TiagoCavalcante TiagoCavalcante left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - this makes sense.

@mmatera
mmatera merged commit 0a22058 into master Nov 26, 2021
mmatera added a commit that referenced this pull request Dec 7, 2021
* Full form of lists should be formated with {...}

* fix tests

fix Series test (#79)

* fix Series test

* CHANGES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants