Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
abb-iss
/
SrcML.NET
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
21
Code
Issues
20
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
C++ parser tests almost all pass
- #86
#86
Open
cnewman
wants to merge 17 commits into
abb-iss:srcml-update
abb-iss/SrcML.NET:srcml-update
from
cnewman:Modifications
cnewman/SrcML.NET:Modifications
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
C++ parser tests almost all pass
#86
cnewman
wants to merge 17 commits into
abb-iss:srcml-update
abb-iss/SrcML.NET:srcml-update
from
cnewman:Modifications
cnewman/SrcML.NET:Modifications
Copy head branch name to clipboard
Commits
Commits on Jan 8, 2016
A lot of modifications to parser code to handle new format. LIT and OP have been removed. POS has had a tag added to its namespace; the position tag.
cnewman
committed
15cec52
View commit details
Copy full SHA for 15cec52
Browse repository at this point
Commits on Jan 13, 2016
Changes to abstract code parser and several unit tests. Mostly removing some of the bad parts of the auto transformation I wrote to convert the unit tests (there're still more to remove) and a lot …
Show description for 0302183
cnewman
committed
0302183
View commit details
Copy full SHA for 0302183
Browse repository at this point
asdsadas
cnewman
committed
9336b09
View commit details
Copy full SHA for 9336b09
Browse repository at this point
Revert "asdsadas"
Show description for 382e5e8
cnewman
committed
382e5e8
View commit details
Copy full SHA for 382e5e8
Browse repository at this point
Commits on Jan 18, 2016
C++ parser tests mostly pass. 4 of them don't-- will probably skip for now and finish c#/java then come back
cnewman
committed
b831578
View commit details
Copy full SHA for b831578
Browse repository at this point
Transformation introduced silly syntax. Not really a bug but removing anyway.
cnewman
committed
c26041d
View commit details
Copy full SHA for c26041d
Browse repository at this point
Commits on Jan 26, 2016
C# tests all pass with the exception of 4. Will look at those tomorrow.
cnewman
committed
45b2428
View commit details
Copy full SHA for 45b2428
Browse repository at this point
Commits on Jan 28, 2016
Only 4 tests don't pass in each language-specific parser. Haven't looked at other tests yet.
cnewman
committed
b83fdee
View commit details
Copy full SHA for b83fdee
Browse repository at this point
All javaparser.cs tests pass
cnewman
committed
3c918e5
View commit details
Copy full SHA for 3c918e5
Browse repository at this point
Commits on Jan 29, 2016
Only 3 tests not passing between java/c++/c# parser.cs files. Working on the codeparser.cs tests still.
cnewman
committed
527a9ca
View commit details
Copy full SHA for 527a9ca
Browse repository at this point
Commits on Feb 1, 2016
Small commit before larger changes
cnewman
committed
f50a6bf
View commit details
Copy full SHA for f50a6bf
Browse repository at this point
Commits on Feb 2, 2016
More test updates.
cnewman
committed
a38633c
View commit details
Copy full SHA for a38633c
Browse repository at this point
Commits on Feb 3, 2016
Converted the rest of the tests to libsrcmlrunner
cnewman
committed
6c87e45
View commit details
Copy full SHA for 6c87e45
Browse repository at this point
Commits on Feb 4, 2016
Changed library to not assume .cpp. Don't know why it was in the first place.
Show description for c61b7d3
cnewman
committed
c61b7d3
View commit details
Copy full SHA for c61b7d3
Browse repository at this point
Commits on Feb 5, 2016
Changes to how files are named by the library broke some tests.
Show description for 84f9835
cnewman
committed
84f9835
View commit details
Copy full SHA for 84f9835
Browse repository at this point
Commits on Feb 8, 2016
These tests weren't in srcml.data but I converted them anyway.
cnewman
committed
d822854
View commit details
Copy full SHA for d822854
Browse repository at this point
Commits on Feb 10, 2016
I started swapping tests in this file but then realized it's the generator tests for the other srcml generator. Not sure if this should happen or not.
cnewman
committed
2666c11
View commit details
Copy full SHA for 2666c11
Browse repository at this point
You can’t perform that action at this time.