Conversation
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
|
Hi @msaelices , very cool project! But, there are several issues I can observe:
|
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
I think I've fixed every missing point |
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
|
@msaelices do you mind enabling CodeQL scanning on the source repo and adding this badge to the README? |
The CodeQL was already enabled. I've just added the badge. Thanks! |
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Apparently, 2nd and 3rd issues are still missing. If you are not convinced with 2nd issue; When max 25.5.0 comes out, to merge new packages, all previous packages will also be compiled. As you specified your package to be compatible with ANY VERSION above 25.4.0, it will try to compile your package with max 25.5.0; And this will most likely fail and prevent us from adding new submitted packages. |
|
@msaelices FYI, the way you defined requirements part was also causing the process to fail. You may want to modify your recipe generator script accordingly. |
|
@yetalit thanks for your fix! I was doing the same and then I realized you did it for me. Thanks so much! |
|
Thank you so much @msaelices and @yetalit!! |
…parse_email_findall ~160x)

Checklist
recipe.yamlfile specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.0(for new packages, or if the version changed).