Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Update duktape to 1.4.0 release #4

Closed
wants to merge 3 commits into from
Closed

Update duktape to 1.4.0 release #4

wants to merge 3 commits into from

Conversation

glima
Copy link

@glima glima commented Feb 19, 2016

This will solve the issues with packaging (and also having valid debug symbols for this part of the code) and the "#line" directive used before. From this release on, they ship a "src-noline" version of the sources, that we now use. I tested our samples with this new code and we're fine. We have some new build warnings, thought (on duktape), that I'll fix in the sequence.

Gustavo Lima Chaves added 3 commits February 19, 2016 17:42
They now provide a src-noline/ dir with the sources where there are no
"#line" cpp directives. This way we stop preventing our js module
packaging to provide debugging symbols on RPM (and other) packages.

Signed-off-by: Gustavo Lima Chaves <gustavo.lima.chaves@intel.com>
Signed-off-by: Gustavo Lima Chaves <gustavo.lima.chaves@intel.com>
@glima
Copy link
Author

glima commented Feb 23, 2016

@cabelitos, @bdilly ^ good enough?

@bdilly
Copy link
Contributor

bdilly commented Feb 23, 2016

@glima fine by me. But you tested our node types / samples with this version, right?

@glima
Copy link
Author

glima commented Feb 24, 2016

I did. Now merging, then.

@glima glima closed this Feb 24, 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