Skip to content

assembly and ast#95

Merged
mattiaerre merged 3 commits intomasterfrom
assembly-and-ast
Jan 7, 2019
Merged

assembly and ast#95
mattiaerre merged 3 commits intomasterfrom
assembly-and-ast

Conversation

@mattiaerre
Copy link
Copy Markdown
Member

Describe

  • add test and clean

should fix #81 and #91

maybe related to #94

@mattiaerre mattiaerre added help wanted Extra attention is needed WIP labels Jan 6, 2019
@mattiaerre mattiaerre added this to the beta launch milestone Jan 6, 2019
@mattiaerre mattiaerre requested a review from fvictorio January 6, 2019 23:02
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 6, 2019

Codecov Report

Merging #95 into master will increase coverage by 0.42%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   94.44%   94.87%   +0.42%     
==========================================
  Files           5        5              
  Lines         234      234              
  Branches       50       50              
==========================================
+ Hits          221      222       +1     
+ Misses         13       12       -1
Impacted Files Coverage Δ
src/printer.js 94.81% <0%> (+0.51%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 952ea35...fc761af. Read the comment docs.

Comment thread src/clean.js Outdated
// eslint-disable-next-line no-unused-vars
const clean = (ast, newObj, parent) => {
['code', 'codeStart', 'loc', 'range'].forEach(name => {
['code', 'codeStart', 'loc', 'operations', 'range'].forEach(name => {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this is in order to bypass the problem w/ AST_COMPARE=true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is no longer necessary. Merging master into this branch fixes the issue.

@mattiaerre mattiaerre merged commit e0915dc into master Jan 7, 2019
@mattiaerre mattiaerre deleted the assembly-and-ast branch January 7, 2019 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

help wanted Extra attention is needed WIP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

issue w/ assembly code

2 participants