Skip to content

refactor(parsers): move and rename parsers to a new parser directory#696

Merged
peppsac merged 1 commit intomasterfrom
parser_refacto
Mar 27, 2018
Merged

refactor(parsers): move and rename parsers to a new parser directory#696
peppsac merged 1 commit intomasterfrom
parser_refacto

Conversation

@mbredif
Copy link
Collaborator

@mbredif mbredif commented Mar 26, 2018

Description

Multiple classes are in charge of decoding file chunks. They were scattered into multiple directories and had different names : Loaders, Parsers, IoDrivers...
They are now all moved to a new src/Parser directory.

Motivation and Context

This commit addresses first item of #695 : "Move and rename JS files in charge of formatting into a Parser directory"

import Coordinates from '../Core/Geographic/Coordinates';

function KMZLoader() {
function KMZParser() {
Copy link
Contributor

Choose a reason for hiding this comment

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

If the file is KmzParser please rename it here as KmzParser too.

@mbredif mbredif force-pushed the parser_refacto branch 2 times, most recently from e0b32b4 to 8a63a79 Compare March 26, 2018 15:43
Multiple classes are in charge of decoding file chunks. They were scattered into multiple directories and had different names : Loaders, Parsers, IoDrivers...
They are now all moved to a new src/Parser directory
This commit addresses first item of #695
Copy link
Contributor

@zarov zarov left a comment

Choose a reason for hiding this comment

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

LGTM thanks !

Copy link
Contributor

@zarov zarov left a comment

Choose a reason for hiding this comment

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

Not good in fact, there are still some ioDXBIL references.

Copy link
Contributor

@zarov zarov left a comment

Choose a reason for hiding this comment

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

My bad, sorry :(

@mbredif mbredif added the ready label Mar 27, 2018
@peppsac peppsac merged commit 6324b66 into master Mar 27, 2018
@peppsac peppsac deleted the parser_refacto branch March 27, 2018 09:13
@mbredif mbredif mentioned this pull request Apr 4, 2018
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.

3 participants