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

Added support of using keywords in namespaces #481

Merged
merged 3 commits into from
Apr 28, 2020

Conversation

ziflex
Copy link
Member

@ziflex ziflex commented Apr 25, 2020

Closes #475

@codecov
Copy link

codecov bot commented Apr 25, 2020

Codecov Report

Merging #481 into master will increase coverage by 0.1%.
The diff coverage is 100.0%.

@@           Coverage Diff            @@
##           master    #481     +/-   ##
========================================
+ Coverage    41.3%   41.3%   +0.1%     
========================================
  Files         234     234             
  Lines        8963    8963             
========================================
+ Hits         3698    3703      +5     
+ Misses       4910    4907      -3     
+ Partials      355     353      -2     

pkg/compiler/compiler_func_ns_test.go Show resolved Hide resolved
pkg/compiler/compiler_func_ns_test.go Show resolved Hide resolved
pkg/compiler/compiler_func_ns_test.go Outdated Show resolved Hide resolved
pkg/parser/antlr/FqlParser.g4 Show resolved Hide resolved
pkg/compiler/compiler_func_ns_test.go Show resolved Hide resolved
@ziflex ziflex requested a review from 3timeslazy April 28, 2020 03:05
@ziflex ziflex merged commit 7b2ed4c into master Apr 28, 2020
@ziflex ziflex deleted the bugfix/#475-namespace-keywords branch April 30, 2020 03:18
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.

Unable to use keywords as functions using namespaces
2 participants