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

Use SPDX-License-Identifier: BSD-2-Clause instead of full text #721

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

arichardson
Copy link
Contributor

This makes the header at the top of each file a lot shorter.

This makes the header at the top of each file a lot shorter.
@arichardson
Copy link
Contributor Author

I did not touch the few cases of BSD-3-Clause, just the common header at the top of each non-contrib file.

@arichardson
Copy link
Contributor Author

All done with simple search+replace (using 6 different patterns since the column width was different in various files)

Copy link

github-actions bot commented Sep 20, 2024

Test Results

   10 files  ±0     22 suites  ±0   0s ⏱️ ±0s
  697 tests ±0    697 ✅ ±0  0 💤 ±0  0 ❌ ±0 
2 173 runs  ±0  2 172 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit 5eab966. ± Comparison against base commit 6a978ad.

♻️ This comment has been updated with latest results.

@Alasdair
Copy link
Collaborator

Looks nice, I do like pull requests that are: "+260 −5,686" 😃

I think the CI failure is probably some kind of storage failure on github's end, hopefully it'll go away by re-running.

@Alasdair
Copy link
Collaborator

Alasdair commented Sep 20, 2024

Last failure is just the line number in some expected test output has changed due to the header size changing. There's a script test/typecheck/update_errors.sh or I could fix it after merging.

Failed: diff fail/prelude_no_order.error fail/prelude_no_order.expect
stdout:
5,6c5,6
<   | :51.0-22:
<   | 51 |$include <vector.sail>
---
>   | :72.0-22:
>   | 72 |$include <vector.sail>

@arichardson
Copy link
Contributor Author

Last failure is just the line number in some expected test output has changed due to the header size changing. There's a script test/typecheck/update_errors.sh or I could fix it after merging.

Failed: diff fail/prelude_no_order.error fail/prelude_no_order.expect
stdout:
5,6c5,6
<   | :51.0-22:
<   | 51 |$include <vector.sail>
---
>   | :72.0-22:
>   | 72 |$include <vector.sail>

Ah I didn't think this would affect tests so I didn't bother runnign them. Let me fix that quickly.

@arichardson
Copy link
Contributor Author

Last failure is just the line number in some expected test output has changed due to the header size changing. There's a script test/typecheck/update_errors.sh or I could fix it after merging.

Failed: diff fail/prelude_no_order.error fail/prelude_no_order.expect
stdout:
5,6c5,6
<   | :51.0-22:
<   | 51 |$include <vector.sail>
---
>   | :72.0-22:
>   | 72 |$include <vector.sail>

Ah I didn't think this would affect tests so I didn't bother runnign them. Let me fix that quickly.

Looks like that was the only issue and CI is happy now.

@arichardson
Copy link
Contributor Author

ping?

@Alasdair Alasdair merged commit fe628b0 into rems-project:sail2 Sep 25, 2024
3 checks passed
@arichardson arichardson deleted the license-headers branch September 25, 2024 21:32
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