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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
KarpelesLab
/
goro
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
33
Star
695
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: KarpelesLab/goro
Actions
All workflows
Workflows
CI
CI
Dependabot Updates
Dependabot Updates
Dependency Graph
Dependency Graph
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
1,139 workflow runs
1,139 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.
vm: fix array-compound regressions via OP_ARRAY_PRE_CHECK_LOCAL
CI
#1107:
Commit
6291adc
pushed by
MagicalTux
1m 13s
master
master
1m 13s
View workflow file
compiler: relax IsSlotSafe gates for natively-emitted writes
CI
#1106:
Commit
ba82884
pushed by
MagicalTux
1m 12s
master
master
1m 12s
View workflow file
vm: lower $arr[k] OP= rhs and $arr[k]++ on simple-local arr natively
CI
#1105:
Commit
ab63482
pushed by
MagicalTux
1m 8s
master
master
1m 8s
View workflow file
vm: lower $b = &$a ref-assign for simple-local LHS natively
CI
#1104:
Commit
6bc8695
pushed by
MagicalTux
1m 16s
master
master
1m 16s
View workflow file
vm: lower $obj->$x OP=/++ dyn-name property compound/incdec natively
CI
#1103:
Commit
f2d9b9f
pushed by
MagicalTux
1m 18s
master
master
1m 18s
View workflow file
vm: lower $obj->$x = v / $obj->{$x} = v to OP_OBJECT_DYN_SET
CI
#1102:
Commit
c31a558
pushed by
MagicalTux
1m 26s
master
master
1m 26s
View workflow file
vm: lower isset/empty on static prop + fix bug44660 inc/dec error verb
CI
#1101:
Commit
49ceec7
pushed by
MagicalTux
1m 11s
master
master
1m 11s
View workflow file
vm: lower \$obj->n++/--, Foo::\$x++/-- inc/dec to OP_INC_DEC_OBJ/STAT…
CI
#1100:
Commit
fc96192
pushed by
MagicalTux
1m 11s
master
master
1m 11s
View workflow file
vm: lower Foo::\$bar OP= rhs to OP_STATIC_PROP_COMPOUND_ASSIGN
CI
#1099:
Commit
db0dcd7
pushed by
MagicalTux
1m 17s
master
master
1m 17s
View workflow file
vm: lower \$obj->prop OP= rhs to OP_OBJECT_COMPOUND_ASSIGN
CI
#1098:
Commit
bb1672f
pushed by
MagicalTux
1m 28s
master
master
1m 28s
View workflow file
vm: lower expr-context Foo::$bar = v natively + relax slot-unsafe gate
CI
#1097:
Commit
d3c1632
pushed by
MagicalTux
1m 13s
master
master
1m 13s
View workflow file
vm: lower expr-context $x = ($obj->prop = v) natively via OP_OBJECT_S…
CI
#1096:
Commit
035dca0
pushed by
MagicalTux
1m 11s
master
master
1m 11s
View workflow file
vm: lower unset($obj->prop) natively via OP_UNSET_OBJ_PROP
CI
#1095:
Commit
f32cfea
pushed by
MagicalTux
1m 2s
master
master
1m 2s
View workflow file
vm: lower isset/empty($obj->prop) natively via OP_ISSET_OBJ_PROP / OP…
CI
#1094:
Commit
8558f0e
pushed by
MagicalTux
1m 18s
master
master
1m 18s
View workflow file
vm: lower $obj->prop ?? default natively via OP_OBJECT_GET_SAFE
CI
#1093:
Commit
1be0792
pushed by
MagicalTux
1m 10s
master
master
1m 10s
View workflow file
vm: lower $obj->$var property read natively (drop OpClassConst fallback)
CI
#1092:
Commit
87e7f12
pushed by
MagicalTux
1m 8s
master
master
1m 8s
View workflow file
vm: restore $obj->$var dollar-prefix AST-delegation (fix 7742c3b2)
CI
#1091:
Commit
37b4148
pushed by
MagicalTux
1m 10s
master
master
1m 10s
View workflow file
vm: lower runObjectDynFunc receiver + name eval natively (Stage 2)
CI
#1090:
Commit
9fbccbf
pushed by
MagicalTux
1m 9s
master
master
1m 9s
View workflow file
vm: drop now-dead dollar-prefix fallback in emitObjectVarRead/Func + …
CI
#1089:
Commit
7742c3b
pushed by
MagicalTux
1m 10s
master
master
1m 10s
View workflow file
vm: lower runObjectDynVar (nullChain) + runObjectDynFunc to dedicated…
CI
#1088:
Commit
b93ac27
pushed by
MagicalTux
1m 13s
master
master
1m 13s
View workflow file
vm: wrap trait-aliased/from-trait methods in MethodCallable for ByExp…
CI
#1087:
Commit
dd9d7b7
pushed by
MagicalTux
1m 12s
master
master
1m 12s
View workflow file
vm: unwrap receiver + caller-scope private resolution in CallInstance…
CI
#1086:
Commit
511c1b0
pushed by
MagicalTux
1m 12s
master
master
1m 12s
View workflow file
vm: lower by-ref/named/spread calls to dedicated ByExprs opcodes
CI
#1085:
Commit
e40521e
pushed by
MagicalTux
1m 3s
master
master
1m 3s
View workflow file
vm: native foreach over non-by-ref non-local targets
CI
#1084:
Commit
33de806
pushed by
MagicalTux
1m 5s
master
master
1m 5s
View workflow file
vm: per-handler pending + chain-on-escape for try-finally (bug65784)
CI
#1083:
Commit
1714315
pushed by
MagicalTux
1m 10s
master
master
1m 10s
View workflow file
Previous
1
2
3
4
5
…
45
46
Next
You can’t perform that action at this time.