Skip to content

Fix barebones x utility #7

Description

@EvoPot

Summary

The x utility inspired by rustc is currently pretty okay because it is pretty early into the project, but it is missing some key things

  • We have to run ./x test and ./x bless instead of ./x test and ./x test --bless respectively because the Python used for this is pretty barebones
  • We currently cannot run individual tests (e.g. ./x test tests/lexer/rust/float.rs)
  • The utility is silently failing for some cases, the error messages are weird

It would be good if we could have a better utility.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions