Obsolete tag shown as latest revision
See original GitHub issuePlease see github.com/PointCloudLibrary/pcl/issues/2644
The latest tag should be 1.9.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Obsolete tag shown as latest revision · Issue #1654 - GitHub
Programmatically speaking, in what case? Do we filter with a regex first? Or if any custom tags exist we just display the latest...
Read more >AppSourceCop Hidden AS0072 - Business Central
This rule verifies that the version specified as obsolete tag for objects whose obsolete state (not obsolete, obsolete pending, or obsolete ...
Read more >How to mark a method that has become obsolete in the next ...
You should mark the method as obsolete using the Obsolete annotation. Refer to ObsoleteAttribute for details. [Obsolete("Your warning ...
Read more >The “version” attribute on the “html” element is obsolete. You ...
As this tag defines the start of the whole HTML document, it should appear only once. The old <acronym> element in previous versions...
Read more >Code Inspection: Obsolete tag - PhpStorm - JetBrains
Code Inspection: Obsolete tag. Last modified: 05 December 2022. Configure inspections: Settings / Preferences | Editor | Inspections. Show intention ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So
tags.some(tag => !/^[vr]?\d/.test(tag))
Previous query, didn't work if the repo only had release-less tags:
Instead of sorting alphabetically in this case, we could sort by tag date.