Skip to content

merge dev to master#467

Open
MAFFENF wants to merge 29 commits into
masterfrom
dev
Open

merge dev to master#467
MAFFENF wants to merge 29 commits into
masterfrom
dev

Conversation

@MAFFENF

@MAFFENF MAFFENF commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

Proposed changes

Merge dev to master

@MAFFENF MAFFENF requested a review from louisjdmartin April 1, 2026 14:59
@@ -0,0 +1,12 @@
name: Test Runner

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Est-ce qu'on donne un "vrai job" ou on reste en test pour l'instant ?

this.analysisDate, DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ssxxxx"))
.toLocalDate()
.toString();
} catch (Exception e) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trop large comme exception :)

| IllegalStateException | IllegalArgumentException | ParseException e) {
// it logs all the stack trace
LOGGER.log(Level.SEVERE, e.getMessage(), e);
System.exit(-1);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dans un sens on perd le code de sortie depuis l'execution via un terminal
On a moyen de remonter un exitcode!=0 proprement en JAVA ?

final CommandLineManager commandLineManager = new CommandLineManager();
exit.expectSystemExitWithStatus(0);
commandLineManager.parse(new String[] { "-h", "this parameter is ignored" });
commandLineManager.parse(new String[] { "-h", "parameter" });

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pas terrible comme description :)

louisjdmartin and others added 2 commits April 28, 2026 16:23
* FMA - BugFix io.File

* Throw error with stacktrace and code exit different of 0. Update readme and pull request template
* Ci: make release process easier
* Doc: corrections to CONTRIBUTING.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants