-
Notifications
You must be signed in to change notification settings - Fork 9
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
cista Dependency Issues #36
Comments
Merged
julianharbarth
pushed a commit
that referenced
this issue
Mar 17, 2023
* Add issue template for user story * Rebuild web client using npm, ts and vuejs (#1) * Add OSM visualisation (#2) Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> * Add API client for generic dev server request transform (#25) * Also show secondary lines (yards) (#24) * Show lines in different colors (#31) * Remove maps on infrastructure change (#36) * Add dark mode to webclient (#17) * Show names of halts (#38) * Rename soro client target (#44) * Add dark light mode os sync (#26) * Add dark mode for map and golden layout (#30) * Fix server file copy on cmake builds (#46) * Fix showing halt names correctly (#48) * Make accent color selectable (#32) * Implement searching for stations (#13) Co-authored-by: Julian Weidert <[email protected]> * Remove CSS file (#57) * Fix showing multiple GL tabs in dark mode (#58) * Add local storage reset button (#61) * Add dependent issues workflow (#64) * Enable search multi result (#49) Co-authored-by: Julian Weidert <[email protected]> * Add match visual to matches (#60) * Implemented fuzzy matching (#53) Co-authored-by: Maximilian Rüsch <[email protected]> * Add a tool to generate OSM data for the map (#27) Co-authored-by: Maximilian Rüsch <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> * Add golden layout storage (#65) * Parsing for DB-data files (#35) Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> Co-authored-by: Jan Stiefel <[email protected]> Co-authored-by: Maximilian Rüsch <[email protected]> * Add some more eslint rules (#72) * Ignore transform-osm executable on ubuntu (#75) Co-authored-by: maximilian-ruesch <[email protected]> * Sort search result (#80) * Remove Wiesbaden Hauptbahnhof addition (#84) * Fix broken paths and temporary folders in preprocessing script (#87) * Allow saving legend controls (#85) * Signale als Ankerpunkte finden und mappen (#42) Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> Co-authored-by: Jan Stiefel <[email protected]> * Added additional CLI-flags and fixed up the read-me (#89) * Remove go executable from tracking in UNIX systems (#92) * Update issue and pull request templates templates (#78) * Add previously unseen data (halts and stations) (#47) * Add collapsable legend (#95) * Allow reset of map legend (#96) * Allow searching for signals (#90) Co-authored-by: Julian Weidert <[email protected]> * Add search result icons (#91) Co-authored-by: Julian Weidert <[email protected]> * Fix favicon in production (#100) * Fix infrastructure map on infrastructure change and others (#99) * Color Lines in only visible colors (#83) * Find and map switches anchor (#88) * Finding not anchored Signals (#86) Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> Co-authored-by: Jan Stiefel <[email protected]> * Fix: Tileserver recomputes tiles every time #39 (#41) * Visualize bridges from OSM data (#71) * Visualize tunnels from OSM data (#66) Co-authored-by: maximilian-ruesch <[email protected]> * Add first tests for javascript station search (#103) * GO Code Quality Improvements (#105) * Add missing navigation menu tests (#106) * Find Switches (#108) * Improvements on GO output (#111) * Mapping rest of elements (#112) * Completed JSON search file (#115) * Some more GO code and usability quality improvements (#117) * Fix weird glyphs tiles not showing (#114) * Add golden layout tests (#107) * Add infrastructure tests (#119) * Added tests and cleanup (#110) Co-authored-by: Julian Weidert <[email protected]> * Load json (#118) Co-authored-by: Julian Weidert <[email protected]> * Add remaining tests for web client (#120) * Fix weird outputfile (#123) * Adding tests for go (#121) Co-authored-by: Goldkehle <[email protected]> * Extend client readme and fixup (#122) * Add CI step for go tests (#125) * Extend go readme (#124) Co-authored-by: Jan Stiefel <[email protected]> * Fix OSM node ID overflow (#126) --------- Co-authored-by: Erik Lille <[email protected]> Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> Co-authored-by: Goldkehle <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: Jan Stiefel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The version of
cista
pinned in the.pkg
file is broken:47633d28d97b50bb128de9d0cc4c879031e5bb1c
and branchnigiri
are not present in the repository listed (https://github.com/felixguendling/cista), leading toreference is not a tree: 47633d28d97b50bb128de9d0cc4c879031e5bb1c
errors whenpkg
checks outcista
.pkg
file leads to an infinite loop checking out23875ef
and47633d2
ofcista
repeatedly.utl
dependency depends oncista
version23875effbc4f3441304137515991dbcfbc52caed
in its.pkg
file.soro-s
to pin the same version ofcista
asutl
does leads to a build failure ('cista/containers/bitset.h' file not found
)The build pipelines probably still work because they use cached dependencies, which just happen to work out.
The text was updated successfully, but these errors were encountered: