Guys (and girls) I really need some help with the CI here. I am totally lost #715
Replies: 8 comments 15 replies
-
I really wish I had the expertise and was able to help, hopefully some else can. I just wanted to let you know that I tremendously appreciate everything you've done. Playing with the attiny's (that you made possible) has brought me much joy. Thank you. |
Beta Was this translation helpful? Give feedback.
-
The project is fabulous. And huge. If the desired assistance is not forthcoming, consider reducing the scope of the project to only cover areas where dedicated testing and bug-reporting assistance is available. If this is manageable, and leaves sufficient value, the 2.0 project can continue with a more narrow scope. This can expand later if additional resources step in with the needed expertise. Burnout is real, but more importantly, if it's not fun, it won't get done. And thank you for your work, I have functioning devices that would otherwise still be in a box. |
Beta Was this translation helpful? Give feedback.
-
I have no clue what the acronym "CI" stands for. Do you need help with Critical Issues, a Capital Investment, Common Interface, Configuration Item, Counter Intelligence, Community Involvement, Code Inspection, Control Interface, or just a Crazy Idea? Maybe I can help you with that, even not understanding the question. If this starts to feel like work instead of a passion/hobby, I would suggest to mothball V2.0.0 for now. Don't throw it away, yet. Who knows in a week/month/year from now, something or someone changes making this hurdle go away. Take your time back. It's yours. My 2 cents. |
Beta Was this translation helpful? Give feedback.
-
Is it feasible to pick a subset of platforms, and focus on beta testing and delivery of ATTinyCore for those platforms only, with the others stated as alpha? My sense is that the design choices made are sound in themselves, but unfortunately have resulted in combinatorial explosion in a couple of areas. To start the ball rolling: could we agree on 3 or 4 devices to support, get them into the field, and bring the others into the fold in a rolling program? After all 1.x is still out there so no one is completely out in the cold. x5 and x8 interest me personally but I'm surely not typical. |
Beta Was this translation helpful? Give feedback.
-
Hello, first thanks for this project, i used it so many times and want it to stay around for longer! Could the way other projects handle it work also here? This workflow: https://github.com/ArminJo/DigistumpArduino/blob/master/.github/workflows/TestCompile.yml The other way around, testing a project using ATTinyCore works great. Im doing it here, maybe thats a help: https://github.com/designer2k2/BerlinUhr/blob/main/.github/workflows/main.yml |
Beta Was this translation helpful? Give feedback.
-
I hear the frustrations about the Arduino environment and the way that warnings and messages are handled. It's a tricky one because a warning only has value after you set up a project or make a configuration change. (e.g. Are you sure you're using the clockwise pin mapping...?) However let's say that developer has read the warning, and "yup, I do want the clockwise pin mapping". The message is then redundant, having done its reminder job but the developer has to then condition him/herself to ignoring it. Which doesn't seem right. Also, if someone does want to enable -WError in future, it's going to screw the compile. So my vote is for #pragma message and some extra bold italic underscore in the documentation maybe? |
Beta Was this translation helpful? Give feedback.
-
I'm with you on this. How do I make a message other than a #warning???
…____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore: Arduino support for almost every ATTiny microcontroller
Contact: ***@***.***
On Mon, Dec 19, 2022, 04:29 prandeamus ***@***.***> wrote:
I hear the frustrations about the Arduino environment and the way that
warnings and messages are handled. It's a tricky one because a warning only
has value after you set up a project or make a configuration change. (e.g.
Are you sure you're using the clockwise pin mapping...?) However let's say
that developer has read the warning, and "yup, I do want the clockwise pin
mapping". The message is then redundant, having done its reminder job but
the developer has to then condition him/herself to ignoring it. Which
doesn't seem right. Also, if someone does want to enable -WError in future,
it's going to screw the compile. So my vote is for #pragma message and some
extra bold italic underscore in the documentation maybe?
—
Reply to this email directly, view it on GitHub
<#715 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEW7Q6XS3TWDANLWWIDLWOATH7ANCNFSM56RGC2MA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I do not have #pragma warning in the code, inhave #warning.
…____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore: Arduino support for almost every ATTiny microcontroller
Contact: ***@***.***
On Mon, Dec 19, 2022, 09:42 prandeamus ***@***.***> wrote:
Change *#pragma warning foobar* to *#pragma message foobar*, I believe
https://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html
—
Reply to this email directly, view it on GitHub
<#715 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEW6VA3MZLTQUHMWNYYTWOBX35ANCNFSM56RGC2MA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I already have a huge to to list and everypme arpimd me is telling me I need to relax and then I tell them what I have to do and how far behind it is.;
Let me make this 100% clear:
Without working CI, ATTinyCore 2.0.0 will never be released and thje project will be dropped. Sorry - this project is too big to maintain without it. That means all the new features will never be released.
I am begging for help.
Beta Was this translation helpful? Give feedback.
All reactions