Skip to content

Use Ada 2022 @ syntax #37

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

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Use Ada 2022 @ syntax #37

merged 1 commit into from
Sep 28, 2024

Conversation

MyApaulogies
Copy link
Collaborator

Using this Fish script:

# requires moreutils and ripgrep
for i in 1 2
    set -l regex '^(\s*(\S.*?)\h+:=.*?(\h|\())\2((\.|\h|\)).*?;)'
    for file in (rg -P --multiline $regex -l)
        rg -P --multiline $regex -r '$1@$4' "$file" -N --passthru | sponge "$file"
    end
end

@dinkelk dinkelk merged commit 2cc0175 into lasp:main Sep 28, 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.

2 participants