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

Workspace content mangled when omitting "C:" from a path #570

Closed
abrudz opened this issue Aug 14, 2023 · 1 comment
Closed

Workspace content mangled when omitting "C:" from a path #570

abrudz opened this issue Aug 14, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@abrudz
Copy link
Member

abrudz commented Aug 14, 2023

Describe the bug
Workspace content mangled when omitting "C:" from a path.

To Reproduce
Clone https://github.com/abrudz/aplcart to C:\g\aplcart

      ⎕SE.Link.Create '#.aplcart' 'C:\g\aplcart'
Linked: #.aplcart ←→ C:\g\aplcart
      ]map
#                                                                     
·   aplcart                                                           
·   ·   ~ chars class type                                            
·   ·   ∇ File Reorder ReorderFile Synonym Synonyms Test Trim allucmds
·   ·   APLcart                                                       
·   ·   ·   ~ desc syntax                                             
·   ·   ·   ∇ Help List Q Run table                                   
·   ·   index [Class]                                                 
·   ·   pub                                                           
·   ·   quiz                                                          
·   ·   task                                                          
·   ·   what                                                          

Compare:

      ⎕SE.Link.Create '#.aplcart' '\g\aplcart'
Linked: #.aplcart ←→ c:\g\aplcart
      ]map
#                                                                 
·   ~ aplcartIO aplcarthars aplcartlass aplcartype                
·   ∇ File Reorder ReorderFile Synonym Synonyms Test Trim allucmds
·   APLcart                                                       
·   ·   ~ desc syntax                                             
·   ·   ∇ Help List Q Run table                                   
·   aplcart                                                       
·   aplcartask                                                    
·   aplcarthat                                                    
·   aplcartub                                                     
·   aplcartuiz                                                    
·   index [Class]                                                 

Link 4.0.9
.NET .NET 6.0.21

@abrudz abrudz added the bug Something isn't working label Aug 14, 2023
@mkromberg mkromberg added this to the Link 4.0 milestone Sep 4, 2023
mkromberg added a commit that referenced this issue Sep 4, 2023
@mkromberg
Copy link
Contributor

Fixed by 55036d7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants