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

feat: allow periods in dataset names #73

Merged
merged 3 commits into from
Feb 4, 2025
Merged

Conversation

mortenpi
Copy link
Member

@mortenpi mortenpi commented Feb 4, 2025

The main motivation is to allow dataset names to have file extensions.

However, from a syntax/validation perspective, the rules for .-s are same as for /-s, i.e. it functions as a kind of a path/segment separator. This allows us to easily rule data odd and potentially problematic dataset names like .., a---... and foo...bar.

@mortenpi mortenpi requested a review from pfitzseb February 4, 2025 01:32
@mortenpi mortenpi force-pushed the mp/dataset-names-period branch from 14a9927 to 1180cfb Compare February 4, 2025 01:33
@mortenpi mortenpi force-pushed the mp/dataset-names-period branch from ae0348a to 65c8453 Compare February 4, 2025 07:55
@mortenpi mortenpi requested a review from pfitzseb February 4, 2025 07:55
mortenpi and others added 2 commits February 4, 2025 21:01
Co-authored-by: Sebastian Pfitzner <pfitzseb@gmail.com>
@mortenpi mortenpi force-pushed the mp/dataset-names-period branch from 65c8453 to 004b35b Compare February 4, 2025 08:01
@mortenpi mortenpi merged commit 4846eb6 into master Feb 4, 2025
14 checks passed
@mortenpi mortenpi deleted the mp/dataset-names-period branch February 4, 2025 08:14
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