[editor] Correct diet:vegan, diet:vegetarian. #4498

Merged
vng merged 2 commits from vng-diet into master 2023-02-18 15:05:37 +00:00
vng commented 2023-02-16 00:46:28 +00:00 (Migrated from github.com)
Closes https://git.omaps.dev/organicmaps/organicmaps/issues/1118
biodranik (Migrated from github.com) reviewed 2023-02-17 08:19:39 +00:00
biodranik (Migrated from github.com) left a comment

Мы же при генерации only превращаем в yes?

Мы же при генерации only превращаем в yes?
@ -28,14 +28,21 @@ constexpr char const * kIndex = "mwm_file_index";
constexpr char const * kUploadTimestamp = "upload_timestamp";
constexpr char const * kUploadStatus = "upload_status";
biodranik (Migrated from github.com) commented 2023-02-17 08:11:51 +00:00

string_view? It can be processed faster than a raw C string.

string_view? It can be processed faster than a raw C string.
biodranik (Migrated from github.com) commented 2023-02-17 08:12:02 +00:00

kDietVegan ?

kDietVegan ?
biodranik (Migrated from github.com) commented 2023-02-17 08:12:15 +00:00

kDietVegetarian?

kDietVegetarian?
@ -306,0 +336,4 @@
{
size_t from = 0;
size_t sz = s.size();
if (i > 0)
biodranik (Migrated from github.com) commented 2023-02-17 08:13:09 +00:00

Тут не надо проверять и чистить дубликаты?

Тут не надо проверять и чистить дубликаты?
@ -306,0 +347,4 @@
ASSERT_EQUAL(cuisine[sz], ';', ());
++sz;
}
biodranik (Migrated from github.com) commented 2023-02-17 08:16:08 +00:00

Что-то сложно выглядит. Как быть с другими кухнями?

Что-то сложно выглядит. Как быть с другими кухнями?
vng (Migrated from github.com) reviewed 2023-02-17 12:57:47 +00:00
@ -306,0 +336,4 @@
{
size_t from = 0;
size_t sz = s.size();
if (i > 0)
vng (Migrated from github.com) commented 2023-02-17 12:57:46 +00:00

раньше не проверяли и сейчас не надо

раньше не проверяли и сейчас не надо
vng (Migrated from github.com) reviewed 2023-02-17 12:58:04 +00:00
@ -306,0 +347,4 @@
ASSERT_EQUAL(cuisine[sz], ';', ());
++sz;
}
vng (Migrated from github.com) commented 2023-02-17 12:58:04 +00:00

Останутся как были, см тест

Останутся как были, см тест
biodranik (Migrated from github.com) approved these changes 2023-02-17 21:36:13 +00:00
biodranik (Migrated from github.com) commented 2023-02-17 21:28:30 +00:00

nit: не надо нарушать конвенцию и переменные называть с большой буквы.

nit: не надо нарушать конвенцию и переменные называть с большой буквы.
biodranik (Migrated from github.com) commented 2023-02-17 21:30:01 +00:00

nit

        from = i - 1;
nit ```suggestion from = i - 1; ```
@ -306,0 +365,4 @@
RemoveTag(kDietVegetarian);
if (!cuisine.empty())
SetTagValue(kCuisine, cuisine);
biodranik (Migrated from github.com) commented 2023-02-17 21:33:43 +00:00

А зачем тут ++?

А зачем тут ++?
vng (Migrated from github.com) reviewed 2023-02-18 00:31:31 +00:00
vng (Migrated from github.com) commented 2023-02-18 00:31:31 +00:00

Да, вот просится мне все время называть function штуки с большой .. Так не читабельнее?

Да, вот просится мне все время называть function штуки с большой .. Так не читабельнее?
vng (Migrated from github.com) reviewed 2023-02-18 00:32:29 +00:00
@ -306,0 +365,4 @@
RemoveTag(kDietVegetarian);
if (!cuisine.empty())
SetTagValue(kCuisine, cuisine);
vng (Migrated from github.com) commented 2023-02-18 00:32:29 +00:00

Надо удалить еще и ;

Надо удалить еще и ;
biodranik (Migrated from github.com) reviewed 2023-02-18 07:36:04 +00:00
biodranik (Migrated from github.com) commented 2023-02-18 07:36:04 +00:00

Нет, тратится внимание на эту строку, а если в коде попадается, то сразу начинаешь думать, что за функция такая, и почему её не видел в скоупе файла.

Нет, тратится внимание на эту строку, а если в коде попадается, то сразу начинаешь думать, что за функция такая, и почему её не видел в скоупе файла.
biodranik (Migrated from github.com) reviewed 2023-02-18 07:37:13 +00:00
@ -306,0 +365,4 @@
RemoveTag(kDietVegetarian);
if (!cuisine.empty())
SetTagValue(kCuisine, cuisine);
biodranik (Migrated from github.com) commented 2023-02-18 07:37:13 +00:00

Так sz же равно size() тут. Выходить за границы строки?

Так sz же равно size() тут. Выходить за границы строки?
vng (Migrated from github.com) reviewed 2023-02-18 10:55:49 +00:00
@ -306,0 +365,4 @@
RemoveTag(kDietVegetarian);
if (!cuisine.empty())
SetTagValue(kCuisine, cuisine);
vng (Migrated from github.com) commented 2023-02-18 10:55:49 +00:00

sz = s.size(), удаляем мы из cuisine, захватывая еще ; делая from = i - 1

sz = s.size(), удаляем мы из cuisine, захватывая еще ; делая from = i - 1
biodranik (Migrated from github.com) approved these changes 2023-02-18 13:46:27 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps-tmp#4498
No description provided.