Re: [Jprogramming] path separator bug?

2015-03-01 Thread bill lam
I see, the general/dirutils is not loaded by default. BTW, the dircreate is limited in that it fails to create intermediate directories. While the verb md in profile.ijs can work like mkdir -p. On Mon, Mar 2, 2015 at 1:17 PM, chris burke wrote: > Sorry, it is a bug in a base library function call

Re: [Jprogramming] path separator bug?

2015-03-01 Thread chris burke
Sorry, it is a bug in a base library function called by the addon. I'll get this fixed. On 1 March 2015 at 21:01, chris burke wrote: > This is a bug in the dirutils addon. I will fix it. > > In J8, the path separator is / and utilities should convert to this. > > On 1 March 2015 at 20:59, bill l

Re: [Jprogramming] path separator bug?

2015-03-01 Thread chris burke
This is a bug in the dirutils addon. I will fix it. In J8, the path separator is / and utilities should convert to this. On 1 March 2015 at 20:59, bill lam wrote: > I checked neither dircreate nor direxist are present in J803. Perhaps > you can update them by yourself. > > On Mon, Mar 2, 2015

Re: [Jprogramming] path separator bug?

2015-03-01 Thread bill lam
I checked neither dircreate nor direxist are present in J803. Perhaps you can update them by yourself. On Mon, Mar 2, 2015 at 12:27 PM, June Kim (김창준) wrote: > Hello > > Please look at the following: > >JVERSION > > Engine: j803/2014-10-19-11:11:11 > > Library: 8.03.10 > > Qt IDE: 1.3.1/5.3.

[Jprogramming] path separator bug?

2015-03-01 Thread 김창준
Hello Please look at the following: JVERSION Engine: j803/2014-10-19-11:11:11 Library: 8.03.10 Qt IDE: 1.3.1/5.3.2 Platform: Win 64 Installer: J803 install InstallPath: c:/users/user/j64-803 dircreate <'e:\abcdegg\' 1 dircreate <'e:\abcdegg\' |interface error: dircreate_rgsdiru

Re: [Jprogramming] Dissect improvements

2015-03-01 Thread 'Pascal Jasmin' via Programming
The limitation on ? is reasonable. If the code has any sideeffects (incrementing a counter or other accumulation for instance), the result from dissect would differ and confuse anyway. An option (dyadic param?) is a good way to explicitly acknowledge that the code includes sideeffects that may

Re: [Jprogramming] Dissect improvements

2015-03-01 Thread Henry Rich
Dissect runs the original sentence and compares the result of the instrumented sentence just to make sure they agree. That's why ? doesn't work. I could give you an option to suppress the test. I'll put that on the to-do list. boxscan is a bug, I'll work on that. Henry Rich On 3/1/2015 9:

Re: [Jprogramming] Dissect improvements

2015-03-01 Thread 'Pascal Jasmin' via Programming
I also congratulate Henry on a great tool. Also the J team for the underlying jqt framework. Here is code to generate minecraft/dwarffortress type 3d map. smooth =: ( }.@:] ,~ ({.@:] ,~ [ >. 1 -~ {.@:])`([ , {.@:] >. 2 -~ [ )@.([ > {.@:]))/"1 dissect ''' .-%@*''{~ 5 (< _1 _1 _1)} 1 (< 1 0 0

[Jprogramming] New dissect, with built-in help and debugger support

2015-03-01 Thread Henry Rich
Version 3.7 of the Dissect addon is released, for j6.02 and J8.03+. Dissect aims to be the easiest-to-use and most complete tool for learning J and debugging J sentences, and I think this version is a big step in that direction. Check it out if you haven't yet. This release has: * Tutorial

Re: [Jprogramming] Dissect improvements

2015-03-01 Thread Jose Mario Quintana
Last weekend I tried to go over the Dissect lab but Dissect I was missing. I updated dissect today to version 3.6.50 and I found two labs: Dissect I and Dissect II. I did notice that several new versions have been produced since February 19th [0]. One unwanted side effect of writing tacitly too mu