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

removes the builtin function syntax #52

Conversation

christophkloeffel
Copy link
Contributor

@christophkloeffel christophkloeffel commented Oct 30, 2023

#51

@christophkloeffel christophkloeffel force-pushed the remove/builtin-function-syntax branch from 4cb84e4 to f898b5d Compare October 30, 2023 15:33
Copy link
Collaborator

@florianschanda florianschanda left a comment

Choose a reason for hiding this comment

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

Nice work :)

Removing this means we need to change the major version. It also means we should kill check files at that point and possible make -I . the default as well. To be discussed...

Some comments:

lexer.py:

  • You need to also remove the : option for the identifier loop
    in the lexer, as : can no longer be part of a valid name

CHANGELOG.md:

  • You need an entry here as well

tests-system/builtin-2/legacy.rsl Outdated Show resolved Hide resolved
@phiwuu
Copy link
Member

phiwuu commented Jan 30, 2024

@florianschanda This PR is open for a while now. For me it is okay to step to the next major version now. Shall we merge this PR?

@florianschanda
Copy link
Collaborator

We can, but it'd be good to bundle it with some other incompatible changes. Do you have a wishlist?

@phiwuu phiwuu merged commit d839dbc into bmw-software-engineering:main Feb 20, 2024
5 checks passed
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.

3 participants