Skip to content
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

CI not working #118

Merged
merged 17 commits into from
Jun 27, 2024
Merged

CI not working #118

merged 17 commits into from
Jun 27, 2024

Commits on Jun 13, 2024

  1. First try at fixing the bugs spotted when trying to run CI

    Modified `testWorking` URL to the correct one
    Modified `run` not to have `title: was sent to nil`
    Added `expressionToReplace` and `newExpression` to most classes representing operators in the mutations
    matburnx committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6e1d8d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Modified nodeToMutate to adapt to the classes

    Modified some `expressionToReplace` and `newExpression` that didn't work
    matburnx committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    63d6891 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Commented lines that caused dictionaries issues

    Still works as intended, but may be interesting to still try to fix it instead of removing it
    matburnx committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fe98a7a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Modified applyTo to adapt to either the Rewriter or the Predicate

    Removed all the useless `expressionToReplace` and `newExpression` methods
    matburnx committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    95af25d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5c34519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cca7a2 View commit details
    Browse the repository at this point in the history
  3. Moved instances variables to the abstract class

    Added `MTCIMarkdownExporter`, for now it is non usable
    matburnx committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7fadf99 View commit details
    Browse the repository at this point in the history
  4. First working version of the Markdown exporter

    Added a simple test to it
    `Microdown` could be more used to have a better formatting of the content in the file
    matburnx committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    630ac43 View commit details
    Browse the repository at this point in the history
  5. First workaround to have a table in Markdown

    Using `Microdown` could help us a lot for this issue
    matburnx committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    637381f View commit details
    Browse the repository at this point in the history
  6. Added icons for clarity

    First try to manage issues with table format of Markdown
    matburnx committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9c38f09 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    a15c79f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Fix first weird line

    Changed `uninstallMetalinks` to uninstall only if necessary
    matburnx committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3c1c372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b379de View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix last failing test

    matburnx committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f0f4148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f50212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b20238b View commit details
    Browse the repository at this point in the history
  4. Update src/MuTalk-CI-Tests/MTCITonelJsonExporterTest.class.st

    Skip test that has a lots of strong dependencies
    guillep authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f0cc02b View commit details
    Browse the repository at this point in the history