Skip to content
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

Refactoring Utils #66

Merged
merged 6 commits into from
Mar 11, 2015
Merged

Refactoring Utils #66

merged 6 commits into from
Mar 11, 2015

Conversation

subnetmarco
Copy link
Member

Refactoring utils by:

  • Moving categories in separate files
  • Moving functions that are only being used once away from utils.lua
  • Improving tests

Timestamps

  • Moved to timestamp.lua
  • Using luatz instead of custom code
  • Tests

Cache

  • Moved to cache.lua

Http Client

  • Moved to http_client.lua

@subnetmarco subnetmarco changed the title Refactoring timestamps Refactoring Utils Mar 11, 2015
@subnetmarco subnetmarco self-assigned this Mar 11, 2015
@subnetmarco subnetmarco added this to the 0.1.0-beta milestone Mar 11, 2015
@coveralls
Copy link

Coverage Status

Coverage increased (+0.41%) to 75.85% when pulling 37b2903 on refactor/utils into 7a59e2a on master.

@subnetmarco
Copy link
Member Author

Raising coverage by 1% ! :)

subnetmarco added a commit that referenced this pull request Mar 11, 2015
@subnetmarco subnetmarco merged commit 8ed5e7b into master Mar 11, 2015
@subnetmarco subnetmarco deleted the refactor/utils branch March 11, 2015 02:18
ctranxuan pushed a commit to streamdataio/kong that referenced this pull request Aug 25, 2015
gszr pushed a commit that referenced this pull request Oct 26, 2021
Implements #21

* refactor(handler) extract parse_http_req_headers to module

* feat(handler) parse b3 single header

* tests(zipkin_spec) extract wait_for_spans to aux function
gszr pushed a commit that referenced this pull request Oct 27, 2021
Implements #21

* refactor(zipkin) extract parse_http_req_headers to module

* feat(zipkin) parse b3 single header

* tests(zipkin) extract wait_for_spans to aux function
hutchic pushed a commit that referenced this pull request Jun 10, 2022
### Summary

#### libyaml 0.2.2 release

- #95 -- build: do not install config.h
- #97 -- appveyor.yml: fix Release build
- #103 -- Remove unused code in yaml_document_delete
- #104 -- Allow colons in plain scalars inside flow collections
- #109 -- Fix comparison in tests/run-emitter.c
- #117 -- Fix typo error
- #119 -- The closing single quote needs to be indented...
- #121 -- fix token name typos in comments
- #122 -- Revert removing of open_ended after top level plain scalar
- #125 -- Cherry-picks from PR 27
- #135 -- Windows/C89 compatibility
- #136 -- allow override of Windows static lib name

#### libyaml 0.2.3 release

- #130 Fixed typo.
- #144 Fix typo in comment
- #140 Use pointer to const for strings that aren't/shouldn't be modified
- #128 Squash a couple of warnings in example-deconstructor-alt
- #151 Fix spelling for error message
- #161 Make appveyor config be a hidden file
- #159 Add CHANGES file
- #160 Always output document end before directive (YAML 1.2 compatibility)
- #162 Output document end marker after open ended scalars
- #157 change cmake target name from libOFF.a to libyaml.a
- #155 include/yaml.h: fix comments
- #169 Fixed missing token in example
- #127 Avoid recursion in the document loader.
- #172 Support %YAML 1.2 directives
- #66 Change dllexport controlling macro to use _WIN32
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.

2 participants