Jason_000

Results 105 comments of Jason_000

> @Kishore-abhimanyu you'll have to write your own test cases. I would recommend creating a directory under `tests/path` that has a symlink to a regular file, a symlink to a...

Hi @devmaximilian thanks for the ideas, creating a package manager is definitely something that will need to be done at some point and is on my radar, so i'm happy...

Yeah the conditional packages is definitely something to think about! Configurable variables within the package managers manifest is an interesting thought, negates the need to have a separate configuration file...

@WillDaSilva Yep, we went through it in this issue here: https://github.com/dictu-lang/Dictu/issues/431 If none of that makes sense happy to go through it again though. Probably worth me making some documentation...

@Fly-Style awesome, assigned this to you!

@Fly-Style Going to remove your assignment as it's been just over half a year now.

@MannarAmuthan There is an example in the screenshot in how it should work, but doesn't, it currently works when you declare a variable but not when you set a variable....

This is an interesting proposition, I can't think of any language off the top of my head that doesn't implement them as operators rather than all as builtins (not to...

Hah thats interesting, I can't say i've ever used FORTRAN! I'd potentially be up for moving bitwise ops but I think having them behind some sort of namespace would probably...

This will need revising, tested via the REPL and works, however, executing a file it will not work. This is due to the fact that the variable would not have...