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
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 }}
moosetechnology
/
FAST-Python
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Issues
11
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: moosetechnology/FAST-Python
Actions
All workflows
Workflows
Tests
Tests
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
451 workflow runs
451 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Rewrite CFG algo to work better (WIP)
Tests
#301:
Commit
83f8662
pushed by
jecisc
2m 18s
alternativeCFG
alternativeCFG
2m 18s
View workflow file
Add a more complex test on while and elif
Tests
#300:
Commit
d6bbe7a
pushed by
jecisc
1m 46s
alternativeCFG
alternativeCFG
1m 46s
View workflow file
Fix bugs in the elif management + add tests
Tests
#299:
Commit
f352ca3
pushed by
jecisc
1m 55s
alternativeCFG
alternativeCFG
1m 55s
View workflow file
Fix bug where I forgot to change #nextBlocks into #allFollowingBlocks…
Tests
#298:
Commit
5e1a151
pushed by
jecisc
1m 57s
alternativeCFG
alternativeCFG
1m 57s
View workflow file
Tests
Tests
#297:
Commit
85a3f03
pushed by
jecisc
1m 48s
alternativeCFG
alternativeCFG
1m 48s
View workflow file
Begin to manage break statements (WIP)
Tests
#296:
Commit
68aa011
pushed by
jecisc
1m 46s
alternativeCFG
alternativeCFG
1m 46s
View workflow file
Begin to manage conditional expressions
Tests
#295:
Commit
32db4d4
pushed by
jecisc
2m 21s
alternativeCFG
alternativeCFG
2m 21s
View workflow file
CFG: Fix for and while when they are not the first statement of their…
Tests
#294:
Commit
df75aab
pushed by
jecisc
1m 59s
alternativeCFG
alternativeCFG
1m 59s
View workflow file
Tests for while and for were wrong
Tests
#293:
Commit
bcee95d
pushed by
jecisc
1m 51s
alternativeCFG
alternativeCFG
1m 51s
View workflow file
Make CFG tests pass
Tests
#292:
Commit
7b6b657
pushed by
jecisc
1m 55s
alternativeCFG
alternativeCFG
1m 55s
View workflow file
Simplify the CFG visitor
Tests
#291:
Commit
2824bd4
pushed by
jecisc
1m 47s
alternativeCFG
alternativeCFG
1m 47s
View workflow file
Begin to manage for
Tests
#290:
Commit
8b541ba
pushed by
jecisc
2m 9s
alternativeCFG
alternativeCFG
2m 9s
View workflow file
Start to manage while
Tests
#289:
Commit
2d556ae
pushed by
jecisc
1m 57s
alternativeCFG
alternativeCFG
1m 57s
View workflow file
Manage elif
Tests
#288:
Commit
1bafbee
pushed by
jecisc
1m 40s
alternativeCFG
alternativeCFG
1m 40s
View workflow file
Manage if in if
Tests
#287:
Commit
d709300
pushed by
jecisc
1m 51s
alternativeCFG
alternativeCFG
1m 51s
View workflow file
Better management of the creation of null nodes
Tests
#286:
Commit
e029cff
pushed by
jecisc
2m 9s
alternativeCFG
alternativeCFG
2m 9s
View workflow file
Manage if/then when it is not the last statement of the function
Tests
#285:
Commit
ff77311
pushed by
jecisc
1m 55s
cfg
cfg
1m 55s
View workflow file
CFG: Have the basic if/then case managed
Tests
#284:
Commit
89f2e2d
pushed by
jecisc
1m 58s
cfg
cfg
1m 58s
View workflow file
Add a tab in the inspector to visualize a CFG
Tests
#283:
Commit
867bd54
pushed by
jecisc
1m 55s
cfg
cfg
1m 55s
View workflow file
Begin to work on conditions
Tests
#282:
Commit
952bc03
pushed by
jecisc
1m 56s
cfg
cfg
1m 56s
View workflow file
Merge basic python visitor in the model package
Tests
#281:
Commit
201e1ee
pushed by
jecisc
1m 36s
cfg
cfg
1m 36s
View workflow file
Regenerate visitor with the bleeding edge Famix generator
Tests
#280:
Commit
a9b6a77
pushed by
jecisc
1m 59s
cfg
cfg
1m 59s
View workflow file
Regenerate with new version of the generator
Tests
#279:
Commit
2b06bd5
pushed by
jecisc
1m 52s
cfg
cfg
1m 52s
View workflow file
Mark abstract classes as abstract
Tests
#278:
Commit
9725a4f
pushed by
jecisc
2m 28s
cfg
cfg
2m 28s
View workflow file
Manage returns in CFG
Tests
#277:
Commit
2871cd1
pushed by
jecisc
1m 51s
cfg
cfg
1m 51s
View workflow file
Previous
1
2
…
5
6
7
8
9
…
18
19
Next
You can’t perform that action at this time.