Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Include ArduinoJson directly in our library and parse json. #79

Merged
merged 4 commits into from
Apr 15, 2016

Conversation

ed7coyne
Copy link
Collaborator

@ed7coyne ed7coyne commented Apr 8, 2016

No description provided.

@@ -0,0 +1,2 @@
These are packages that we depend upon. They may need to be trimmed, all .cpp
Copy link
Contributor

Choose a reason for hiding this comment

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

can we use a submodule? or subtree to track this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, we need a subset of the repo, if we include the whole thing arduino will try to compile their tests too. I cannot find a way to submodule or subtree only part of a repo.

Also since they do actual releases it may be nicer to stay synced to actual releases.

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe a submodule w/ symlinks in src/?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I considered that too but from what I gather symlinks in git don't work very well on windows machines.

@proppy
Copy link
Contributor

proppy commented Apr 14, 2016

LGTM

@ed7coyne ed7coyne merged commit 6f1ec7d into FirebaseExtended:master Apr 15, 2016
@ed7coyne ed7coyne deleted the json-parsing branch April 15, 2016 18:49
const String& json() const {
return json_;
}

private:
String json_;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can remove that field :)

@proppy proppy mentioned this pull request Apr 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants