-
Notifications
You must be signed in to change notification settings - Fork 825
feat:! Use segment names #6254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat:! Use segment names #6254
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
60040c3
update c++ api
ericvergnaud 5c66694
Use segment names instead of indices
ericvergnaud 53cd9a6
use segment names instead of segment indices
ericvergnaud 2599ea8
fix formatting
ericvergnaud 2ef578e
fix failing js tests
ericvergnaud 19d841a
fix failing js tests
ericvergnaud 3471b35
fix failing tests
ericvergnaud 081f3f0
fix failing tests
ericvergnaud de0f397
fix failing tests
ericvergnaud efc7fd4
troubleshoot failing tests
ericvergnaud 47ea12b
fix failing tests
ericvergnaud 19dc106
Revert "troubleshoot failing tests"
ericvergnaud d42e44c
allow segment names to be null
ericvergnaud b42756d
something slipped...
ericvergnaud 7e03f19
support anonymous segments in js too
ericvergnaud 960bea5
long day...
ericvergnaud bf35b05
make names explicit only when provided
ericvergnaud 25a67e8
make names explicit only when provided
ericvergnaud c35cdf9
bad day, switching between languages...
ericvergnaud c9ab883
fix indent
ericvergnaud f9ebb93
print JS stack trace in emcc tests
ericvergnaud c839752
print JS stack trace in emcc tests
ericvergnaud b6bc3c8
fix failing tests
ericvergnaud a1f89f5
add comment
ericvergnaud 74e7f31
fix failing tests
ericvergnaud 7e2cb37
fix lint issue
ericvergnaud 9d6249e
fix formatting and update comments
ericvergnaud 2293db2
Update scripts/test/binaryenjs.py
kripken 4a787d5
force update of txt files
ericvergnaud aa4a907
reverse forced update
ericvergnaud ed97acb
force update
ericvergnaud d15d3c8
last attempt...
ericvergnaud e219adf
Revert "fix failing tests"
ericvergnaud a90fb38
remove to recreate
ericvergnaud 32b1d92
recreate
ericvergnaud 58fb2e6
remove and push ?
ericvergnaud 24f923f
restore
ericvergnaud 4f420f1
add test file
ericvergnaud 81f94b5
Update kitchen-sink.js.txt
ericvergnaud deb4694
revert changes in test harness
ericvergnaud 0ae7ac4
Merge branch 'use-segment-names' of https://github.com/ericvergnaud/b…
ericvergnaud 0904749
Update kitchen-sink.js.txt
ericvergnaud 416d80c
restore incorrectly reverted change
ericvergnaud f7f44b9
remove test wrapper
ericvergnaud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we could allow segmentNames to be NULL, and then we autogenerate the names? That's much simpler for people that don't need the names, equally as simple as before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please document this change in the comment before this declaration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done