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
.
ZeusbasePython
/
robotframework
Public
forked from
robotframework/robotframework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
robotframework
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 4, 2021
Fix showing unexecuted keywords with assignment in log
Show description for 79517ea
pekkaklarck
committed
79517ea
View commit details
Copy full SHA for 79517ea
View code at this point
Browse repository at this point
Fix inline IF assignment when no branch is run. (#4093)
pekkaklarck
committed
c11d7f8
View commit details
Copy full SHA for c11d7f8
View code at this point
Browse repository at this point
Commits on Nov 3, 2021
Enhance RETURN (#4078)
Show description for b7069d5
pekkaklarck
committed
b7069d5
View commit details
Copy full SHA for b7069d5
View code at this point
Browse repository at this point
`super()` considered super.
pekkaklarck
committed
100370c
View commit details
Copy full SHA for 100370c
View code at this point
Browse repository at this point
Commits on Nov 1, 2021
regen test data after log model changes
pekkaklarck
committed
382b238
View commit details
Copy full SHA for 382b238
View code at this point
Browse repository at this point
Simplify detecting messages in log.html model
Show description for f55437f
pekkaklarck
committed
f55437f
View commit details
Copy full SHA for f55437f
View code at this point
Browse repository at this point
Commits on Oct 31, 2021
Remove duplication
pekkaklarck
committed
be62a7e
View commit details
Copy full SHA for be62a7e
View code at this point
Browse repository at this point
Docstring to Visitor.visit_return
pekkaklarck
committed
07e90ad
View commit details
Copy full SHA for 07e90ad
View code at this point
Browse repository at this point
Run IF branch also if there are parsing errors.
pekkaklarck
committed
1e526e8
View commit details
Copy full SHA for 1e526e8
View code at this point
Browse repository at this point
Implement RETURN. (#4078)
Show description for 2639d80
pekkaklarck
committed
2639d80
View commit details
Copy full SHA for 2639d80
View code at this point
Browse repository at this point
Fix inline IF with assign and empty branch.
Show description for 78d0c43
pekkaklarck
committed
78d0c43
View commit details
Copy full SHA for 78d0c43
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
Handle various inline IF error situations.
Show description for 66caac8
pekkaklarck
authored and
yanne
committed
66caac8
View commit details
Copy full SHA for 66caac8
View code at this point
Browse repository at this point
Inline IF fixes
Show description for 09e5fd3
pekkaklarck
authored and
yanne
committed
09e5fd3
View commit details
Copy full SHA for 09e5fd3
View code at this point
Browse repository at this point
Parsing: Tuning statements.
Show description for ddf7f7b
pekkaklarck
authored and
yanne
committed
ddf7f7b
View commit details
Copy full SHA for ddf7f7b
View code at this point
Browse repository at this point
Remove whitespace and unnecessary code
pekkaklarck
authored and
yanne
committed
597d051
View commit details
Copy full SHA for 597d051
View code at this point
Browse repository at this point
Enhance empty IF/ELSE branch error message.
Show description for 671057b
pekkaklarck
authored and
yanne
committed
671057b
View commit details
Copy full SHA for 671057b
View code at this point
Browse repository at this point
refactor(inline-if): remove unnecessary running code
yanne
committed
65258ed
View commit details
Copy full SHA for 65258ed
View code at this point
Browse repository at this point
feature(inline if): support assignment
yanne
committed
108e033
View commit details
Copy full SHA for 108e033
View code at this point
Browse repository at this point
Parser: Simpler logic to split special statements.
Show description for 1648c0a
pekkaklarck
authored and
yanne
committed
1648c0a
View commit details
Copy full SHA for 1648c0a
View code at this point
Browse repository at this point
feat(if) add own statement for InlineIfHeader
yanne
committed
77b8968
View commit details
Copy full SHA for 77b8968
View code at this point
Browse repository at this point
Change splitting statements in lexer.
Show description for 3b11555
pekkaklarck
authored and
yanne
committed
3b11555
View commit details
Copy full SHA for 3b11555
View code at this point
Browse repository at this point
refactor(if): share code that splits inline if
Show description for b0848d1
yanne
committed
b0848d1
View commit details
Copy full SHA for b0848d1
View code at this point
Browse repository at this point
refactor(if): create own lexer for inline if
Show description for 169d307
yanne
committed
169d307
View commit details
Copy full SHA for 169d307
View code at this point
Browse repository at this point
Simple inline if, no assignment or nesting support
yanne
committed
78d6ae6
View commit details
Copy full SHA for 78d6ae6
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
Ignore errors when parsing reST files. #4124
pekkaklarck
committed
ac0e103
View commit details
Copy full SHA for ac0e103
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
Take Python 3 features into use.
Show description for efd6c96
pekkaklarck
committed
efd6c96
View commit details
Copy full SHA for efd6c96
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
Doc tuning, incl. removing Python 2 references
pekkaklarck
committed
af24c7a
View commit details
Copy full SHA for af24c7a
View code at this point
Browse repository at this point
Commits on Oct 16, 2021
Remove unnecessary `object` inheritange. Part of #3457.
pekkaklarck
committed
5b2e1ca
View commit details
Copy full SHA for 5b2e1ca
View code at this point
Browse repository at this point
Remove Python 2, Jython and IronPython support (#3457)
Show description for baff98f
pekkaklarck
committed
baff98f
View commit details
Copy full SHA for baff98f
View code at this point
Browse repository at this point
Commits on Oct 15, 2021
Remove code etc. related to jar distribution
pekkaklarck
committed
7662052
View commit details
Copy full SHA for 7662052
View code at this point
Browse repository at this point
The start of RF 5.0 development.
pekkaklarck
committed
fde1f26
View commit details
Copy full SHA for fde1f26
View code at this point
Browse repository at this point
Back to dev version
pekkaklarck
committed
efd6167
View commit details
Copy full SHA for efd6167
View code at this point
Browse repository at this point
Updated version to 4.1.2
pekkaklarck
committed
4866717
View commit details
Copy full SHA for 4866717
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
BuiltIn: Fix multiline error message with custom messages.
Show description for af92ca7
pekkaklarck
committed
af92ca7
View commit details
Copy full SHA for af92ca7
View code at this point
Browse repository at this point
Fix suite setup/teardown with `rebot --merge`
Show description for dc96999
pekkaklarck
committed
dc96999
View commit details
Copy full SHA for dc96999
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.