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

Minimise the source code differences between 2.10 and non-2.10 compiler bridge #233

Closed
dwijnand opened this issue Feb 21, 2017 · 1 comment
Assignees

Comments

@dwijnand
Copy link
Member

No description provided.

@dwijnand
Copy link
Member Author

This is the current state of code duplication:

18:56:05 $ cloc internal/compiler-bridge/src/
      23 text files.
      23 unique files.
       1 file ignored.

github.com/AlDanial/cloc v 1.72  T=0.10 s (216.9 files/s, 31106.1 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Scala                           22            318            592           2245
-------------------------------------------------------------------------------
SUM:                            22            318            592           2245
-------------------------------------------------------------------------------

18:56:27 $ cloc internal/compiler-bridge/src-2.10/
      17 text files.
      17 unique files.
       0 files ignored.

github.com/AlDanial/cloc v 1.72  T=0.07 s (251.9 files/s, 33909.4 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Scala                           17            226            488           1574
-------------------------------------------------------------------------------
SUM:                            17            226            488           1574
-------------------------------------------------------------------------------

dwijnand added a commit to dwijnand/zinc that referenced this issue Feb 27, 2017
dwijnand added a commit to dwijnand/zinc that referenced this issue Feb 27, 2017
dwijnand added a commit to dwijnand/zinc that referenced this issue Feb 27, 2017
dwijnand added a commit to dwijnand/zinc that referenced this issue Feb 27, 2017
dwijnand added a commit to dwijnand/zinc that referenced this issue Feb 27, 2017
jvican pushed a commit to scalacenter/zinc that referenced this issue Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants