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
Type
/
to 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
.
canopen-python
/
canopen
Public
Notifications
You must be signed in to change notification settings
Fork
358
Star
563
Code
Issues
53
Pull requests
21
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
eds: Fix signed integer limit parsing for all bit widths, log errors
- #658
#658
Merged
acolomb
merged 14 commits into
canopen-python:master
canopen-python/canopen:master
from
friederschueler:fix/eds-limit-parsing
friederschueler/canopen:fix/eds-limit-parsing
Copy head branch name to clipboard
Jun 27, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
eds: Fix signed integer limit parsing for all bit widths, log errors
#658
acolomb
merged 14 commits into
canopen-python:master
canopen-python/canopen:master
from
friederschueler:fix/eds-limit-parsing
friederschueler/canopen:fix/eds-limit-parsing
Copy head branch name to clipboard
Commits
Commits on May 7, 2026
eds: fix LowLimit/HighLimit parsing for all signed integer types
Show description for bf972c1
friederschueler
committed
bf972c1
View commit details
Copy full SHA for bf972c1
Browse repository at this point
eds: revert LowLimit/HighLimit parse error to silent pass, remove warning test
friederschueler
committed
f65a1fb
View commit details
Copy full SHA for f65a1fb
Browse repository at this point
Commits on May 11, 2026
add back and add more exception handling via warning instead of silent pass
friederschueler
committed
4ed45dd
View commit details
Copy full SHA for 4ed45dd
Browse repository at this point
eds: use eds.get() in warning for DefaultValue/ParameterValue (mypy fix)
friederschueler
committed
4319d4a
View commit details
Copy full SHA for 4319d4a
Browse repository at this point
eds: support decimal and hex literals for signed LowLimit/HighLimit
friederschueler
committed
2382b96
View commit details
Copy full SHA for 2382b96
Browse repository at this point
Commits on May 17, 2026
Consistent logic with early return / raise.
acolomb
committed
28c7d26
View commit details
Copy full SHA for 28c7d26
Browse repository at this point
Commits on May 22, 2026
eds: address review open points
friederschueler
committed
3d1d2d4
View commit details
Copy full SHA for 3d1d2d4
Browse repository at this point
Merge branch 'master' into fix/eds-limit-parsing
friederschueler
authored
aa5257a
View commit details
Copy full SHA for aa5257a
Browse repository at this point
Commits on May 28, 2026
test to cover added warning logs
acolomb
committed
cb00c3b
View commit details
Copy full SHA for cb00c3b
Browse repository at this point
missing import
acolomb
committed
417ace5
View commit details
Copy full SHA for 417ace5
Browse repository at this point
Test to cover _revert_variable() branches (without default_raw).
acolomb
committed
2b900a9
View commit details
Copy full SHA for 2b900a9
Browse repository at this point
cosmetics, make black happier
acolomb
committed
e6d1074
View commit details
Copy full SHA for e6d1074
Browse repository at this point
Commits on Jun 24, 2026
renamed _convert_variable → _decode_from_eds and _revert_variable → _encode_to_eds
bizfsc
committed
f757937
View commit details
Copy full SHA for f757937
Browse repository at this point
Commits on Jun 27, 2026
Remove leftover type check in _encode_to_eds().
Show description for c653378
acolomb
committed
c653378
View commit details
Copy full SHA for c653378
Browse repository at this point
You can’t perform that action at this time.