-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Resolve merge conflict - add EgLang library #6421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
A problem was found with your submission https://github.com/EgosFeic/EgLang.git ❌ ERROR: Library is missing a library.properties metadata file. See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata |
Hi @EgosFeic. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
Thanks for your interest in contributing to the Arduino Library Manager index @EgosFeic After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
Fixed conflict with Text Finder library addition
A problem was found with your submission https://github.com/EgosFeic/EgLang.git ❌ ERROR: Library is missing a library.properties metadata file. See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata |
Thanks for your interest in contributing to the Arduino Library Manager index @EgosFeic After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
Hello! I'm checking your submission again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @EgosFeic. I see you have fixed the error reported by the bot. However, Library Manager works exclusively from Git tags, so the bot won't be able to see the fix you made until you create a new release or tag in the library repository.
If you look at the repository contents at the latest tag, you can see that the problem still exists at the tagged point in the library's revision history:
https://github.com/EgosFeic/EgLang/tree/v1.0.0
(note that a library.properties
file is not present in the root of the library repository at that tagged point)
❗ Remember to update the version
field in the library's library.properties
file as needed before making a release/tag.
Once you have done that, simply mention @ArduinoBot in a comment here to trigger it to run the automated checks again. After those are passing, your library will be automatically added to Library Manager.
If you have any questions or concerns, please let me know.
Regards, Per
Library Information
Description
EgLang is a compact programming language for Arduino that allows device control through simple text-based rules. It supports conditional operators, loops, and simple commands, optimized for limited Arduino memory.
Key Features
2,1
)?3,0!4,1
)?3,0&5,0!6,1
)[7:8,1;8,0]
)Target Audience
Technical Specifications
Quick Start Example
Checklist
library.properties
fileexamples/
directoryAdditional Notes
This library provides an alternative approach to Arduino programming using declarative text rules instead of traditional imperative code. It's designed for educational purposes and simple automation projects.
Fixed merge conflict with TextFinder library addition.